2024-02-10T09:04:01.073 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-10T09:04:01.074 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555375 --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} --verbose --owner scheduled_yuriw@teuthology --name yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555375/orig.config.yaml 2024-02-10T09:04:01.106 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-10T09:04:01.181 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555375 branch: wip-yuri10-testing-2024-02-08-0854-pacific description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: null first_in_suite: false job_id: '7555375' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-yuri10-testing-2024-02-08-0854-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: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 kernel: hwe: true workunit: branch: wip-tracker-64343-pacific sha1: 57bd6abdec7bb457ae7999d9c96682e9ac678e27 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 964 sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-tracker-64343-pacific suite_path: /home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa suite_relpath: qa suite_repo: https://github.com/ljflores/ceph.git suite_sha1: 57bd6abdec7bb457ae7999d9c96682e9ac678e27 targets: smithi018.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi164.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= 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: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-09_21:34:44 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-10T09:04:01.181 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa; will attempt to use it 2024-02-10T09:04:01.182 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks 2024-02-10T09:04:01.182 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-10T09:04:01.184 INFO:teuthology.task.internal:Checking packages... 2024-02-10T09:04:01.206 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '0e714d9a4bd2a821113e6318adb87bd06cf81ec1' 2024-02-10T09:04:01.206 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-10T09:04:01.206 INFO:teuthology.packaging:ref: None 2024-02-10T09:04:01.206 INFO:teuthology.packaging:tag: None 2024-02-10T09:04:01.206 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-10T09:04:01.206 INFO:teuthology.packaging:sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-10T09:04:01.206 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-10T09:04:01.369 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-521-g0e714d9a-1focal 2024-02-10T09:04:01.371 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-10T09:04:01.377 INFO:teuthology.task.internal:no buildpackages task found 2024-02-10T09:04:01.377 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-10T09:04:01.413 INFO:teuthology.task.internal:Saving configuration 2024-02-10T09:04:01.425 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-10T09:04:01.437 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T09:04:01.463 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi018.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555375', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 08:56:49.146812', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-02-10T09:04:01.486 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi164.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555375', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 08:56:49.148298', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-02-10T09:04:01.486 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-10T09:04:01.491 INFO:teuthology.task.internal:roles: ubuntu@smithi018.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-02-10T09:04:01.491 INFO:teuthology.task.internal:roles: ubuntu@smithi164.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-02-10T09:04:01.491 INFO:teuthology.run_tasks:Running task console_log... 2024-02-10T09:04:01.583 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb40bbd40d0>, signals=[15]) 2024-02-10T09:04:01.584 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-10T09:04:01.589 INFO:teuthology.task.internal:Opening connections... 2024-02-10T09:04:01.589 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi018.front.sepia.ceph.com 2024-02-10T09:04:01.591 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T09:04:01.689 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi164.front.sepia.ceph.com 2024-02-10T09:04:01.690 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T09:04:01.778 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-10T09:04:01.784 DEBUG:teuthology.orchestra.run.smithi018:> uname -m 2024-02-10T09:04:01.791 INFO:teuthology.orchestra.run.smithi018.stdout:x86_64 2024-02-10T09:04:01.791 DEBUG:teuthology.orchestra.run.smithi018:> cat /etc/os-release 2024-02-10T09:04:01.838 INFO:teuthology.orchestra.run.smithi018.stdout:NAME="Ubuntu" 2024-02-10T09:04:01.838 INFO:teuthology.orchestra.run.smithi018.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-02-10T09:04:01.838 INFO:teuthology.orchestra.run.smithi018.stdout:ID=ubuntu 2024-02-10T09:04:01.839 INFO:teuthology.orchestra.run.smithi018.stdout:ID_LIKE=debian 2024-02-10T09:04:01.839 INFO:teuthology.orchestra.run.smithi018.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-02-10T09:04:01.839 INFO:teuthology.orchestra.run.smithi018.stdout:VERSION_ID="20.04" 2024-02-10T09:04:01.839 INFO:teuthology.orchestra.run.smithi018.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-10T09:04:01.839 INFO:teuthology.orchestra.run.smithi018.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-10T09:04:01.839 INFO:teuthology.orchestra.run.smithi018.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-10T09:04:01.839 INFO:teuthology.orchestra.run.smithi018.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-10T09:04:01.839 INFO:teuthology.orchestra.run.smithi018.stdout:VERSION_CODENAME=focal 2024-02-10T09:04:01.839 INFO:teuthology.orchestra.run.smithi018.stdout:UBUNTU_CODENAME=focal 2024-02-10T09:04:01.840 INFO:teuthology.lock.ops:Updating smithi018.front.sepia.ceph.com on lock server 2024-02-10T09:04:01.860 DEBUG:teuthology.orchestra.run.smithi164:> uname -m 2024-02-10T09:04:01.866 INFO:teuthology.orchestra.run.smithi164.stdout:x86_64 2024-02-10T09:04:01.866 DEBUG:teuthology.orchestra.run.smithi164:> cat /etc/os-release 2024-02-10T09:04:01.913 INFO:teuthology.orchestra.run.smithi164.stdout:NAME="Ubuntu" 2024-02-10T09:04:01.913 INFO:teuthology.orchestra.run.smithi164.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-02-10T09:04:01.913 INFO:teuthology.orchestra.run.smithi164.stdout:ID=ubuntu 2024-02-10T09:04:01.914 INFO:teuthology.orchestra.run.smithi164.stdout:ID_LIKE=debian 2024-02-10T09:04:01.914 INFO:teuthology.orchestra.run.smithi164.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-02-10T09:04:01.914 INFO:teuthology.orchestra.run.smithi164.stdout:VERSION_ID="20.04" 2024-02-10T09:04:01.914 INFO:teuthology.orchestra.run.smithi164.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-10T09:04:01.914 INFO:teuthology.orchestra.run.smithi164.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-10T09:04:01.914 INFO:teuthology.orchestra.run.smithi164.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-10T09:04:01.914 INFO:teuthology.orchestra.run.smithi164.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-10T09:04:01.914 INFO:teuthology.orchestra.run.smithi164.stdout:VERSION_CODENAME=focal 2024-02-10T09:04:01.914 INFO:teuthology.orchestra.run.smithi164.stdout:UBUNTU_CODENAME=focal 2024-02-10T09:04:01.915 INFO:teuthology.lock.ops:Updating smithi164.front.sepia.ceph.com on lock server 2024-02-10T09:04:01.935 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-10T09:04:01.943 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-10T09:04:01.971 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-10T09:04:01.972 DEBUG:teuthology.orchestra.run.smithi018:> test '!' -e /home/ubuntu/cephtest 2024-02-10T09:04:01.975 DEBUG:teuthology.orchestra.run.smithi164:> test '!' -e /home/ubuntu/cephtest 2024-02-10T09:04:01.981 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-10T09:04:01.996 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-10T09:04:01.996 DEBUG:teuthology.orchestra.run.smithi018:> test -z $(ls -A /var/lib/ceph) 2024-02-10T09:04:01.998 DEBUG:teuthology.orchestra.run.smithi164:> test -z $(ls -A /var/lib/ceph) 2024-02-10T09:04:02.017 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-10T09:04:02.066 INFO:teuthology.run_tasks:Running task kernel... 2024-02-10T09:04:02.080 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-10T09:04:02.080 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2024-02-10T09:04:02.080 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2024-02-10T09:04:02.080 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2024-02-10T09:04:02.081 DEBUG:teuthology.orchestra.run.smithi018:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T09:04:02.081 DEBUG:teuthology.orchestra.run.smithi164:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T09:04:02.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T09:04:02.087 DEBUG:teuthology.orchestra.run.smithi018:> uname -r 2024-02-10T09:04:02.087 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T09:04:02.088 DEBUG:teuthology.orchestra.run.smithi164:> uname -r 2024-02-10T09:04:02.094 INFO:teuthology.orchestra.run.smithi018.stdout:5.4.0-124-generic 2024-02-10T09:04:02.094 INFO:teuthology.task.kernel:Running kernel on smithi018: 5.4.0-124-generic 2024-02-10T09:04:02.094 DEBUG:teuthology.orchestra.run.smithi018:> sudo apt-get clean 2024-02-10T09:04:02.095 INFO:teuthology.orchestra.run.smithi164.stdout:5.4.0-124-generic 2024-02-10T09:04:02.095 INFO:teuthology.task.kernel:Running kernel on smithi164: 5.4.0-124-generic 2024-02-10T09:04:02.095 DEBUG:teuthology.orchestra.run.smithi164:> sudo apt-get clean 2024-02-10T09:04:02.192 DEBUG:teuthology.orchestra.run.smithi018:> sudo apt-get update 2024-02-10T09:04:02.244 DEBUG:teuthology.orchestra.run.smithi164:> sudo apt-get update 2024-02-10T09:04:02.383 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-02-10T09:04:02.384 INFO:teuthology.orchestra.run.smithi018.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2024-02-10T09:04:02.384 INFO:teuthology.orchestra.run.smithi018.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2024-02-10T09:04:02.400 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-02-10T09:04:02.401 INFO:teuthology.orchestra.run.smithi164.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2024-02-10T09:04:02.401 INFO:teuthology.orchestra.run.smithi164.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2024-02-10T09:04:02.464 INFO:teuthology.orchestra.run.smithi018.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2024-02-10T09:04:02.484 INFO:teuthology.orchestra.run.smithi164.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2024-02-10T09:04:02.759 INFO:teuthology.orchestra.run.smithi018.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,710 kB] 2024-02-10T09:04:02.794 INFO:teuthology.orchestra.run.smithi164.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,710 kB] 2024-02-10T09:04:02.928 INFO:teuthology.orchestra.run.smithi164.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [931 kB] 2024-02-10T09:04:02.936 INFO:teuthology.orchestra.run.smithi164.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [706 kB] 2024-02-10T09:04:02.939 INFO:teuthology.orchestra.run.smithi018.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [931 kB] 2024-02-10T09:04:02.943 INFO:teuthology.orchestra.run.smithi018.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [706 kB] 2024-02-10T09:04:02.948 INFO:teuthology.orchestra.run.smithi164.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [413 kB] 2024-02-10T09:04:02.956 INFO:teuthology.orchestra.run.smithi164.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-02-10T09:04:02.956 INFO:teuthology.orchestra.run.smithi164.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,547 kB] 2024-02-10T09:04:02.959 INFO:teuthology.orchestra.run.smithi018.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [413 kB] 2024-02-10T09:04:02.967 INFO:teuthology.orchestra.run.smithi018.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-02-10T09:04:02.967 INFO:teuthology.orchestra.run.smithi018.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [35.5 kB] 2024-02-10T09:04:02.968 INFO:teuthology.orchestra.run.smithi018.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,547 kB] 2024-02-10T09:04:03.072 INFO:teuthology.orchestra.run.smithi164.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [35.5 kB] 2024-02-10T09:04:03.073 INFO:teuthology.orchestra.run.smithi164.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [355 kB] 2024-02-10T09:04:03.080 INFO:teuthology.orchestra.run.smithi018.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [355 kB] 2024-02-10T09:04:03.081 INFO:teuthology.orchestra.run.smithi164.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-02-10T09:04:03.081 INFO:teuthology.orchestra.run.smithi164.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [937 kB] 2024-02-10T09:04:03.081 INFO:teuthology.orchestra.run.smithi018.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-02-10T09:04:03.081 INFO:teuthology.orchestra.run.smithi018.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [937 kB] 2024-02-10T09:04:03.086 INFO:teuthology.orchestra.run.smithi164.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [645 kB] 2024-02-10T09:04:03.088 INFO:teuthology.orchestra.run.smithi018.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [645 kB] 2024-02-10T09:04:03.095 INFO:teuthology.orchestra.run.smithi018.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [197 kB] 2024-02-10T09:04:03.096 INFO:teuthology.orchestra.run.smithi164.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [197 kB] 2024-02-10T09:04:03.097 INFO:teuthology.orchestra.run.smithi018.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-02-10T09:04:03.097 INFO:teuthology.orchestra.run.smithi018.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2024-02-10T09:04:03.097 INFO:teuthology.orchestra.run.smithi018.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB] 2024-02-10T09:04:03.098 INFO:teuthology.orchestra.run.smithi018.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,796 B] 2024-02-10T09:04:03.098 INFO:teuthology.orchestra.run.smithi164.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-02-10T09:04:03.098 INFO:teuthology.orchestra.run.smithi164.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2024-02-10T09:04:03.098 INFO:teuthology.orchestra.run.smithi164.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB] 2024-02-10T09:04:03.102 INFO:teuthology.orchestra.run.smithi018.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-02-10T09:04:03.136 INFO:teuthology.orchestra.run.smithi164.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,090 kB] 2024-02-10T09:04:03.142 INFO:teuthology.orchestra.run.smithi018.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,090 kB] 2024-02-10T09:04:03.178 INFO:teuthology.orchestra.run.smithi164.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,796 B] 2024-02-10T09:04:03.178 INFO:teuthology.orchestra.run.smithi164.stdout:Get:22 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-02-10T09:04:03.251 INFO:teuthology.orchestra.run.smithi018.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [496 kB] 2024-02-10T09:04:03.265 INFO:teuthology.orchestra.run.smithi018.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-02-10T09:04:03.265 INFO:teuthology.orchestra.run.smithi018.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,665 kB] 2024-02-10T09:04:03.272 INFO:teuthology.orchestra.run.smithi164.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [496 kB] 2024-02-10T09:04:03.351 INFO:teuthology.orchestra.run.smithi164.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-02-10T09:04:03.351 INFO:teuthology.orchestra.run.smithi164.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,665 kB] 2024-02-10T09:04:03.364 INFO:teuthology.orchestra.run.smithi018.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.8 kB] 2024-02-10T09:04:03.365 INFO:teuthology.orchestra.run.smithi018.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [371 kB] 2024-02-10T09:04:03.368 INFO:teuthology.orchestra.run.smithi018.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-02-10T09:04:03.368 INFO:teuthology.orchestra.run.smithi018.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [772 kB] 2024-02-10T09:04:03.375 INFO:teuthology.orchestra.run.smithi164.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.8 kB] 2024-02-10T09:04:03.375 INFO:teuthology.orchestra.run.smithi164.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [371 kB] 2024-02-10T09:04:03.377 INFO:teuthology.orchestra.run.smithi164.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-02-10T09:04:03.378 INFO:teuthology.orchestra.run.smithi164.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,163 kB] 2024-02-10T09:04:03.380 INFO:teuthology.orchestra.run.smithi018.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,163 kB] 2024-02-10T09:04:03.395 INFO:teuthology.orchestra.run.smithi164.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [772 kB] 2024-02-10T09:04:03.402 INFO:teuthology.orchestra.run.smithi018.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [279 kB] 2024-02-10T09:04:03.407 INFO:teuthology.orchestra.run.smithi018.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-02-10T09:04:03.408 INFO:teuthology.orchestra.run.smithi018.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,436 B] 2024-02-10T09:04:03.408 INFO:teuthology.orchestra.run.smithi018.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB] 2024-02-10T09:04:03.408 INFO:teuthology.orchestra.run.smithi018.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,768 B] 2024-02-10T09:04:03.412 INFO:teuthology.orchestra.run.smithi164.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [279 kB] 2024-02-10T09:04:03.415 INFO:teuthology.orchestra.run.smithi164.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-02-10T09:04:03.415 INFO:teuthology.orchestra.run.smithi164.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB] 2024-02-10T09:04:03.416 INFO:teuthology.orchestra.run.smithi164.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,436 B] 2024-02-10T09:04:03.418 INFO:teuthology.orchestra.run.smithi018.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-02-10T09:04:03.419 INFO:teuthology.orchestra.run.smithi018.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-02-10T09:04:03.420 INFO:teuthology.orchestra.run.smithi018.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-02-10T09:04:03.420 INFO:teuthology.orchestra.run.smithi018.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-02-10T09:04:03.429 INFO:teuthology.orchestra.run.smithi164.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,768 B] 2024-02-10T09:04:03.429 INFO:teuthology.orchestra.run.smithi164.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-02-10T09:04:03.429 INFO:teuthology.orchestra.run.smithi164.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-02-10T09:04:03.429 INFO:teuthology.orchestra.run.smithi164.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-02-10T09:04:03.430 INFO:teuthology.orchestra.run.smithi164.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-02-10T09:04:03.438 INFO:teuthology.orchestra.run.smithi018.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-02-10T09:04:03.438 INFO:teuthology.orchestra.run.smithi018.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-02-10T09:04:03.439 INFO:teuthology.orchestra.run.smithi018.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-02-10T09:04:03.449 INFO:teuthology.orchestra.run.smithi164.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-02-10T09:04:03.449 INFO:teuthology.orchestra.run.smithi164.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-02-10T09:04:03.450 INFO:teuthology.orchestra.run.smithi164.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-02-10T09:04:06.975 INFO:teuthology.orchestra.run.smithi164.stdout:Fetched 19.0 MB in 3s (6,981 kB/s) 2024-02-10T09:04:07.193 INFO:teuthology.orchestra.run.smithi018.stdout:Fetched 19.0 MB in 3s (6,591 kB/s) 2024-02-10T09:04:08.400 INFO:teuthology.orchestra.run.smithi164.stdout:Reading package lists... 2024-02-10T09:04:08.427 DEBUG:teuthology.orchestra.run.smithi164:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-02-10T09:04:08.501 INFO:teuthology.orchestra.run.smithi164.stdout:Reading package lists... 2024-02-10T09:04:08.686 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2024-02-10T09:04:08.687 INFO:teuthology.orchestra.run.smithi164.stdout:Building dependency tree... 2024-02-10T09:04:08.688 INFO:teuthology.orchestra.run.smithi164.stdout:Reading state information... 2024-02-10T09:04:08.714 DEBUG:teuthology.orchestra.run.smithi018:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-02-10T09:04:08.786 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2024-02-10T09:04:08.861 INFO:teuthology.orchestra.run.smithi164.stdout:The following additional packages will be installed: 2024-02-10T09:04:08.861 INFO:teuthology.orchestra.run.smithi164.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-02-10T09:04:08.861 INFO:teuthology.orchestra.run.smithi164.stdout: libusbmuxd6 linux-image-5.15.0-94-generic linux-modules-5.15.0-94-generic 2024-02-10T09:04:08.861 INFO:teuthology.orchestra.run.smithi164.stdout: linux-modules-extra-5.15.0-94-generic thermald upower usbmuxd 2024-02-10T09:04:08.863 INFO:teuthology.orchestra.run.smithi164.stdout:Suggested packages: 2024-02-10T09:04:08.863 INFO:teuthology.orchestra.run.smithi164.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-02-10T09:04:08.863 INFO:teuthology.orchestra.run.smithi164.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-94-generic 2024-02-10T09:04:08.922 INFO:teuthology.orchestra.run.smithi164.stdout:The following NEW packages will be installed: 2024-02-10T09:04:08.923 INFO:teuthology.orchestra.run.smithi164.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-02-10T09:04:08.923 INFO:teuthology.orchestra.run.smithi164.stdout: libusbmuxd6 linux-image-5.15.0-94-generic linux-image-generic-hwe-20.04 2024-02-10T09:04:08.923 INFO:teuthology.orchestra.run.smithi164.stdout: linux-modules-5.15.0-94-generic linux-modules-extra-5.15.0-94-generic 2024-02-10T09:04:08.923 INFO:teuthology.orchestra.run.smithi164.stdout: thermald upower usbmuxd 2024-02-10T09:04:08.984 INFO:teuthology.orchestra.run.smithi164.stdout:0 upgraded, 13 newly installed, 0 to remove and 287 not upgraded. 2024-02-10T09:04:08.985 INFO:teuthology.orchestra.run.smithi164.stdout:Need to get 90.9 MB of archives. 2024-02-10T09:04:08.985 INFO:teuthology.orchestra.run.smithi164.stdout:After this operation, 497 MB of additional disk space will be used. 2024-02-10T09:04:08.985 INFO:teuthology.orchestra.run.smithi164.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-02-10T09:04:08.998 INFO:teuthology.orchestra.run.smithi018.stdout:Building dependency tree... 2024-02-10T09:04:08.999 INFO:teuthology.orchestra.run.smithi018.stdout:Reading state information... 2024-02-10T09:04:09.050 INFO:teuthology.orchestra.run.smithi164.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-02-10T09:04:09.057 INFO:teuthology.orchestra.run.smithi164.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-02-10T09:04:09.062 INFO:teuthology.orchestra.run.smithi164.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-02-10T09:04:09.080 INFO:teuthology.orchestra.run.smithi164.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-02-10T09:04:09.091 INFO:teuthology.orchestra.run.smithi164.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-94-generic amd64 5.15.0-94.104~20.04.1 [21.0 MB] 2024-02-10T09:04:09.191 INFO:teuthology.orchestra.run.smithi018.stdout:The following additional packages will be installed: 2024-02-10T09:04:09.191 INFO:teuthology.orchestra.run.smithi018.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-02-10T09:04:09.191 INFO:teuthology.orchestra.run.smithi018.stdout: libusbmuxd6 linux-image-5.15.0-94-generic linux-modules-5.15.0-94-generic 2024-02-10T09:04:09.191 INFO:teuthology.orchestra.run.smithi018.stdout: linux-modules-extra-5.15.0-94-generic thermald upower usbmuxd 2024-02-10T09:04:09.192 INFO:teuthology.orchestra.run.smithi018.stdout:Suggested packages: 2024-02-10T09:04:09.192 INFO:teuthology.orchestra.run.smithi018.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-02-10T09:04:09.193 INFO:teuthology.orchestra.run.smithi018.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-94-generic 2024-02-10T09:04:09.240 INFO:teuthology.orchestra.run.smithi018.stdout:The following NEW packages will be installed: 2024-02-10T09:04:09.241 INFO:teuthology.orchestra.run.smithi018.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-02-10T09:04:09.241 INFO:teuthology.orchestra.run.smithi018.stdout: libusbmuxd6 linux-image-5.15.0-94-generic linux-image-generic-hwe-20.04 2024-02-10T09:04:09.242 INFO:teuthology.orchestra.run.smithi018.stdout: linux-modules-5.15.0-94-generic linux-modules-extra-5.15.0-94-generic 2024-02-10T09:04:09.242 INFO:teuthology.orchestra.run.smithi018.stdout: thermald upower usbmuxd 2024-02-10T09:04:09.361 INFO:teuthology.orchestra.run.smithi018.stdout:0 upgraded, 13 newly installed, 0 to remove and 287 not upgraded. 2024-02-10T09:04:09.361 INFO:teuthology.orchestra.run.smithi018.stdout:Need to get 90.9 MB of archives. 2024-02-10T09:04:09.361 INFO:teuthology.orchestra.run.smithi018.stdout:After this operation, 497 MB of additional disk space will be used. 2024-02-10T09:04:09.361 INFO:teuthology.orchestra.run.smithi018.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-02-10T09:04:09.511 INFO:teuthology.orchestra.run.smithi164.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-94-generic amd64 5.15.0-94.104~20.04.1 [11.4 MB] 2024-02-10T09:04:09.515 INFO:teuthology.orchestra.run.smithi018.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-02-10T09:04:09.526 INFO:teuthology.orchestra.run.smithi018.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-02-10T09:04:09.533 INFO:teuthology.orchestra.run.smithi018.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-02-10T09:04:09.580 INFO:teuthology.orchestra.run.smithi018.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-02-10T09:04:09.598 INFO:teuthology.orchestra.run.smithi018.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-94-generic amd64 5.15.0-94.104~20.04.1 [21.0 MB] 2024-02-10T09:04:09.669 INFO:teuthology.orchestra.run.smithi164.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-94-generic amd64 5.15.0-94.104~20.04.1 [57.9 MB] 2024-02-10T09:04:10.461 INFO:teuthology.orchestra.run.smithi018.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-94-generic amd64 5.15.0-94.104~20.04.1 [11.4 MB] 2024-02-10T09:04:10.715 INFO:teuthology.orchestra.run.smithi018.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-94-generic amd64 5.15.0-94.104~20.04.1 [57.9 MB] 2024-02-10T09:04:11.540 INFO:teuthology.orchestra.run.smithi164.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.94.104~20.04.50 [2,596 B] 2024-02-10T09:04:11.540 INFO:teuthology.orchestra.run.smithi164.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2024-02-10T09:04:11.541 INFO:teuthology.orchestra.run.smithi164.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-02-10T09:04:11.547 INFO:teuthology.orchestra.run.smithi164.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-02-10T09:04:11.549 INFO:teuthology.orchestra.run.smithi164.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-02-10T09:04:12.094 INFO:teuthology.orchestra.run.smithi018.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.94.104~20.04.50 [2,596 B] 2024-02-10T09:04:12.168 INFO:teuthology.orchestra.run.smithi018.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2024-02-10T09:04:12.169 INFO:teuthology.orchestra.run.smithi018.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-02-10T09:04:12.175 INFO:teuthology.orchestra.run.smithi018.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-02-10T09:04:12.177 INFO:teuthology.orchestra.run.smithi018.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-02-10T09:04:12.253 INFO:teuthology.orchestra.run.smithi164.stdout:Fetched 90.9 MB in 3s (34.7 MB/s) 2024-02-10T09:04:12.452 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-02-10T09:04:12.925 INFO:teuthology.orchestra.run.smithi018.stdout:Fetched 90.9 MB in 3s (31.0 MB/s) 2024-02-10T09:04:13.132 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-02-10T09:04:14.163 INFO:teuthology.orchestra.run.smithi164.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 ... 104373 files and directories currently installed.) 2024-02-10T09:04:14.168 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-02-10T09:04:14.308 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-02-10T09:04:14.686 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libplist3:amd64. 2024-02-10T09:04:14.699 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-02-10T09:04:14.744 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-02-10T09:04:14.886 INFO:teuthology.orchestra.run.smithi018.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 ... 104373 files and directories currently installed.) 2024-02-10T09:04:14.891 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-02-10T09:04:15.021 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-02-10T09:04:15.122 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-02-10T09:04:15.135 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-02-10T09:04:15.180 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-02-10T09:04:15.376 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libplist3:amd64. 2024-02-10T09:04:15.387 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-02-10T09:04:15.424 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-02-10T09:04:15.508 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-02-10T09:04:15.523 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-02-10T09:04:15.567 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-02-10T09:04:15.885 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-02-10T09:04:15.899 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-02-10T09:04:15.911 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-02-10T09:04:15.926 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-02-10T09:04:15.943 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-02-10T09:04:15.961 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-02-10T09:04:16.272 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package linux-modules-5.15.0-94-generic. 2024-02-10T09:04:16.279 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-02-10T09:04:16.287 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../05-linux-modules-5.15.0-94-generic_5.15.0-94.104~20.04.1_amd64.deb ... 2024-02-10T09:04:16.294 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-02-10T09:04:16.331 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking linux-modules-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-10T09:04:16.337 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-02-10T09:04:16.657 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-02-10T09:04:16.672 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-02-10T09:04:16.715 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-02-10T09:04:17.060 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package linux-modules-5.15.0-94-generic. 2024-02-10T09:04:17.075 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../05-linux-modules-5.15.0-94-generic_5.15.0-94.104~20.04.1_amd64.deb ... 2024-02-10T09:04:17.118 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-modules-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-10T09:04:18.915 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package linux-image-5.15.0-94-generic. 2024-02-10T09:04:18.930 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../06-linux-image-5.15.0-94-generic_5.15.0-94.104~20.04.1_amd64.deb ... 2024-02-10T09:04:19.036 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking linux-image-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-10T09:04:19.601 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-94-generic. 2024-02-10T09:04:19.615 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-94-generic_5.15.0-94.104~20.04.1_amd64.deb ... 2024-02-10T09:04:19.635 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package linux-image-5.15.0-94-generic. 2024-02-10T09:04:19.650 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../06-linux-image-5.15.0-94-generic_5.15.0-94.104~20.04.1_amd64.deb ... 2024-02-10T09:04:19.659 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking linux-modules-extra-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-10T09:04:19.761 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-image-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-10T09:04:20.280 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-94-generic. 2024-02-10T09:04:20.294 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-94-generic_5.15.0-94.104~20.04.1_amd64.deb ... 2024-02-10T09:04:20.338 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-modules-extra-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-10T09:04:26.517 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-02-10T09:04:26.532 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.94.104~20.04.50_amd64.deb ... 2024-02-10T09:04:26.575 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.94.104~20.04.50) ... 2024-02-10T09:04:26.903 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libevdev2:amd64. 2024-02-10T09:04:26.919 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-02-10T09:04:26.961 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-02-10T09:04:27.178 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-02-10T09:04:27.195 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.94.104~20.04.50_amd64.deb ... 2024-02-10T09:04:27.236 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.94.104~20.04.50) ... 2024-02-10T09:04:27.406 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package thermald. 2024-02-10T09:04:27.420 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-02-10T09:04:27.464 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-02-10T09:04:27.564 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libevdev2:amd64. 2024-02-10T09:04:27.578 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-02-10T09:04:27.622 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-02-10T09:04:27.984 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package thermald. 2024-02-10T09:04:27.997 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-02-10T09:04:28.042 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-02-10T09:04:28.044 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package upower. 2024-02-10T09:04:28.057 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-02-10T09:04:28.118 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking upower (0.99.11-1build2) ... 2024-02-10T09:04:28.548 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package usbmuxd. 2024-02-10T09:04:28.563 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-02-10T09:04:28.588 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package upower. 2024-02-10T09:04:28.602 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-02-10T09:04:28.606 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-02-10T09:04:28.661 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking upower (0.99.11-1build2) ... 2024-02-10T09:04:28.889 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-02-10T09:04:29.011 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-02-10T09:04:29.051 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package usbmuxd. 2024-02-10T09:04:29.066 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-02-10T09:04:29.109 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-02-10T09:04:29.162 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-02-10T09:04:29.288 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-02-10T09:04:29.406 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-02-10T09:04:29.423 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-02-10T09:04:29.532 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-02-10T09:04:29.547 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-02-10T09:04:29.656 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-02-10T09:04:29.658 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up upower (0.99.11-1build2) ... 2024-02-10T09:04:29.757 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-02-10T09:04:29.858 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-02-10T09:04:29.984 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-02-10T09:04:30.110 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up upower (0.99.11-1build2) ... 2024-02-10T09:04:30.198 INFO:teuthology.orchestra.run.smithi164.stdout:upower.service is a disabled or a static unit, not starting it. 2024-02-10T09:04:30.254 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-02-10T09:04:30.444 INFO:teuthology.orchestra.run.smithi164.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-02-10T09:04:30.450 INFO:teuthology.orchestra.run.smithi164.stdout:Adding system user `usbmux' (UID 114) ... 2024-02-10T09:04:30.450 INFO:teuthology.orchestra.run.smithi164.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-02-10T09:04:30.834 INFO:teuthology.orchestra.run.smithi018.stdout:upower.service is a disabled or a static unit, not starting it. 2024-02-10T09:04:30.889 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-02-10T09:04:30.987 INFO:teuthology.orchestra.run.smithi164.stdout:Not creating home directory `/var/lib/usbmux'. 2024-02-10T09:04:31.077 INFO:teuthology.orchestra.run.smithi018.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-02-10T09:04:31.097 INFO:teuthology.orchestra.run.smithi018.stdout:Adding system user `usbmux' (UID 114) ... 2024-02-10T09:04:31.097 INFO:teuthology.orchestra.run.smithi018.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-02-10T09:04:31.200 INFO:teuthology.orchestra.run.smithi164.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-02-10T09:04:31.242 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-02-10T09:04:31.586 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-02-10T09:04:31.586 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-02-10T09:04:31.589 INFO:teuthology.orchestra.run.smithi018.stdout:Not creating home directory `/var/lib/usbmux'. 2024-02-10T09:04:31.828 INFO:teuthology.orchestra.run.smithi018.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-02-10T09:04:31.877 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-02-10T09:04:32.047 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up linux-image-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-10T09:04:32.192 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-02-10T09:04:32.195 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-02-10T09:04:32.616 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-image-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-10T09:04:33.390 INFO:teuthology.orchestra.run.smithi164.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-94-generic 2024-02-10T09:04:33.390 INFO:teuthology.orchestra.run.smithi164.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-94-generic 2024-02-10T09:04:33.565 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up linux-modules-extra-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-10T09:04:33.977 INFO:teuthology.orchestra.run.smithi018.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-94-generic 2024-02-10T09:04:33.977 INFO:teuthology.orchestra.run.smithi018.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-94-generic 2024-02-10T09:04:34.141 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-modules-extra-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-10T09:04:34.949 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.94.104~20.04.50) ... 2024-02-10T09:04:35.092 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up linux-modules-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-10T09:04:35.917 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.94.104~20.04.50) ... 2024-02-10T09:04:36.494 INFO:teuthology.orchestra.run.smithi164.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-02-10T09:04:36.782 INFO:teuthology.orchestra.run.smithi164.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-02-10T09:04:37.052 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-modules-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-10T09:04:37.535 INFO:teuthology.orchestra.run.smithi164.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-02-10T09:04:37.636 INFO:teuthology.orchestra.run.smithi164.stdout:Processing triggers for linux-image-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-10T09:04:37.712 INFO:teuthology.orchestra.run.smithi164.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-10T09:04:37.712 INFO:teuthology.orchestra.run.smithi164.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-94-generic 2024-02-10T09:04:38.603 INFO:teuthology.orchestra.run.smithi018.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-02-10T09:04:38.903 INFO:teuthology.orchestra.run.smithi018.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-02-10T09:04:39.664 INFO:teuthology.orchestra.run.smithi018.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-02-10T09:04:39.772 INFO:teuthology.orchestra.run.smithi018.stdout:Processing triggers for linux-image-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-10T09:04:39.853 INFO:teuthology.orchestra.run.smithi018.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-10T09:04:39.853 INFO:teuthology.orchestra.run.smithi018.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-94-generic 2024-02-10T09:05:03.391 INFO:teuthology.orchestra.run.smithi164.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-10T09:05:03.391 INFO:teuthology.orchestra.run.smithi164.stdout:Sourcing file `/etc/default/grub' 2024-02-10T09:05:03.406 INFO:teuthology.orchestra.run.smithi164.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-10T09:05:03.424 INFO:teuthology.orchestra.run.smithi164.stdout:Generating grub configuration file ... 2024-02-10T09:05:03.817 INFO:teuthology.orchestra.run.smithi164.stdout:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-10T09:05:03.839 INFO:teuthology.orchestra.run.smithi164.stdout:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-10T09:05:04.305 INFO:teuthology.orchestra.run.smithi164.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-02-10T09:05:04.317 INFO:teuthology.orchestra.run.smithi164.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-02-10T09:05:05.767 INFO:teuthology.orchestra.run.smithi018.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-10T09:05:05.767 INFO:teuthology.orchestra.run.smithi018.stdout:Sourcing file `/etc/default/grub' 2024-02-10T09:05:05.775 INFO:teuthology.orchestra.run.smithi018.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-10T09:05:05.798 INFO:teuthology.orchestra.run.smithi018.stdout:Generating grub configuration file ... 2024-02-10T09:05:06.112 INFO:teuthology.orchestra.run.smithi018.stdout:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-10T09:05:06.134 INFO:teuthology.orchestra.run.smithi018.stdout:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-10T09:05:06.292 INFO:teuthology.orchestra.run.smithi164.stdout:done 2024-02-10T09:05:06.518 INFO:teuthology.orchestra.run.smithi018.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-02-10T09:05:06.529 INFO:teuthology.orchestra.run.smithi018.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-02-10T09:05:06.747 DEBUG:teuthology.orchestra.run.smithi164:> dpkg -s linux-image-generic-hwe-20.04 2024-02-10T09:05:06.780 INFO:teuthology.orchestra.run.smithi164.stdout:Package: linux-image-generic-hwe-20.04 2024-02-10T09:05:06.781 INFO:teuthology.orchestra.run.smithi164.stdout:Status: install ok installed 2024-02-10T09:05:06.781 INFO:teuthology.orchestra.run.smithi164.stdout:Priority: optional 2024-02-10T09:05:06.781 INFO:teuthology.orchestra.run.smithi164.stdout:Section: kernel 2024-02-10T09:05:06.781 INFO:teuthology.orchestra.run.smithi164.stdout:Installed-Size: 20 2024-02-10T09:05:06.781 INFO:teuthology.orchestra.run.smithi164.stdout:Maintainer: Ubuntu Kernel Team 2024-02-10T09:05:06.781 INFO:teuthology.orchestra.run.smithi164.stdout:Architecture: amd64 2024-02-10T09:05:06.781 INFO:teuthology.orchestra.run.smithi164.stdout:Source: linux-meta-hwe-5.15 2024-02-10T09:05:06.781 INFO:teuthology.orchestra.run.smithi164.stdout:Version: 5.15.0.94.104~20.04.50 2024-02-10T09:05:06.781 INFO:teuthology.orchestra.run.smithi164.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-10T09:05:06.781 INFO:teuthology.orchestra.run.smithi164.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-10T09:05:06.781 INFO:teuthology.orchestra.run.smithi164.stdout:Recommends: thermald 2024-02-10T09:05:06.781 INFO:teuthology.orchestra.run.smithi164.stdout:Description: Generic Linux kernel image 2024-02-10T09:05:06.781 INFO:teuthology.orchestra.run.smithi164.stdout: This package will always depend on the latest generic kernel image 2024-02-10T09:05:06.782 INFO:teuthology.orchestra.run.smithi164.stdout: available. 2024-02-10T09:05:06.782 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-94-generic 2024-02-10T09:05:06.782 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T09:05:06.782 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T09:05:06.782 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-10T09:05:06.782 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi164.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T09:05:06.782 DEBUG:teuthology.orchestra.run.smithi164:> sudo apt-get clean 2024-02-10T09:05:06.916 DEBUG:teuthology.orchestra.run.smithi164:> sudo apt-get update 2024-02-10T09:05:07.071 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-02-10T09:05:07.184 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-02-10T09:05:07.265 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-02-10T09:05:07.356 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-02-10T09:05:08.620 INFO:teuthology.orchestra.run.smithi018.stdout:done 2024-02-10T09:05:08.842 INFO:teuthology.orchestra.run.smithi164.stdout:Reading package lists... 2024-02-10T09:05:08.869 DEBUG:teuthology.orchestra.run.smithi164:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-02-10T09:05:08.940 INFO:teuthology.orchestra.run.smithi164.stdout:Reading package lists... 2024-02-10T09:05:09.066 DEBUG:teuthology.orchestra.run.smithi018:> dpkg -s linux-image-generic-hwe-20.04 2024-02-10T09:05:09.124 INFO:teuthology.orchestra.run.smithi164.stdout:Building dependency tree... 2024-02-10T09:05:09.125 INFO:teuthology.orchestra.run.smithi164.stdout:Reading state information... 2024-02-10T09:05:09.127 INFO:teuthology.orchestra.run.smithi018.stdout:Package: linux-image-generic-hwe-20.04 2024-02-10T09:05:09.127 INFO:teuthology.orchestra.run.smithi018.stdout:Status: install ok installed 2024-02-10T09:05:09.127 INFO:teuthology.orchestra.run.smithi018.stdout:Priority: optional 2024-02-10T09:05:09.127 INFO:teuthology.orchestra.run.smithi018.stdout:Section: kernel 2024-02-10T09:05:09.127 INFO:teuthology.orchestra.run.smithi018.stdout:Installed-Size: 20 2024-02-10T09:05:09.128 INFO:teuthology.orchestra.run.smithi018.stdout:Maintainer: Ubuntu Kernel Team 2024-02-10T09:05:09.128 INFO:teuthology.orchestra.run.smithi018.stdout:Architecture: amd64 2024-02-10T09:05:09.128 INFO:teuthology.orchestra.run.smithi018.stdout:Source: linux-meta-hwe-5.15 2024-02-10T09:05:09.128 INFO:teuthology.orchestra.run.smithi018.stdout:Version: 5.15.0.94.104~20.04.50 2024-02-10T09:05:09.128 INFO:teuthology.orchestra.run.smithi018.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-10T09:05:09.128 INFO:teuthology.orchestra.run.smithi018.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-10T09:05:09.128 INFO:teuthology.orchestra.run.smithi018.stdout:Recommends: thermald 2024-02-10T09:05:09.128 INFO:teuthology.orchestra.run.smithi018.stdout:Description: Generic Linux kernel image 2024-02-10T09:05:09.128 INFO:teuthology.orchestra.run.smithi018.stdout: This package will always depend on the latest generic kernel image 2024-02-10T09:05:09.128 INFO:teuthology.orchestra.run.smithi018.stdout: available. 2024-02-10T09:05:09.128 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-94-generic 2024-02-10T09:05:09.128 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T09:05:09.128 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T09:05:09.129 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-10T09:05:09.129 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi018.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T09:05:09.129 DEBUG:teuthology.orchestra.run.smithi018:> sudo apt-get clean 2024-02-10T09:05:09.213 DEBUG:teuthology.orchestra.run.smithi018:> sudo apt-get update 2024-02-10T09:05:09.337 INFO:teuthology.orchestra.run.smithi164.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.94.104~20.04.50). 2024-02-10T09:05:09.338 INFO:teuthology.orchestra.run.smithi164.stdout:0 upgraded, 0 newly installed, 0 to remove and 287 not upgraded. 2024-02-10T09:05:09.339 DEBUG:teuthology.orchestra.run.smithi164:> dpkg -s linux-image-generic-hwe-20.04 2024-02-10T09:05:09.352 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-02-10T09:05:09.361 INFO:teuthology.orchestra.run.smithi164.stdout:Package: linux-image-generic-hwe-20.04 2024-02-10T09:05:09.361 INFO:teuthology.orchestra.run.smithi164.stdout:Status: install ok installed 2024-02-10T09:05:09.362 INFO:teuthology.orchestra.run.smithi164.stdout:Priority: optional 2024-02-10T09:05:09.362 INFO:teuthology.orchestra.run.smithi164.stdout:Section: kernel 2024-02-10T09:05:09.362 INFO:teuthology.orchestra.run.smithi164.stdout:Installed-Size: 20 2024-02-10T09:05:09.362 INFO:teuthology.orchestra.run.smithi164.stdout:Maintainer: Ubuntu Kernel Team 2024-02-10T09:05:09.362 INFO:teuthology.orchestra.run.smithi164.stdout:Architecture: amd64 2024-02-10T09:05:09.362 INFO:teuthology.orchestra.run.smithi164.stdout:Source: linux-meta-hwe-5.15 2024-02-10T09:05:09.362 INFO:teuthology.orchestra.run.smithi164.stdout:Version: 5.15.0.94.104~20.04.50 2024-02-10T09:05:09.362 INFO:teuthology.orchestra.run.smithi164.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-10T09:05:09.362 INFO:teuthology.orchestra.run.smithi164.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-10T09:05:09.362 INFO:teuthology.orchestra.run.smithi164.stdout:Recommends: thermald 2024-02-10T09:05:09.362 INFO:teuthology.orchestra.run.smithi164.stdout:Description: Generic Linux kernel image 2024-02-10T09:05:09.362 INFO:teuthology.orchestra.run.smithi164.stdout: This package will always depend on the latest generic kernel image 2024-02-10T09:05:09.362 INFO:teuthology.orchestra.run.smithi164.stdout: available. 2024-02-10T09:05:09.363 DEBUG:teuthology.orchestra.run.smithi164:> mktemp 2024-02-10T09:05:09.367 INFO:teuthology.orchestra.run.smithi164.stdout:/tmp/tmp.VBuAdPBkhu 2024-02-10T09:05:09.367 DEBUG:teuthology.orchestra.run.smithi164:> sudo cp /boot/grub/grub.cfg /tmp/tmp.VBuAdPBkhu 2024-02-10T09:05:09.426 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod 0666 /tmp/tmp.VBuAdPBkhu 2024-02-10T09:05:09.457 DEBUG:teuthology.orchestra.remote:smithi164:/tmp/tmp.VBuAdPBkhu is 9KB 2024-02-10T09:05:09.465 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-02-10T09:05:09.470 DEBUG:teuthology.orchestra.run.smithi164:> rm -fr /tmp/tmp.VBuAdPBkhu 2024-02-10T09:05:09.477 DEBUG:teuthology.orchestra.run.smithi164:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-10T09:05:09.534 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-02-10T09:05:09.534 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-10T09:05:09.534 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-10T09:05:09.547 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-02-10T09:05:09.565 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-94-generic 2024-02-10T09:05:09.566 DEBUG:teuthology.orchestra.run.smithi164:> sudo update-grub 2024-02-10T09:05:09.628 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-02-10T09:05:10.916 INFO:teuthology.orchestra.run.smithi164.stderr:Sourcing file `/etc/default/grub' 2024-02-10T09:05:10.922 INFO:teuthology.orchestra.run.smithi164.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-10T09:05:10.933 INFO:teuthology.orchestra.run.smithi164.stderr:Generating grub configuration file ... 2024-02-10T09:05:11.160 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2024-02-10T09:05:11.186 DEBUG:teuthology.orchestra.run.smithi018:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-02-10T09:05:11.212 INFO:teuthology.orchestra.run.smithi164.stderr:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-10T09:05:11.224 INFO:teuthology.orchestra.run.smithi164.stderr:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-10T09:05:11.257 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2024-02-10T09:05:11.470 INFO:teuthology.orchestra.run.smithi018.stdout:Building dependency tree... 2024-02-10T09:05:11.471 INFO:teuthology.orchestra.run.smithi018.stdout:Reading state information... 2024-02-10T09:05:11.672 INFO:teuthology.orchestra.run.smithi164.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-02-10T09:05:11.684 INFO:teuthology.orchestra.run.smithi164.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-02-10T09:05:11.703 INFO:teuthology.orchestra.run.smithi018.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.94.104~20.04.50). 2024-02-10T09:05:11.703 INFO:teuthology.orchestra.run.smithi018.stdout:0 upgraded, 0 newly installed, 0 to remove and 287 not upgraded. 2024-02-10T09:05:11.705 DEBUG:teuthology.orchestra.run.smithi018:> dpkg -s linux-image-generic-hwe-20.04 2024-02-10T09:05:11.728 INFO:teuthology.orchestra.run.smithi018.stdout:Package: linux-image-generic-hwe-20.04 2024-02-10T09:05:11.728 INFO:teuthology.orchestra.run.smithi018.stdout:Status: install ok installed 2024-02-10T09:05:11.728 INFO:teuthology.orchestra.run.smithi018.stdout:Priority: optional 2024-02-10T09:05:11.728 INFO:teuthology.orchestra.run.smithi018.stdout:Section: kernel 2024-02-10T09:05:11.728 INFO:teuthology.orchestra.run.smithi018.stdout:Installed-Size: 20 2024-02-10T09:05:11.728 INFO:teuthology.orchestra.run.smithi018.stdout:Maintainer: Ubuntu Kernel Team 2024-02-10T09:05:11.728 INFO:teuthology.orchestra.run.smithi018.stdout:Architecture: amd64 2024-02-10T09:05:11.728 INFO:teuthology.orchestra.run.smithi018.stdout:Source: linux-meta-hwe-5.15 2024-02-10T09:05:11.728 INFO:teuthology.orchestra.run.smithi018.stdout:Version: 5.15.0.94.104~20.04.50 2024-02-10T09:05:11.728 INFO:teuthology.orchestra.run.smithi018.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-10T09:05:11.728 INFO:teuthology.orchestra.run.smithi018.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-10T09:05:11.728 INFO:teuthology.orchestra.run.smithi018.stdout:Recommends: thermald 2024-02-10T09:05:11.729 INFO:teuthology.orchestra.run.smithi018.stdout:Description: Generic Linux kernel image 2024-02-10T09:05:11.729 INFO:teuthology.orchestra.run.smithi018.stdout: This package will always depend on the latest generic kernel image 2024-02-10T09:05:11.729 INFO:teuthology.orchestra.run.smithi018.stdout: available. 2024-02-10T09:05:11.729 DEBUG:teuthology.orchestra.run.smithi018:> mktemp 2024-02-10T09:05:11.734 INFO:teuthology.orchestra.run.smithi018.stdout:/tmp/tmp.JwlhPsQXWc 2024-02-10T09:05:11.734 DEBUG:teuthology.orchestra.run.smithi018:> sudo cp /boot/grub/grub.cfg /tmp/tmp.JwlhPsQXWc 2024-02-10T09:05:11.802 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod 0666 /tmp/tmp.JwlhPsQXWc 2024-02-10T09:05:11.853 DEBUG:teuthology.orchestra.remote:smithi018:/tmp/tmp.JwlhPsQXWc is 9KB 2024-02-10T09:05:11.867 DEBUG:teuthology.orchestra.run.smithi018:> rm -fr /tmp/tmp.JwlhPsQXWc 2024-02-10T09:05:11.874 DEBUG:teuthology.orchestra.run.smithi018:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-10T09:05:11.933 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-02-10T09:05:11.933 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-10T09:05:11.933 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-10T09:05:11.970 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-94-generic 2024-02-10T09:05:11.970 DEBUG:teuthology.orchestra.run.smithi018:> sudo update-grub 2024-02-10T09:05:12.626 INFO:teuthology.orchestra.run.smithi164.stderr:done 2024-02-10T09:05:12.627 DEBUG:teuthology.orchestra.run.smithi164:> sudo shutdown -r now 2024-02-10T09:05:13.178 INFO:teuthology.orchestra.run.smithi018.stderr:Sourcing file `/etc/default/grub' 2024-02-10T09:05:13.182 INFO:teuthology.orchestra.run.smithi018.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-10T09:05:13.196 INFO:teuthology.orchestra.run.smithi018.stderr:Generating grub configuration file ... 2024-02-10T09:05:13.487 INFO:teuthology.orchestra.run.smithi018.stderr:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-10T09:05:13.499 INFO:teuthology.orchestra.run.smithi018.stderr:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-10T09:05:13.892 INFO:teuthology.orchestra.run.smithi018.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-02-10T09:05:13.904 INFO:teuthology.orchestra.run.smithi018.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-02-10T09:05:14.861 INFO:teuthology.orchestra.run.smithi018.stderr:done 2024-02-10T09:05:14.862 DEBUG:teuthology.orchestra.run.smithi018:> sudo shutdown -r now 2024-02-10T09:05:42.643 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-10T09:05:42.643 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-02-10T09:05:42.644 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T09:05:44.867 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-10T09:05:44.868 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-02-10T09:05:44.868 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T09:06:01.148 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.164 2024-02-10T09:06:03.196 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.18 2024-02-10T09:06:10.156 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-02-10T09:06:10.157 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T09:06:12.199 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-02-10T09:06:12.199 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T09:06:13.216 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.164 2024-02-10T09:06:25.226 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-02-10T09:06:25.227 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T09:07:12.249 DEBUG:teuthology.orchestra.remote:timed out 2024-02-10T09:07:24.260 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-02-10T09:07:24.261 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T09:07:24.517 DEBUG:teuthology.orchestra.run.smithi018:> true 2024-02-10T09:07:25.033 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-02-10T09:07:25.033 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-94-generic"... 2024-02-10T09:07:25.033 DEBUG:teuthology.orchestra.run.smithi018:> uname -r 2024-02-10T09:07:25.081 INFO:teuthology.orchestra.run.smithi018.stdout:5.15.0-94-generic 2024-02-10T09:07:25.082 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-94-generic vs 5.15.0-94-generic 2024-02-10T09:07:25.082 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T09:07:25.082 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-10T09:07:25.229 DEBUG:teuthology.orchestra.remote:timed out 2024-02-10T09:07:26.083 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-10T09:07:26.083 DEBUG:teuthology.orchestra.run.smithi018:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T09:07:26.163 INFO:teuthology.orchestra.run.smithi018.stdout:ttyS1 2024-02-10T09:07:26.198 DEBUG:teuthology.parallel:result is None 2024-02-10T09:07:40.230 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-02-10T09:07:40.231 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T09:07:40.470 DEBUG:teuthology.orchestra.run.smithi164:> true 2024-02-10T09:07:41.002 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-02-10T09:07:41.002 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-94-generic"... 2024-02-10T09:07:41.002 DEBUG:teuthology.orchestra.run.smithi164:> uname -r 2024-02-10T09:07:41.051 INFO:teuthology.orchestra.run.smithi164.stdout:5.15.0-94-generic 2024-02-10T09:07:41.051 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-94-generic vs 5.15.0-94-generic 2024-02-10T09:07:41.052 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T09:07:41.052 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-10T09:07:42.052 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-10T09:07:42.053 DEBUG:teuthology.orchestra.run.smithi164:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T09:07:42.418 INFO:teuthology.orchestra.run.smithi164.stdout:ttyS1 2024-02-10T09:07:42.460 DEBUG:teuthology.parallel:result is None 2024-02-10T09:07:42.460 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-10T09:07:42.468 INFO:teuthology.task.internal:Creating test directory... 2024-02-10T09:07:42.469 DEBUG:teuthology.orchestra.run.smithi018:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T09:07:42.471 DEBUG:teuthology.orchestra.run.smithi164:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T09:07:42.478 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-10T09:07:42.504 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-10T09:07:42.546 INFO:teuthology.task.internal:Creating archive directory... 2024-02-10T09:07:42.546 DEBUG:teuthology.orchestra.run.smithi018:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T09:07:42.549 DEBUG:teuthology.orchestra.run.smithi164:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T09:07:42.579 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-10T09:07:42.590 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-10T09:07:42.591 DEBUG:teuthology.orchestra.run.smithi018:> 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-10T09:07:42.609 DEBUG:teuthology.orchestra.run.smithi164:> 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-10T09:07:42.626 INFO:teuthology.orchestra.run.smithi018.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T09:07:42.632 INFO:teuthology.orchestra.run.smithi018.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T09:07:42.634 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T09:07:42.640 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T09:07:42.642 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-10T09:07:42.650 INFO:teuthology.task.internal:Configuring sudo... 2024-02-10T09:07:42.650 DEBUG:teuthology.orchestra.run.smithi018:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T09:07:42.677 DEBUG:teuthology.orchestra.run.smithi164:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T09:07:42.701 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-10T09:07:42.711 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-10T09:07:42.712 DEBUG:teuthology.orchestra.run.smithi018:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T09:07:42.738 DEBUG:teuthology.orchestra.run.smithi164:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T09:07:42.752 DEBUG:teuthology.orchestra.run.smithi018:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T09:07:42.794 DEBUG:teuthology.orchestra.run.smithi018:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T09:07:42.842 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-02-10T09:07:42.842 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T09:07:42.900 DEBUG:teuthology.orchestra.run.smithi164:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T09:07:42.907 DEBUG:teuthology.orchestra.run.smithi164:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T09:07:42.960 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-02-10T09:07:42.960 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T09:07:43.024 DEBUG:teuthology.orchestra.run.smithi018:> sudo service rsyslog restart 2024-02-10T09:07:43.027 DEBUG:teuthology.orchestra.run.smithi164:> sudo service rsyslog restart 2024-02-10T09:07:43.155 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-10T09:07:43.162 INFO:teuthology.task.internal:Starting timer... 2024-02-10T09:07:43.162 INFO:teuthology.run_tasks:Running task pcp... 2024-02-10T09:07:43.210 INFO:teuthology.run_tasks:Running task selinux... 2024-02-10T09:07:43.253 DEBUG:teuthology.task.selinux:Excluding smithi018: OS 'ubuntu' does not support SELinux 2024-02-10T09:07:43.253 DEBUG:teuthology.task.selinux:Excluding smithi164: OS 'ubuntu' does not support SELinux 2024-02-10T09:07:43.253 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-10T09:07:43.253 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-02-10T09:07:43.253 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-10T09:07:43.253 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-10T09:07:43.291 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-10T09:07:43.310 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-10T09:07:43.311 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi018.front.sepia.ceph.com,smithi164.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-10T09:13:14.191 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi018.front.sepia.ceph.com'), Remote(name='ubuntu@smithi164.front.sepia.ceph.com')] 2024-02-10T09:13:14.193 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-02-10T09:13:14.194 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T09:13:14.289 DEBUG:teuthology.orchestra.run.smithi018:> true 2024-02-10T09:13:14.409 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-02-10T09:13:14.410 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-02-10T09:13:14.411 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T09:13:14.495 DEBUG:teuthology.orchestra.run.smithi164:> true 2024-02-10T09:13:14.617 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-02-10T09:13:14.618 INFO:teuthology.run_tasks:Running task clock... 2024-02-10T09:13:14.628 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-10T09:13:14.629 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T09:13:14.629 DEBUG:teuthology.orchestra.run.smithi018:> 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-10T09:13:14.631 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T09:13:14.631 DEBUG:teuthology.orchestra.run.smithi164:> 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-10T09:13:14.661 INFO:teuthology.orchestra.run.smithi018.stdout:10 Feb 09:13:14 ntpd[12693]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-02-10T09:13:14.661 INFO:teuthology.orchestra.run.smithi018.stdout:10 Feb 09:13:14 ntpd[12693]: Command line: ntpd -gq 2024-02-10T09:13:14.662 INFO:teuthology.orchestra.run.smithi018.stdout:10 Feb 09:13:14 ntpd[12693]: proto: precision = 0.090 usec (-23) 2024-02-10T09:13:14.663 INFO:teuthology.orchestra.run.smithi018.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-10T09:13:14.663 INFO:teuthology.orchestra.run.smithi018.stdout:10 Feb 09:13:14 ntpd[12693]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-10T09:13:14.663 INFO:teuthology.orchestra.run.smithi018.stdout:10 Feb 09:13:14 ntpd[12693]: restrict ::: KOD does nothing without LIMITED. 2024-02-10T09:13:14.663 INFO:teuthology.orchestra.run.smithi018.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-10T09:13:14.664 INFO:teuthology.orchestra.run.smithi018.stdout:10 Feb 09:13:14 ntpd[12693]: Listen and drop on 0 v6wildcard [::]:123 2024-02-10T09:13:14.664 INFO:teuthology.orchestra.run.smithi018.stdout:10 Feb 09:13:14 ntpd[12693]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-10T09:13:14.664 INFO:teuthology.orchestra.run.smithi018.stdout:10 Feb 09:13:14 ntpd[12693]: Listen normally on 2 lo 127.0.0.1:123 2024-02-10T09:13:14.664 INFO:teuthology.orchestra.run.smithi018.stdout:10 Feb 09:13:14 ntpd[12693]: Listen normally on 3 ens1f0 172.21.15.18:123 2024-02-10T09:13:14.665 INFO:teuthology.orchestra.run.smithi018.stdout:10 Feb 09:13:14 ntpd[12693]: Listen normally on 4 lo [::1]:123 2024-02-10T09:13:14.665 INFO:teuthology.orchestra.run.smithi018.stdout:10 Feb 09:13:14 ntpd[12693]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1362%4]:123 2024-02-10T09:13:14.665 INFO:teuthology.orchestra.run.smithi018.stdout:10 Feb 09:13:14 ntpd[12693]: Listening on routing socket on fd #22 for interface updates 2024-02-10T09:13:14.689 INFO:teuthology.orchestra.run.smithi164.stdout:10 Feb 09:13:14 ntpd[12732]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-02-10T09:13:14.689 INFO:teuthology.orchestra.run.smithi164.stdout:10 Feb 09:13:14 ntpd[12732]: Command line: ntpd -gq 2024-02-10T09:13:14.690 INFO:teuthology.orchestra.run.smithi164.stdout:10 Feb 09:13:14 ntpd[12732]: proto: precision = 0.078 usec (-24) 2024-02-10T09:13:14.690 INFO:teuthology.orchestra.run.smithi164.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-10T09:13:14.690 INFO:teuthology.orchestra.run.smithi164.stdout:10 Feb 09:13:14 ntpd[12732]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-10T09:13:14.691 INFO:teuthology.orchestra.run.smithi164.stdout:10 Feb 09:13:14 ntpd[12732]: restrict ::: KOD does nothing without LIMITED. 2024-02-10T09:13:14.691 INFO:teuthology.orchestra.run.smithi164.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-10T09:13:14.692 INFO:teuthology.orchestra.run.smithi164.stdout:10 Feb 09:13:14 ntpd[12732]: Listen and drop on 0 v6wildcard [::]:123 2024-02-10T09:13:14.692 INFO:teuthology.orchestra.run.smithi164.stdout:10 Feb 09:13:14 ntpd[12732]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-10T09:13:14.692 INFO:teuthology.orchestra.run.smithi164.stdout:10 Feb 09:13:14 ntpd[12732]: Listen normally on 2 lo 127.0.0.1:123 2024-02-10T09:13:14.692 INFO:teuthology.orchestra.run.smithi164.stdout:10 Feb 09:13:14 ntpd[12732]: Listen normally on 3 enp3s0f1 172.21.15.164:123 2024-02-10T09:13:14.692 INFO:teuthology.orchestra.run.smithi164.stdout:10 Feb 09:13:14 ntpd[12732]: Listen normally on 4 lo [::1]:123 2024-02-10T09:13:14.692 INFO:teuthology.orchestra.run.smithi164.stdout:10 Feb 09:13:14 ntpd[12732]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:73f3%5]:123 2024-02-10T09:13:14.692 INFO:teuthology.orchestra.run.smithi164.stdout:10 Feb 09:13:14 ntpd[12732]: Listening on routing socket on fd #22 for interface updates 2024-02-10T09:13:15.663 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:15 ntpd[12693]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:15.663 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:15 ntpd[12693]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:15.663 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:15 ntpd[12693]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:15.663 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:15 ntpd[12693]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:15.663 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:15 ntpd[12693]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:15.663 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:15 ntpd[12693]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:15.663 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:15 ntpd[12693]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T09:13:15.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:15 ntpd[12693]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T09:13:15.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:15 ntpd[12693]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:15.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:15 ntpd[12693]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:15.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:15 ntpd[12693]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T09:13:15.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:15 ntpd[12693]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T09:13:15.690 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:15 ntpd[12732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:15.690 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:15 ntpd[12732]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:15.690 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:15 ntpd[12732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:15.690 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:15 ntpd[12732]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:15.690 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:15 ntpd[12732]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T09:13:15.690 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:15 ntpd[12732]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T09:13:17.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:17 ntpd[12693]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:17.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:17 ntpd[12693]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:17.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:17 ntpd[12693]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:17.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:17 ntpd[12693]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:17.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:17 ntpd[12693]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:17.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:17 ntpd[12693]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:17.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:17 ntpd[12693]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:17.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:17 ntpd[12693]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:17.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:17 ntpd[12693]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:17.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:17 ntpd[12693]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:17.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:17 ntpd[12693]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T09:13:17.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:17 ntpd[12693]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T09:13:17.665 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:17 ntpd[12693]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:17.665 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:17 ntpd[12693]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:17.665 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:17 ntpd[12693]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T09:13:17.665 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:17 ntpd[12693]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T09:13:17.665 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:17 ntpd[12693]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:17.665 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:17 ntpd[12693]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:17.665 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:17 ntpd[12693]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T09:13:17.665 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:17 ntpd[12693]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T09:13:17.690 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:17 ntpd[12732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:17.690 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:17 ntpd[12732]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:17.691 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:17 ntpd[12732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:17.691 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:17 ntpd[12732]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:17.691 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:17 ntpd[12732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:17.691 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:17 ntpd[12732]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:17.691 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:17 ntpd[12732]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T09:13:17.691 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:17 ntpd[12732]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T09:13:17.691 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:17 ntpd[12732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:17.691 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:17 ntpd[12732]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:17.691 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:17 ntpd[12732]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T09:13:17.691 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:17 ntpd[12732]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T09:13:19.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:19 ntpd[12693]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:19.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:19 ntpd[12693]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:19.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:19 ntpd[12693]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:19.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:19 ntpd[12693]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:19.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:19 ntpd[12693]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:19.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:19 ntpd[12693]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:19.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:19 ntpd[12693]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:19.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:19 ntpd[12693]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:19.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:19 ntpd[12693]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T09:13:19.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:19 ntpd[12693]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T09:13:19.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:19 ntpd[12693]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:19.665 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:19 ntpd[12693]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:19.665 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:19 ntpd[12693]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T09:13:19.665 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:19 ntpd[12693]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T09:13:19.665 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:19 ntpd[12693]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:19.665 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:19 ntpd[12693]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:19.665 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:19 ntpd[12693]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T09:13:19.665 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:19 ntpd[12693]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T09:13:19.691 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:19 ntpd[12732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:19.691 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:19 ntpd[12732]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:19.691 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:19 ntpd[12732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:19.691 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:19 ntpd[12732]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:19.692 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:19 ntpd[12732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:19.692 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:19 ntpd[12732]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:19.692 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:19 ntpd[12732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:19.692 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:19 ntpd[12732]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:19.692 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:19 ntpd[12732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:19.692 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:19 ntpd[12732]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:19.692 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:19 ntpd[12732]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T09:13:19.692 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:19 ntpd[12732]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T09:13:19.692 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:19 ntpd[12732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:19.692 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:19 ntpd[12732]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:19.692 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:19 ntpd[12732]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T09:13:19.692 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:19 ntpd[12732]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T09:13:19.692 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:19 ntpd[12732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:19.692 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:19 ntpd[12732]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:19.692 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:19 ntpd[12732]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T09:13:19.692 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:19 ntpd[12732]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T09:13:21.663 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:21 ntpd[12693]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:21.663 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:21 ntpd[12693]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:21.663 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:21 ntpd[12693]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:21.663 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:21 ntpd[12693]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:21.663 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:21 ntpd[12693]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:21.663 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:21 ntpd[12693]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:21.663 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:21 ntpd[12693]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:21.663 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:21 ntpd[12693]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:21.663 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:21 ntpd[12693]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T09:13:21.663 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:21 ntpd[12693]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T09:13:21.664 INFO:teuthology.orchestra.run.smithi018.stdout:10 Feb 09:13:21 ntpd[12693]: ntpd: time slew +0.001947 s 2024-02-10T09:13:21.664 INFO:teuthology.orchestra.run.smithi018.stdout:ntpd: time slew +0.001947s 2024-02-10T09:13:21.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:21 ntpd[12693]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-10T09:13:21.664 INFO:teuthology.orchestra.run.smithi018.stderr:10 Feb 09:13:21 ntpd[12693]: can't open /var/log/ntpstats/loopstats.20240210: Permission denied 2024-02-10T09:13:21.690 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:21 ntpd[12732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:21.690 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:21 ntpd[12732]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:21.691 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:21 ntpd[12732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:21.691 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:21 ntpd[12732]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:21.691 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:21 ntpd[12732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:21.691 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:21 ntpd[12732]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:21.691 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:21 ntpd[12732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:21.691 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:21 ntpd[12732]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:21.691 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:21 ntpd[12732]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T09:13:21.691 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:21 ntpd[12732]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T09:13:21.691 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:21 ntpd[12732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T09:13:21.691 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:21 ntpd[12732]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T09:13:21.691 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:21 ntpd[12732]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T09:13:21.691 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:21 ntpd[12732]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T09:13:21.692 INFO:teuthology.orchestra.run.smithi164.stdout:10 Feb 09:13:21 ntpd[12732]: ntpd: time slew +0.000737 s 2024-02-10T09:13:21.692 INFO:teuthology.orchestra.run.smithi164.stdout:ntpd: time slew +0.000737s 2024-02-10T09:13:21.692 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:21 ntpd[12732]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-10T09:13:21.692 INFO:teuthology.orchestra.run.smithi164.stderr:10 Feb 09:13:21 ntpd[12732]: can't open /var/log/ntpstats/loopstats.20240210: Permission denied 2024-02-10T09:13:21.719 INFO:teuthology.orchestra.run.smithi018.stdout: remote refid st t when poll reach delay offset jitter 2024-02-10T09:13:21.720 INFO:teuthology.orchestra.run.smithi018.stdout:============================================================================== 2024-02-10T09:13:21.720 INFO:teuthology.orchestra.run.smithi018.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-10T09:13:21.720 INFO:teuthology.orchestra.run.smithi018.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-10T09:13:21.720 INFO:teuthology.orchestra.run.smithi018.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-10T09:13:21.720 INFO:teuthology.orchestra.run.smithi018.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-10T09:13:21.747 INFO:teuthology.orchestra.run.smithi164.stdout: remote refid st t when poll reach delay offset jitter 2024-02-10T09:13:21.747 INFO:teuthology.orchestra.run.smithi164.stdout:============================================================================== 2024-02-10T09:13:21.747 INFO:teuthology.orchestra.run.smithi164.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-10T09:13:21.747 INFO:teuthology.orchestra.run.smithi164.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-10T09:13:21.747 INFO:teuthology.orchestra.run.smithi164.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-10T09:13:21.747 INFO:teuthology.orchestra.run.smithi164.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-10T09:13:21.748 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-02-10T09:13:21.757 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-02-10T09:13:21.758 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-02-10T09:13:21.758 DEBUG:teuthology.orchestra.run.smithi018:> dd if=/scratch_devs of=/dev/stdout 2024-02-10T09:13:21.774 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-10T09:13:21.774 DEBUG:teuthology.orchestra.run.smithi018:> stat /dev/vg_nvme/lv_1 2024-02-10T09:13:21.822 INFO:teuthology.orchestra.run.smithi018.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-10T09:13:21.822 INFO:teuthology.orchestra.run.smithi018.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T09:13:21.822 INFO:teuthology.orchestra.run.smithi018.stdout:Device: 5h/5d Inode: 491 Links: 1 2024-02-10T09:13:21.822 INFO:teuthology.orchestra.run.smithi018.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T09:13:21.823 INFO:teuthology.orchestra.run.smithi018.stdout:Access: 2024-02-10 09:11:47.059860859 +0000 2024-02-10T09:13:21.823 INFO:teuthology.orchestra.run.smithi018.stdout:Modify: 2024-02-10 09:11:46.807866655 +0000 2024-02-10T09:13:21.823 INFO:teuthology.orchestra.run.smithi018.stdout:Change: 2024-02-10 09:11:46.807866655 +0000 2024-02-10T09:13:21.823 INFO:teuthology.orchestra.run.smithi018.stdout: Birth: - 2024-02-10T09:13:21.823 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-10T09:13:21.882 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records in 2024-02-10T09:13:21.882 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records out 2024-02-10T09:13:21.882 INFO:teuthology.orchestra.run.smithi018.stderr:512 bytes copied, 0.000316293 s, 1.6 MB/s 2024-02-10T09:13:21.883 DEBUG:teuthology.orchestra.run.smithi018:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-10T09:13:21.936 DEBUG:teuthology.orchestra.run.smithi018:> stat /dev/vg_nvme/lv_2 2024-02-10T09:13:21.986 INFO:teuthology.orchestra.run.smithi018.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-10T09:13:21.986 INFO:teuthology.orchestra.run.smithi018.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T09:13:21.986 INFO:teuthology.orchestra.run.smithi018.stdout:Device: 5h/5d Inode: 497 Links: 1 2024-02-10T09:13:21.986 INFO:teuthology.orchestra.run.smithi018.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T09:13:21.986 INFO:teuthology.orchestra.run.smithi018.stdout:Access: 2024-02-10 09:11:47.511850459 +0000 2024-02-10T09:13:21.986 INFO:teuthology.orchestra.run.smithi018.stdout:Modify: 2024-02-10 09:11:47.255856348 +0000 2024-02-10T09:13:21.987 INFO:teuthology.orchestra.run.smithi018.stdout:Change: 2024-02-10 09:11:47.255856348 +0000 2024-02-10T09:13:21.987 INFO:teuthology.orchestra.run.smithi018.stdout: Birth: - 2024-02-10T09:13:21.987 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-10T09:13:22.041 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records in 2024-02-10T09:13:22.042 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records out 2024-02-10T09:13:22.042 INFO:teuthology.orchestra.run.smithi018.stderr:512 bytes copied, 0.000310852 s, 1.6 MB/s 2024-02-10T09:13:22.042 DEBUG:teuthology.orchestra.run.smithi018:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-10T09:13:22.092 DEBUG:teuthology.orchestra.run.smithi018:> stat /dev/vg_nvme/lv_3 2024-02-10T09:13:22.142 INFO:teuthology.orchestra.run.smithi018.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-10T09:13:22.142 INFO:teuthology.orchestra.run.smithi018.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T09:13:22.142 INFO:teuthology.orchestra.run.smithi018.stdout:Device: 5h/5d Inode: 504 Links: 1 2024-02-10T09:13:22.142 INFO:teuthology.orchestra.run.smithi018.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T09:13:22.142 INFO:teuthology.orchestra.run.smithi018.stdout:Access: 2024-02-10 09:11:47.735845306 +0000 2024-02-10T09:13:22.142 INFO:teuthology.orchestra.run.smithi018.stdout:Modify: 2024-02-10 09:11:47.731845397 +0000 2024-02-10T09:13:22.142 INFO:teuthology.orchestra.run.smithi018.stdout:Change: 2024-02-10 09:11:47.731845397 +0000 2024-02-10T09:13:22.142 INFO:teuthology.orchestra.run.smithi018.stdout: Birth: - 2024-02-10T09:13:22.142 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-10T09:13:22.196 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records in 2024-02-10T09:13:22.196 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records out 2024-02-10T09:13:22.196 INFO:teuthology.orchestra.run.smithi018.stderr:512 bytes copied, 0.000300033 s, 1.7 MB/s 2024-02-10T09:13:22.197 DEBUG:teuthology.orchestra.run.smithi018:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-10T09:13:22.248 DEBUG:teuthology.orchestra.run.smithi018:> stat /dev/vg_nvme/lv_4 2024-02-10T09:13:22.298 INFO:teuthology.orchestra.run.smithi018.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-10T09:13:22.298 INFO:teuthology.orchestra.run.smithi018.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T09:13:22.298 INFO:teuthology.orchestra.run.smithi018.stdout:Device: 5h/5d Inode: 508 Links: 1 2024-02-10T09:13:22.298 INFO:teuthology.orchestra.run.smithi018.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T09:13:22.298 INFO:teuthology.orchestra.run.smithi018.stdout:Access: 2024-02-10 09:11:48.431829293 +0000 2024-02-10T09:13:22.298 INFO:teuthology.orchestra.run.smithi018.stdout:Modify: 2024-02-10 09:11:48.179835090 +0000 2024-02-10T09:13:22.298 INFO:teuthology.orchestra.run.smithi018.stdout:Change: 2024-02-10 09:11:48.179835090 +0000 2024-02-10T09:13:22.298 INFO:teuthology.orchestra.run.smithi018.stdout: Birth: - 2024-02-10T09:13:22.298 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-10T09:13:22.353 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records in 2024-02-10T09:13:22.353 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records out 2024-02-10T09:13:22.353 INFO:teuthology.orchestra.run.smithi018.stderr:512 bytes copied, 0.000301288 s, 1.7 MB/s 2024-02-10T09:13:22.355 DEBUG:teuthology.orchestra.run.smithi018:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-10T09:13:22.407 DEBUG:teuthology.orchestra.run.smithi018:> 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-10T09:13:22.530 INFO:teuthology.orchestra.run.smithi018.stdout:loop 2024-02-10T09:13:22.531 INFO:tasks.nvme_loop:Connecting nvme_loop smithi018:/dev/vg_nvme/lv_1... 2024-02-10T09:13:22.531 DEBUG:teuthology.orchestra.run.smithi018:> 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-10T09:13:22.557 INFO:teuthology.orchestra.run.smithi018.stdout:1 2024-02-10T09:13:22.583 INFO:teuthology.orchestra.run.smithi018.stdout:/dev/vg_nvme/lv_11 2024-02-10T09:13:22.606 INFO:tasks.nvme_loop:Connecting nvme_loop smithi018:/dev/vg_nvme/lv_2... 2024-02-10T09:13:22.607 DEBUG:teuthology.orchestra.run.smithi018:> 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-10T09:13:22.675 INFO:teuthology.orchestra.run.smithi018.stdout:1 2024-02-10T09:13:22.700 INFO:teuthology.orchestra.run.smithi018.stdout:/dev/vg_nvme/lv_21 2024-02-10T09:13:22.726 INFO:tasks.nvme_loop:Connecting nvme_loop smithi018:/dev/vg_nvme/lv_3... 2024-02-10T09:13:22.726 DEBUG:teuthology.orchestra.run.smithi018:> 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-10T09:13:22.793 INFO:teuthology.orchestra.run.smithi018.stdout:1 2024-02-10T09:13:22.818 INFO:teuthology.orchestra.run.smithi018.stdout:/dev/vg_nvme/lv_31 2024-02-10T09:13:22.841 INFO:tasks.nvme_loop:Connecting nvme_loop smithi018:/dev/vg_nvme/lv_4... 2024-02-10T09:13:22.841 DEBUG:teuthology.orchestra.run.smithi018:> 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-10T09:13:22.907 INFO:teuthology.orchestra.run.smithi018.stdout:1 2024-02-10T09:13:22.931 INFO:teuthology.orchestra.run.smithi018.stdout:/dev/vg_nvme/lv_41 2024-02-10T09:13:22.955 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-02-10T09:13:22.955 DEBUG:teuthology.orchestra.run.smithi018:> dd if=/scratch_devs of=/dev/stdout 2024-02-10T09:13:23.006 DEBUG:teuthology.orchestra.run.smithi018:> sudo nvme list 2024-02-10T09:13:23.061 INFO:teuthology.orchestra.run.smithi018.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-10T09:13:23.062 INFO:teuthology.orchestra.run.smithi018.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-10T09:13:23.062 INFO:teuthology.orchestra.run.smithi018.stdout:/dev/nvme0n1 PHMB75120091480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-02-10T09:13:23.062 INFO:teuthology.orchestra.run.smithi018.stdout:/dev/nvme1n1 546fe96721b72d1df413 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-10T09:13:23.062 INFO:teuthology.orchestra.run.smithi018.stdout:/dev/nvme2n1 6365e60ea9f326811113 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-10T09:13:23.062 INFO:teuthology.orchestra.run.smithi018.stdout:/dev/nvme3n1 48ba36f610df76660a18 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-10T09:13:23.062 INFO:teuthology.orchestra.run.smithi018.stdout:/dev/nvme4n1 72e92527fb4a9b7fa11c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-10T09:13:23.063 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-10T09:13:23.063 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-02-10T09:13:23.063 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/scratch_devs 2024-02-10T09:13:23.121 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-02-10T09:13:23.121 DEBUG:teuthology.orchestra.run.smithi164:> dd if=/scratch_devs of=/dev/stdout 2024-02-10T09:13:23.128 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-10T09:13:23.129 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/vg_nvme/lv_1 2024-02-10T09:13:23.178 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-10T09:13:23.178 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T09:13:23.178 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 5h/5d Inode: 492 Links: 1 2024-02-10T09:13:23.178 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T09:13:23.178 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2024-02-10 09:11:45.617829742 +0000 2024-02-10T09:13:23.178 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2024-02-10 09:11:45.361835646 +0000 2024-02-10T09:13:23.178 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2024-02-10 09:11:45.361835646 +0000 2024-02-10T09:13:23.178 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2024-02-10T09:13:23.178 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-10T09:13:23.233 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2024-02-10T09:13:23.233 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2024-02-10T09:13:23.233 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.000427142 s, 1.2 MB/s 2024-02-10T09:13:23.235 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-10T09:13:23.288 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/vg_nvme/lv_2 2024-02-10T09:13:23.338 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-10T09:13:23.338 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T09:13:23.338 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 5h/5d Inode: 495 Links: 1 2024-02-10T09:13:23.338 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T09:13:23.338 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2024-02-10 09:11:46.089818856 +0000 2024-02-10T09:13:23.338 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2024-02-10 09:11:45.837824668 +0000 2024-02-10T09:13:23.338 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2024-02-10 09:11:45.837824668 +0000 2024-02-10T09:13:23.338 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2024-02-10T09:13:23.339 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-10T09:13:23.394 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2024-02-10T09:13:23.394 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2024-02-10T09:13:23.394 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.000427729 s, 1.2 MB/s 2024-02-10T09:13:23.395 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-10T09:13:23.448 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/vg_nvme/lv_3 2024-02-10T09:13:23.498 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-10T09:13:23.498 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T09:13:23.498 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 5h/5d Inode: 501 Links: 1 2024-02-10T09:13:23.498 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T09:13:23.498 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2024-02-10 09:11:46.289814244 +0000 2024-02-10T09:13:23.498 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2024-02-10 09:11:46.285814337 +0000 2024-02-10T09:13:23.498 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2024-02-10 09:11:46.285814337 +0000 2024-02-10T09:13:23.498 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2024-02-10T09:13:23.498 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-10T09:13:23.551 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2024-02-10T09:13:23.551 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2024-02-10T09:13:23.551 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.000374569 s, 1.4 MB/s 2024-02-10T09:13:23.553 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-10T09:13:23.603 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/vg_nvme/lv_4 2024-02-10T09:13:23.658 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-10T09:13:23.658 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T09:13:23.658 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 5h/5d Inode: 507 Links: 1 2024-02-10T09:13:23.658 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T09:13:23.658 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2024-02-10 09:11:46.985798194 +0000 2024-02-10T09:13:23.658 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2024-02-10 09:11:46.745803728 +0000 2024-02-10T09:13:23.658 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2024-02-10 09:11:46.745803728 +0000 2024-02-10T09:13:23.658 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2024-02-10T09:13:23.659 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-10T09:13:23.713 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2024-02-10T09:13:23.713 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2024-02-10T09:13:23.713 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.000375848 s, 1.4 MB/s 2024-02-10T09:13:23.714 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-10T09:13:23.763 DEBUG:teuthology.orchestra.run.smithi164:> 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-10T09:13:24.132 INFO:teuthology.orchestra.run.smithi164.stdout:loop 2024-02-10T09:13:24.133 INFO:tasks.nvme_loop:Connecting nvme_loop smithi164:/dev/vg_nvme/lv_1... 2024-02-10T09:13:24.133 DEBUG:teuthology.orchestra.run.smithi164:> 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-10T09:13:24.153 INFO:teuthology.orchestra.run.smithi164.stdout:1 2024-02-10T09:13:24.174 INFO:teuthology.orchestra.run.smithi164.stdout:/dev/vg_nvme/lv_11 2024-02-10T09:13:24.198 INFO:tasks.nvme_loop:Connecting nvme_loop smithi164:/dev/vg_nvme/lv_2... 2024-02-10T09:13:24.199 DEBUG:teuthology.orchestra.run.smithi164:> 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-10T09:13:24.272 INFO:teuthology.orchestra.run.smithi164.stdout:1 2024-02-10T09:13:24.296 INFO:teuthology.orchestra.run.smithi164.stdout:/dev/vg_nvme/lv_21 2024-02-10T09:13:24.320 INFO:tasks.nvme_loop:Connecting nvme_loop smithi164:/dev/vg_nvme/lv_3... 2024-02-10T09:13:24.320 DEBUG:teuthology.orchestra.run.smithi164:> 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-10T09:13:24.384 INFO:teuthology.orchestra.run.smithi164.stdout:1 2024-02-10T09:13:24.411 INFO:teuthology.orchestra.run.smithi164.stdout:/dev/vg_nvme/lv_31 2024-02-10T09:13:24.435 INFO:tasks.nvme_loop:Connecting nvme_loop smithi164:/dev/vg_nvme/lv_4... 2024-02-10T09:13:24.435 DEBUG:teuthology.orchestra.run.smithi164:> 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-10T09:13:24.499 INFO:teuthology.orchestra.run.smithi164.stdout:1 2024-02-10T09:13:24.523 INFO:teuthology.orchestra.run.smithi164.stdout:/dev/vg_nvme/lv_41 2024-02-10T09:13:24.546 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-02-10T09:13:24.547 DEBUG:teuthology.orchestra.run.smithi164:> dd if=/scratch_devs of=/dev/stdout 2024-02-10T09:13:24.597 DEBUG:teuthology.orchestra.run.smithi164:> sudo nvme list 2024-02-10T09:13:24.657 INFO:teuthology.orchestra.run.smithi164.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-10T09:13:24.657 INFO:teuthology.orchestra.run.smithi164.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-10T09:13:24.657 INFO:teuthology.orchestra.run.smithi164.stdout:/dev/nvme0n1 CVFT623300H0400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-10T09:13:24.658 INFO:teuthology.orchestra.run.smithi164.stdout:/dev/nvme1n1 ef7972febc0a434e2883 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-10T09:13:24.658 INFO:teuthology.orchestra.run.smithi164.stdout:/dev/nvme2n1 fede1a73bc8736072339 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-10T09:13:24.658 INFO:teuthology.orchestra.run.smithi164.stdout:/dev/nvme3n1 6295d13d54b7167e7127 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-10T09:13:24.658 INFO:teuthology.orchestra.run.smithi164.stdout:/dev/nvme4n1 93fd23f0b364451ecf67 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-10T09:13:24.659 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-10T09:13:24.659 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-02-10T09:13:24.659 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/scratch_devs 2024-02-10T09:13:24.718 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-10T09:13:24.784 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': '0e714d9a4bd2a821113e6318adb87bd06cf81ec1'} 2024-02-10T09:13:24.784 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-10T09:13:24.785 INFO:tasks.cephadm:Cluster fsid is a4ea9902-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:13:24.785 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-10T09:13:24.785 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-10T09:13:24.785 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi018': '172.21.15.18', 'mon.smithi164': '172.21.15.164'} 2024-02-10T09:13:24.785 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-10T09:13:24.785 DEBUG:teuthology.orchestra.run.smithi018:> sudo hostname $(hostname -s) 2024-02-10T09:13:24.802 DEBUG:teuthology.orchestra.run.smithi164:> sudo hostname $(hostname -s) 2024-02-10T09:13:24.818 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 0e714d9a4bd2a821113e6318adb87bd06cf81ec1)... 2024-02-10T09:13:24.819 DEBUG:teuthology.orchestra.run.smithi018:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/0e714d9a4bd2a821113e6318adb87bd06cf81ec1/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-10T09:13:25.245 INFO:teuthology.orchestra.run.smithi018.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Feb 10 09:13 /home/ubuntu/cephtest/cephadm 2024-02-10T09:13:25.245 DEBUG:teuthology.orchestra.run.smithi164:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/0e714d9a4bd2a821113e6318adb87bd06cf81ec1/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-10T09:13:25.727 INFO:teuthology.orchestra.run.smithi164.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Feb 10 09:13 /home/ubuntu/cephtest/cephadm 2024-02-10T09:13:25.727 DEBUG:teuthology.orchestra.run.smithi018:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T09:13:25.737 DEBUG:teuthology.orchestra.run.smithi164:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T09:13:25.751 DEBUG:teuthology.orchestra.run.smithi018:> sudo mkdir -p /etc/ceph 2024-02-10T09:13:25.797 DEBUG:teuthology.orchestra.run.smithi164:> sudo mkdir -p /etc/ceph 2024-02-10T09:13:25.812 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod 777 /etc/ceph 2024-02-10T09:13:25.855 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod 777 /etc/ceph 2024-02-10T09:13:25.872 INFO:tasks.cephadm:Writing seed config... 2024-02-10T09:13:25.873 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-10T09:13:25.873 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-10T09:13:25.873 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-10T09:13:25.873 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-10T09:13:25.873 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-10T09:13:25.873 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-10T09:13:25.873 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-10T09:13:25.874 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-10T09:13:25.874 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-02-10T09:13:25.874 DEBUG:teuthology.orchestra.run.smithi018:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-10T09:13:25.904 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 = a4ea9902-c7f4-11ee-95b8-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-10T09:13:25.904 DEBUG:teuthology.orchestra.run.smithi018:mon.smithi018> sudo journalctl -f -n 0 -u ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715@mon.smithi018.service 2024-02-10T09:13:25.947 INFO:tasks.cephadm:Bootstrapping... 2024-02-10T09:13:25.947 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -v bootstrap --fsid a4ea9902-c7f4-11ee-95b8-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.18 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-10T09:13:26.296 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-02-10T09:13:26.311 INFO:teuthology.orchestra.run.smithi018.stderr:-------------------------------------------------------------------------------- 2024-02-10T09:13:26.311 INFO:teuthology.orchestra.run.smithi018.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1', '-v', 'bootstrap', '--fsid', 'a4ea9902-c7f4-11ee-95b8-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.18', '--skip-admin-label'] 2024-02-10T09:13:26.311 INFO:teuthology.orchestra.run.smithi018.stderr:Verifying podman|docker is present... 2024-02-10T09:13:26.312 INFO:teuthology.orchestra.run.smithi018.stderr:Verifying lvm2 is present... 2024-02-10T09:13:26.312 INFO:teuthology.orchestra.run.smithi018.stderr:Verifying time synchronization is in place... 2024-02-10T09:13:26.318 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-10T09:13:26.325 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: inactive 2024-02-10T09:13:26.332 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-02-10T09:13:26.337 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: inactive 2024-02-10T09:13:26.343 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: masked 2024-02-10T09:13:26.351 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: inactive 2024-02-10T09:13:26.358 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-02-10T09:13:26.364 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: inactive 2024-02-10T09:13:26.372 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: enabled 2024-02-10T09:13:26.379 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: active 2024-02-10T09:13:26.380 INFO:teuthology.orchestra.run.smithi018.stderr:Unit ntp.service is enabled and running 2024-02-10T09:13:26.381 INFO:teuthology.orchestra.run.smithi018.stderr:Repeating the final host check... 2024-02-10T09:13:26.381 INFO:teuthology.orchestra.run.smithi018.stderr:docker (/usr/bin/docker) is present 2024-02-10T09:13:26.381 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl is present 2024-02-10T09:13:26.381 INFO:teuthology.orchestra.run.smithi018.stderr:lvcreate is present 2024-02-10T09:13:26.388 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-10T09:13:26.395 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: inactive 2024-02-10T09:13:26.403 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-02-10T09:13:26.409 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: inactive 2024-02-10T09:13:26.416 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: masked 2024-02-10T09:13:26.424 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: inactive 2024-02-10T09:13:26.431 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-02-10T09:13:26.438 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: inactive 2024-02-10T09:13:26.445 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: enabled 2024-02-10T09:13:26.452 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: active 2024-02-10T09:13:26.453 INFO:teuthology.orchestra.run.smithi018.stderr:Unit ntp.service is enabled and running 2024-02-10T09:13:26.453 INFO:teuthology.orchestra.run.smithi018.stderr:Host looks OK 2024-02-10T09:13:26.453 INFO:teuthology.orchestra.run.smithi018.stderr:Cluster fsid: a4ea9902-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:13:26.454 INFO:teuthology.orchestra.run.smithi018.stderr:Acquiring lock 140578645236128 on /run/cephadm/a4ea9902-c7f4-11ee-95b8-87774f69a715.lock 2024-02-10T09:13:26.454 INFO:teuthology.orchestra.run.smithi018.stderr:Lock 140578645236128 acquired on /run/cephadm/a4ea9902-c7f4-11ee-95b8-87774f69a715.lock 2024-02-10T09:13:26.454 INFO:teuthology.orchestra.run.smithi018.stderr:Verifying IP 172.21.15.18 port 3300 ... 2024-02-10T09:13:26.454 INFO:teuthology.orchestra.run.smithi018.stderr:Verifying IP 172.21.15.18 port 6789 ... 2024-02-10T09:13:26.455 INFO:teuthology.orchestra.run.smithi018.stderr:Base mon IP(s) is [172.21.15.18:3300, 172.21.15.18:6789], mon addrv is [v2:172.21.15.18:3300,v1:172.21.15.18:6789] 2024-02-10T09:13:26.459 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/sbin/ip: default via 172.21.15.254 dev ens1f0 2024-02-10T09:13:26.459 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-02-10T09:13:26.459 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.18 2024-02-10T09:13:26.462 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-10T09:13:26.463 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-02-10T09:13:26.463 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1760sec hoplimit 64 pref medium 2024-02-10T09:13:26.467 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-10T09:13:26.467 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2024-02-10T09:13:26.468 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-02-10T09:13:26.468 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-02-10T09:13:26.468 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:febd:1362/64 scope link 2024-02-10T09:13:26.468 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-02-10T09:13:26.469 INFO:teuthology.orchestra.run.smithi018.stderr:Mon IP `172.21.15.18` is in CIDR network `172.21.0.0/20` 2024-02-10T09:13:26.469 INFO:teuthology.orchestra.run.smithi018.stderr:Mon IP `172.21.15.18` is in CIDR network `172.21.0.0/20` 2024-02-10T09:13:26.469 INFO:teuthology.orchestra.run.smithi018.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-10T09:13:26.470 INFO:teuthology.orchestra.run.smithi018.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-10T09:13:26.471 INFO:teuthology.orchestra.run.smithi018.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1... 2024-02-10T09:13:26.877 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/docker: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1: Pulling from ceph-ci/ceph 2024-02-10T09:13:26.880 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/docker: 58df4e03ba06: Pulling fs layer 2024-02-10T09:13:26.880 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/docker: 955bfa9dba4a: Pulling fs layer 2024-02-10T09:13:34.723 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/docker: 58df4e03ba06: Download complete 2024-02-10T09:13:38.630 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/docker: 58df4e03ba06: Pull complete 2024-02-10T09:13:48.207 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/docker: 955bfa9dba4a: Verifying Checksum 2024-02-10T09:13:48.207 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/docker: 955bfa9dba4a: Download complete 2024-02-10T09:14:01.041 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/docker: 955bfa9dba4a: Pull complete 2024-02-10T09:14:01.187 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/docker: Digest: sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc 2024-02-10T09:14:01.250 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-10T09:14:01.286 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-10T09:14:13.733 INFO:teuthology.orchestra.run.smithi018.stderr:ceph: ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable) 2024-02-10T09:14:14.348 INFO:teuthology.orchestra.run.smithi018.stderr:Ceph version: ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable) 2024-02-10T09:14:14.348 INFO:teuthology.orchestra.run.smithi018.stderr:Extracting ceph user uid/gid from container image... 2024-02-10T09:14:15.236 INFO:teuthology.orchestra.run.smithi018.stderr:stat: 167 167 2024-02-10T09:14:15.856 INFO:teuthology.orchestra.run.smithi018.stderr:Creating initial keys... 2024-02-10T09:14:16.656 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-authtool: AQBoPsdl6QoPJxAA53K0yuFEx+KXKYVWXWQ++g== 2024-02-10T09:14:18.031 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-authtool: AQBqPsdlwPvMARAA8IIg5FOtDBAvfCg+/l81QA== 2024-02-10T09:14:19.511 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-authtool: AQBrPsdlvlt1HhAA7Y8lZlkOS+jrUFLiKlOKdw== 2024-02-10T09:14:20.140 INFO:teuthology.orchestra.run.smithi018.stderr:Creating initial monmap... 2024-02-10T09:14:21.016 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-10T09:14:21.016 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to a4ea9902-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:14:21.016 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-10T09:14:21.647 INFO:teuthology.orchestra.run.smithi018.stderr:monmaptool for smithi018 [v2:172.21.15.18:3300,v1:172.21.15.18:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-10T09:14:21.648 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/monmaptool: set fsid to a4ea9902-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:14:21.648 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-10T09:14:21.648 INFO:teuthology.orchestra.run.smithi018.stderr: 2024-02-10T09:14:21.648 INFO:teuthology.orchestra.run.smithi018.stderr:Creating mon... 2024-02-10T09:14:22.456 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T09:14:22.456 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 1 imported monmap: 2024-02-10T09:14:22.456 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-10T09:14:22.456 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:14:22.456 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: last_changed 2024-02-10T09:14:21.014679+0000 2024-02-10T09:14:22.457 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: created 2024-02-10T09:14:21.014679+0000 2024-02-10T09:14:22.457 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-10T09:14:22.457 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-10T09:14:22.457 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] mon.smithi018 2024-02-10T09:14:22.457 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2024-02-10T09:14:22.457 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 0 /usr/bin/ceph-mon: set fsid to a4ea9902-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:14:22.457 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: RocksDB version: 6.8.1 2024-02-10T09:14:22.457 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2024-02-10T09:14:22.457 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-10T09:14:22.457 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Compile date Feb 8 2024 2024-02-10T09:14:22.457 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: DB SUMMARY 2024-02-10T09:14:22.457 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2024-02-10T09:14:22.457 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi018/store.db dir, Total Num: 0, files: 2024-02-10T09:14:22.457 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2024-02-10T09:14:22.457 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi018/store.db: 2024-02-10T09:14:22.457 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2024-02-10T09:14:22.458 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.error_if_exists: 0 2024-02-10T09:14:22.458 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.create_if_missing: 1 2024-02-10T09:14:22.458 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T09:14:22.458 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.env: 0x560291e26080 2024-02-10T09:14:22.458 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.fs: Posix File System 2024-02-10T09:14:22.458 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.info_log: 0x560292ddf380 2024-02-10T09:14:22.458 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T09:14:22.458 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.statistics: (nil) 2024-02-10T09:14:22.458 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.use_fsync: 0 2024-02-10T09:14:22.458 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T09:14:22.458 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T09:14:22.458 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T09:14:22.458 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T09:14:22.458 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T09:14:22.458 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T09:14:22.458 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T09:14:22.458 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T09:14:22.459 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T09:14:22.459 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T09:14:22.459 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T09:14:22.459 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.db_log_dir: 2024-02-10T09:14:22.459 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi018/store.db 2024-02-10T09:14:22.496 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T09:14:22.496 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T09:14:22.496 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T09:14:22.496 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T09:14:22.496 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T09:14:22.496 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T09:14:22.496 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T09:14:22.496 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T09:14:22.496 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T09:14:22.496 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T09:14:22.496 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.write_buffer_manager: 0x560292de5980 2024-02-10T09:14:22.496 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T09:14:22.497 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-10T09:14:22.497 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T09:14:22.497 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T09:14:22.497 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T09:14:22.497 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T09:14:22.497 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T09:14:22.497 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T09:14:22.497 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T09:14:22.497 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.unordered_write: 0 2024-02-10T09:14:22.497 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T09:14:22.497 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T09:14:22.497 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T09:14:22.497 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T09:14:22.497 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.row_cache: None 2024-02-10T09:14:22.498 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.wal_filter: None 2024-02-10T09:14:22.498 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T09:14:22.498 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T09:14:22.498 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.preserve_deletes: 0 2024-02-10T09:14:22.498 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.two_write_queues: 0 2024-02-10T09:14:22.498 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T09:14:22.498 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.atomic_flush: 0 2024-02-10T09:14:22.498 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T09:14:22.498 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T09:14:22.498 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T09:14:22.498 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.log_readahead_size: 0 2024-02-10T09:14:22.498 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-10T09:14:22.498 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T09:14:22.498 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T09:14:22.498 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T09:14:22.498 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T09:14:22.499 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T09:14:22.499 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T09:14:22.499 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T09:14:22.499 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T09:14:22.499 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T09:14:22.499 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T09:14:22.499 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.max_open_files: -1 2024-02-10T09:14:22.499 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T09:14:22.499 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T09:14:22.499 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T09:14:22.499 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T09:14:22.499 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Compression algorithms supported: 2024-02-10T09:14:22.499 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T09:14:22.499 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: kZSTD supported: 0 2024-02-10T09:14:22.499 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: kXpressCompression supported: 0 2024-02-10T09:14:22.499 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T09:14:22.500 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T09:14:22.500 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T09:14:22.500 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: kZlibCompression supported: 1 2024-02-10T09:14:22.500 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T09:14:22.500 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T09:14:22.500 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.450+0000 7f3bb2303880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-10T09:14:22.500 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2024-02-10T09:14:22.500 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi018/store.db/MANIFEST-000001 2024-02-10T09:14:22.500 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2024-02-10T09:14:22.500 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-10T09:14:22.500 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2024-02-10T09:14:22.500 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T09:14:22.500 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.merge_operator: 2024-02-10T09:14:22.500 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.compaction_filter: None 2024-02-10T09:14:22.501 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T09:14:22.501 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T09:14:22.501 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T09:14:22.501 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560292cf3d30) 2024-02-10T09:14:22.501 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-10T09:14:22.501 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T09:14:22.501 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T09:14:22.501 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-10T09:14:22.501 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-10T09:14:22.501 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-10T09:14:22.501 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-10T09:14:22.501 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-10T09:14:22.501 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-10T09:14:22.501 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-10T09:14:22.501 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-10T09:14:22.501 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: block_cache: 0x560292d2ad10 2024-02-10T09:14:22.502 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-10T09:14:22.502 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-10T09:14:22.502 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-10T09:14:22.502 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-10T09:14:22.502 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-10T09:14:22.502 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-10T09:14:22.502 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-10T09:14:22.502 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-10T09:14:22.502 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-10T09:14:22.502 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-10T09:14:22.502 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-10T09:14:22.502 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-10T09:14:22.502 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-10T09:14:22.502 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-10T09:14:22.502 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-10T09:14:22.502 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-10T09:14:22.503 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-10T09:14:22.503 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-10T09:14:22.503 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-10T09:14:22.503 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-10T09:14:22.503 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-10T09:14:22.503 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-10T09:14:22.503 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2024-02-10T09:14:22.503 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T09:14:22.503 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T09:14:22.503 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.compression: NoCompression 2024-02-10T09:14:22.503 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T09:14:22.503 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T09:14:22.503 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T09:14:22.503 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.num_levels: 7 2024-02-10T09:14:22.503 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T09:14:22.503 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T09:14:22.504 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T09:14:22.504 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T09:14:22.504 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T09:14:22.504 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T09:14:22.504 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T09:14:22.504 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T09:14:22.504 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T09:14:22.504 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T09:14:22.504 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T09:14:22.504 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T09:14:22.504 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T09:14:22.504 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T09:14:22.504 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T09:14:22.504 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T09:14:22.505 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T09:14:22.505 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T09:14:22.505 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T09:14:22.505 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T09:14:22.505 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T09:14:22.505 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T09:14:22.505 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T09:14:22.505 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T09:14:22.505 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T09:14:22.505 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T09:14:22.505 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T09:14:22.505 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T09:14:22.505 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T09:14:22.505 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T09:14:22.505 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T09:14:22.505 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T09:14:22.506 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-10T09:14:22.506 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T09:14:22.506 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T09:14:22.506 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-10T09:14:22.506 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T09:14:22.506 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T09:14:22.506 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T09:14:22.506 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T09:14:22.506 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T09:14:22.506 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T09:14:22.506 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T09:14:22.506 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T09:14:22.506 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T09:14:22.506 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T09:14:22.506 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T09:14:22.507 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.table_properties_collectors: 2024-02-10T09:14:22.507 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T09:14:22.507 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T09:14:22.507 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T09:14:22.507 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T09:14:22.507 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T09:14:22.507 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.bloom_locality: 0 2024-02-10T09:14:22.507 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T09:14:22.507 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T09:14:22.507 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T09:14:22.507 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-10T09:14:22.507 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T09:14:22.507 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.ttl: 2592000 2024-02-10T09:14:22.507 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T09:14:22.507 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi018/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-10T09:14:22.507 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2024-02-10T09:14:22.508 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.454+0000 7f3bb2303880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-10T09:14:22.508 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2024-02-10T09:14:22.508 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.458+0000 7f3bb2303880 4 rocksdb: DB pointer 0x560292df3800 2024-02-10T09:14:22.508 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.458+0000 7f3b9b175700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-10T09:14:22.508 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.458+0000 7f3b9b175700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-10T09:14:22.508 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-10T09:14:22.508 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T09:14:22.508 INFO:teuthology.orchestra.run.smithi018.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-10T09:14:22.508 INFO:teuthology.orchestra.run.smithi018.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-10T09:14:22.508 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T09:14:22.508 INFO:teuthology.orchestra.run.smithi018.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-10T09:14:22.508 INFO:teuthology.orchestra.run.smithi018.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-10T09:14:22.508 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T09:14:22.508 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2024-02-10T09:14:22.509 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-10T09:14:22.509 INFO:teuthology.orchestra.run.smithi018.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-10T09:14:22.509 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T09:14:22.509 INFO:teuthology.orchestra.run.smithi018.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-10T09:14:22.509 INFO:teuthology.orchestra.run.smithi018.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-10T09:14:22.509 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2024-02-10T09:14:22.509 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-10T09:14:22.509 INFO:teuthology.orchestra.run.smithi018.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-10T09:14:22.509 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T09:14:22.509 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T09:14:22.509 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T09:14:22.509 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T09:14:22.509 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T09:14:22.509 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T09:14:22.509 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-10T09:14:22.509 INFO:teuthology.orchestra.run.smithi018.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-10T09:14:22.510 INFO:teuthology.orchestra.run.smithi018.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-10T09:14:22.510 INFO:teuthology.orchestra.run.smithi018.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-10T09:14:22.510 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2024-02-10T09:14:22.510 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-10T09:14:22.510 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2024-02-10T09:14:22.510 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-10T09:14:22.510 INFO:teuthology.orchestra.run.smithi018.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-10T09:14:22.510 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T09:14:22.510 INFO:teuthology.orchestra.run.smithi018.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-10T09:14:22.510 INFO:teuthology.orchestra.run.smithi018.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-10T09:14:22.510 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2024-02-10T09:14:22.510 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-10T09:14:22.510 INFO:teuthology.orchestra.run.smithi018.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-10T09:14:22.510 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T09:14:22.510 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T09:14:22.511 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T09:14:22.511 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T09:14:22.511 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T09:14:22.511 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T09:14:22.511 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-10T09:14:22.511 INFO:teuthology.orchestra.run.smithi018.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-10T09:14:22.511 INFO:teuthology.orchestra.run.smithi018.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-10T09:14:22.511 INFO:teuthology.orchestra.run.smithi018.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-10T09:14:22.511 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2024-02-10T09:14:22.511 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-10T09:14:22.511 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2024-02-10T09:14:22.511 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.458+0000 7f3bb2303880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-10T09:14:22.511 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.458+0000 7f3bb2303880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-10T09:14:22.511 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:14:22.458+0000 7f3bb2303880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi018 for mon.smithi018 2024-02-10T09:14:23.151 INFO:teuthology.orchestra.run.smithi018.stderr:create mon.smithi018 on 2024-02-10T09:14:23.390 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-02-10T09:14:23.612 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715.target -> /etc/systemd/system/ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715.target. 2024-02-10T09:14:23.613 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715.target -> /etc/systemd/system/ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715.target. 2024-02-10T09:14:24.063 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: Failed to reset failed state of unit ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715@mon.smithi018.service: Unit ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715@mon.smithi018.service not loaded. 2024-02-10T09:14:24.071 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: Created symlink /etc/systemd/system/ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715.target.wants/ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715@mon.smithi018.service -> /etc/systemd/system/ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715@.service. 2024-02-10T09:14:24.285 INFO:teuthology.orchestra.run.smithi018.stderr:firewalld does not appear to be present 2024-02-10T09:14:24.285 INFO:teuthology.orchestra.run.smithi018.stderr:Not possible to enable service . firewalld.service is not available 2024-02-10T09:14:24.286 INFO:teuthology.orchestra.run.smithi018.stderr:Waiting for mon to start... 2024-02-10T09:14:24.286 INFO:teuthology.orchestra.run.smithi018.stderr:Waiting for mon... 2024-02-10T09:14:25.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:25 smithi018 bash[13652]: cluster 2024-02-10T09:14:25.692571+0000 mon.smithi018 (mon.0) 1 : cluster [INF] mon.smithi018 is new leader, mons smithi018 in quorum (ranks 0) 2024-02-10T09:14:25.991 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: cluster: 2024-02-10T09:14:25.993 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: id: a4ea9902-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:14:25.993 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-10T09:14:25.993 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 2024-02-10T09:14:25.993 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: services: 2024-02-10T09:14:25.993 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi018 (age 0.293715s) 2024-02-10T09:14:25.993 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-10T09:14:25.993 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-10T09:14:25.993 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 2024-02-10T09:14:25.994 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: data: 2024-02-10T09:14:25.994 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-10T09:14:25.994 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-10T09:14:25.994 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-10T09:14:25.994 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: pgs: 2024-02-10T09:14:25.994 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 2024-02-10T09:14:26.636 INFO:teuthology.orchestra.run.smithi018.stderr:mon is available 2024-02-10T09:14:26.637 INFO:teuthology.orchestra.run.smithi018.stderr:Assimilating anything we can from ceph.conf... 2024-02-10T09:14:26.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:26 smithi018 bash[13652]: cluster 2024-02-10T09:14:25.696751+0000 mon.smithi018 (mon.0) 2 : cluster [INF] mon.smithi018 is new leader, mons smithi018 in quorum (ranks 0) 2024-02-10T09:14:26.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:26 smithi018 bash[13652]: cluster 2024-02-10T09:14:25.696963+0000 mon.smithi018 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi018=[v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0]} removed_ranks: {} 2024-02-10T09:14:26.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:26 smithi018 bash[13652]: cluster 2024-02-10T09:14:25.700158+0000 mon.smithi018 (mon.0) 4 : cluster [DBG] fsmap 2024-02-10T09:14:26.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:26 smithi018 bash[13652]: cluster 2024-02-10T09:14:25.702369+0000 mon.smithi018 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-10T09:14:26.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:26 smithi018 bash[13652]: cluster 2024-02-10T09:14:25.702851+0000 mon.smithi018 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-10T09:14:26.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:26 smithi018 bash[13652]: audit 2024-02-10T09:14:25.990411+0000 mon.smithi018 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.18:0/121565905' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-10T09:14:27.778 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 2024-02-10T09:14:27.778 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: [global] 2024-02-10T09:14:27.778 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: fsid = a4ea9902-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:14:27.778 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-10T09:14:27.779 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.18:3300,v1:172.21.15.18:6789] 2024-02-10T09:14:27.779 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-10T09:14:27.779 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-10T09:14:27.779 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-10T09:14:27.779 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-10T09:14:27.779 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 2024-02-10T09:14:27.779 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: [mgr] 2024-02-10T09:14:27.779 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-10T09:14:27.779 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 2024-02-10T09:14:27.779 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: [osd] 2024-02-10T09:14:27.779 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-10T09:14:27.779 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-10T09:14:28.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:27 smithi018 bash[13652]: audit 2024-02-10T09:14:27.769157+0000 mon.smithi018 (mon.0) 8 : audit [INF] from='client.? 172.21.15.18:0/1994776093' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-10T09:14:28.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:27 smithi018 bash[13652]: audit 2024-02-10T09:14:27.775587+0000 mon.smithi018 (mon.0) 9 : audit [INF] from='client.? 172.21.15.18:0/1994776093' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-10T09:14:28.475 INFO:teuthology.orchestra.run.smithi018.stderr:Generating new minimal ceph.conf... 2024-02-10T09:14:29.858 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:29 smithi018 bash[13652]: audit 2024-02-10T09:14:29.572794+0000 mon.smithi018 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.18:0/1607131741' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:14:30.196 INFO:teuthology.orchestra.run.smithi018.stderr:Restarting the monitor... 2024-02-10T09:14:30.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:30 smithi018 systemd[1]: Stopping Ceph mon.smithi018 for a4ea9902-c7f4-11ee-95b8-87774f69a715... 2024-02-10T09:14:30.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:30 smithi018 bash[14036]: Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-mon.smithi018 2024-02-10T09:14:30.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:30 smithi018 bash[13652]: debug 2024-02-10T09:14:30.378+0000 7ff331534700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi018 -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-10T09:14:30.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:30 smithi018 bash[13652]: debug 2024-02-10T09:14:30.378+0000 7ff331534700 -1 mon.smithi018@0(leader) e1 *** Got Signal Terminated *** 2024-02-10T09:14:30.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:30 smithi018 bash[14072]: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-mon-smithi018 2024-02-10T09:14:31.107 INFO:teuthology.orchestra.run.smithi018.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-10T09:14:31.171 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:31 smithi018 bash[14137]: Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-mon-smithi018 2024-02-10T09:14:31.171 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:31 smithi018 systemd[1]: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715@mon.smithi018.service: Succeeded. 2024-02-10T09:14:31.171 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:31 smithi018 systemd[1]: Stopped Ceph mon.smithi018 for a4ea9902-c7f4-11ee-95b8-87774f69a715. 2024-02-10T09:14:31.171 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:31 smithi018 systemd[1]: Started Ceph mon.smithi018 for a4ea9902-c7f4-11ee-95b8-87774f69a715. 2024-02-10T09:14:32.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.322+0000 7f42e7a46880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T09:14:32.475 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.322+0000 7f42e7a46880 0 ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable), process ceph-mon, pid 7 2024-02-10T09:14:32.475 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.322+0000 7f42e7a46880 0 pidfile_write: ignore empty --pid-file 2024-02-10T09:14:32.475 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 0 load: jerasure load: lrc load: isa 2024-02-10T09:14:32.475 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: RocksDB version: 6.8.1 2024-02-10T09:14:32.475 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-10T09:14:32.475 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Compile date Feb 8 2024 2024-02-10T09:14:32.475 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: DB SUMMARY 2024-02-10T09:14:32.475 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: CURRENT file: CURRENT 2024-02-10T09:14:32.475 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-10T09:14:32.475 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-10T09:14:32.475 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi018/store.db dir, Total Num: 1, files: 000004.sst 2024-02-10T09:14:32.475 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi018/store.db: 000006.log size: 87045 ; 2024-02-10T09:14:32.475 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.error_if_exists: 0 2024-02-10T09:14:32.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.create_if_missing: 0 2024-02-10T09:14:32.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T09:14:32.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.env: 0x561c97a26080 2024-02-10T09:14:32.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.fs: Posix File System 2024-02-10T09:14:32.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.info_log: 0x561c99790520 2024-02-10T09:14:32.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T09:14:32.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.statistics: (nil) 2024-02-10T09:14:32.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.use_fsync: 0 2024-02-10T09:14:32.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T09:14:32.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T09:14:32.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T09:14:32.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T09:14:32.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T09:14:32.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T09:14:32.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T09:14:32.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T09:14:32.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T09:14:32.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T09:14:32.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T09:14:32.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.db_log_dir: 2024-02-10T09:14:32.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi018/store.db 2024-02-10T09:14:32.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T09:14:32.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T09:14:32.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T09:14:32.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T09:14:32.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T09:14:32.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T09:14:32.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T09:14:32.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T09:14:32.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T09:14:32.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T09:14:32.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.write_buffer_manager: 0x561c9a3de480 2024-02-10T09:14:32.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T09:14:32.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-10T09:14:32.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T09:14:32.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T09:14:32.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T09:14:32.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T09:14:32.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T09:14:32.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T09:14:32.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T09:14:32.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.unordered_write: 0 2024-02-10T09:14:32.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T09:14:32.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T09:14:32.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T09:14:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T09:14:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.row_cache: None 2024-02-10T09:14:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.wal_filter: None 2024-02-10T09:14:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T09:14:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T09:14:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.preserve_deletes: 0 2024-02-10T09:14:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.two_write_queues: 0 2024-02-10T09:14:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T09:14:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.atomic_flush: 0 2024-02-10T09:14:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T09:14:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T09:14:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T09:14:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.log_readahead_size: 0 2024-02-10T09:14:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-10T09:14:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T09:14:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T09:14:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T09:14:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T09:14:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T09:14:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T09:14:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T09:14:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T09:14:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T09:14:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T09:14:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.max_open_files: -1 2024-02-10T09:14:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T09:14:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T09:14:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T09:14:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T09:14:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Compression algorithms supported: 2024-02-10T09:14:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T09:14:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: kZSTD supported: 0 2024-02-10T09:14:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: kXpressCompression supported: 0 2024-02-10T09:14:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T09:14:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T09:14:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T09:14:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: kZlibCompression supported: 1 2024-02-10T09:14:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T09:14:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T09:14:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi018/store.db/MANIFEST-000005 2024-02-10T09:14:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-10T09:14:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T09:14:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.merge_operator: 2024-02-10T09:14:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.compaction_filter: None 2024-02-10T09:14:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T09:14:32.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T09:14:32.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T09:14:32.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561c99733d28) 2024-02-10T09:14:32.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: cache_index_and_filter_blocks: 1 2024-02-10T09:14:32.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T09:14:32.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T09:14:32.483 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: pin_top_level_index_and_filter: 1 2024-02-10T09:14:32.483 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: index_type: 0 2024-02-10T09:14:32.483 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: data_block_index_type: 0 2024-02-10T09:14:32.483 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: index_shortening: 1 2024-02-10T09:14:32.483 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: data_block_hash_table_util_ratio: 0.750000 2024-02-10T09:14:32.484 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: hash_index_allow_collision: 1 2024-02-10T09:14:32.484 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: checksum: 1 2024-02-10T09:14:32.484 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: no_block_cache: 0 2024-02-10T09:14:32.484 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: block_cache: 0x561c9976af10 2024-02-10T09:14:32.484 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: block_cache_name: BinnedLRUCache 2024-02-10T09:14:32.484 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: block_cache_options: 2024-02-10T09:14:32.484 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: capacity : 536870912 2024-02-10T09:14:32.484 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: num_shard_bits : 4 2024-02-10T09:14:32.484 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: strict_capacity_limit : 0 2024-02-10T09:14:32.484 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: high_pri_pool_ratio: 0.000 2024-02-10T09:14:32.484 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: block_cache_compressed: (nil) 2024-02-10T09:14:32.484 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: persistent_cache: (nil) 2024-02-10T09:14:32.485 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: block_size: 4096 2024-02-10T09:14:32.485 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: block_size_deviation: 10 2024-02-10T09:14:32.485 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: block_restart_interval: 16 2024-02-10T09:14:32.485 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: index_block_restart_interval: 1 2024-02-10T09:14:32.485 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: metadata_block_size: 4096 2024-02-10T09:14:32.485 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: partition_filters: 0 2024-02-10T09:14:32.485 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: use_delta_encoding: 1 2024-02-10T09:14:32.485 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-10T09:14:32.485 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: whole_key_filtering: 1 2024-02-10T09:14:32.485 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: verify_compression: 0 2024-02-10T09:14:32.485 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: read_amp_bytes_per_bit: 0 2024-02-10T09:14:32.485 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: format_version: 2 2024-02-10T09:14:32.485 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: enable_index_compression: 1 2024-02-10T09:14:32.485 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: block_align: 0 2024-02-10T09:14:32.486 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T09:14:32.486 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T09:14:32.486 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.compression: NoCompression 2024-02-10T09:14:32.486 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T09:14:32.486 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T09:14:32.486 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T09:14:32.486 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.num_levels: 7 2024-02-10T09:14:32.486 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T09:14:32.486 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T09:14:32.486 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T09:14:32.486 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T09:14:32.486 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T09:14:32.486 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T09:14:32.486 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T09:14:32.486 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T09:14:32.487 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T09:14:32.487 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T09:14:32.487 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T09:14:32.487 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T09:14:32.487 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T09:14:32.487 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T09:14:32.487 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T09:14:32.487 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T09:14:32.487 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T09:14:32.487 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T09:14:32.487 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T09:14:32.487 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T09:14:32.487 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T09:14:32.487 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T09:14:32.488 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T09:14:32.488 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T09:14:32.488 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T09:14:32.488 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T09:14:32.488 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T09:14:32.488 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T09:14:32.488 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T09:14:32.488 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T09:14:32.488 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T09:14:32.488 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T09:14:32.488 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-10T09:14:32.488 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T09:14:32.489 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T09:14:32.489 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-10T09:14:32.489 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T09:14:32.489 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T09:14:32.489 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T09:14:32.489 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T09:14:32.489 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T09:14:32.489 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T09:14:32.489 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T09:14:32.489 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T09:14:32.489 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T09:14:32.489 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T09:14:32.489 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T09:14:32.489 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.table_properties_collectors: 2024-02-10T09:14:32.489 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T09:14:32.490 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T09:14:32.490 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T09:14:32.490 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T09:14:32.490 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T09:14:32.490 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.bloom_locality: 0 2024-02-10T09:14:32.490 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T09:14:32.490 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T09:14:32.490 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T09:14:32.490 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-10T09:14:32.490 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T09:14:32.490 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.ttl: 2592000 2024-02-10T09:14:32.490 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.326+0000 7f42e7a46880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T09:14:32.490 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.330+0000 7f42e7a46880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi018/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-10T09:14:32.490 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.330+0000 7f42e7a46880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-10T09:14:32.490 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.330+0000 7f42e7a46880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707556472330982, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-10T09:14:32.491 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.330+0000 7f42e7a46880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-10T09:14:32.491 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.330+0000 7f42e7a46880 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-10T09:14:32.491 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.330+0000 7f42e7a46880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707556472332164, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83754, "table_properties": {"data_size": 82021, "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": 76576, "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": 1707556472, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-10T09:14:32.491 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.330+0000 7f42e7a46880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-10T09:14:32.491 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.330+0000 7f42e7a46880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707556472332695, "job": 1, "event": "recovery_finished"} 2024-02-10T09:14:32.491 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.330+0000 7f42e7a46880 4 rocksdb: DB pointer 0x561c99833800 2024-02-10T09:14:32.491 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.330+0000 7f42ce837700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-10T09:14:32.491 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.330+0000 7f42ce837700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-10T09:14:32.491 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: ** DB Stats ** 2024-02-10T09:14:32.491 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T09:14:32.491 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: 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-10T09:14:32.491 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T09:14:32.491 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T09:14:32.491 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: 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-10T09:14:32.491 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-10T09:14:32.492 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T09:14:32.492 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: ** Compaction Stats [default] ** 2024-02-10T09:14:32.492 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: 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-10T09:14:32.492 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T09:14:32.492 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: L0 2/0 83.48 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.4 0.00 0.00 1 0.001 0 0 2024-02-10T09:14:32.492 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: Sum 2/0 83.48 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.4 0.00 0.00 1 0.001 0 0 2024-02-10T09:14:32.492 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.4 0.00 0.00 1 0.001 0 0 2024-02-10T09:14:32.492 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: ** Compaction Stats [default] ** 2024-02-10T09:14:32.492 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: 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-10T09:14:32.492 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T09:14:32.492 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 98.4 0.00 0.00 1 0.001 0 0 2024-02-10T09:14:32.492 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T09:14:32.492 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T09:14:32.492 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T09:14:32.493 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T09:14:32.493 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T09:14:32.493 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T09:14:32.493 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: Cumulative compaction: 0.00 GB write, 17.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T09:14:32.493 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: Interval compaction: 0.00 GB write, 17.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T09:14:32.493 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: 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-10T09:14:32.493 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T09:14:32.493 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: ** Compaction Stats [default] ** 2024-02-10T09:14:32.493 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: 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-10T09:14:32.493 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T09:14:32.493 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: L0 2/0 83.48 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.4 0.00 0.00 1 0.001 0 0 2024-02-10T09:14:32.493 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: Sum 2/0 83.48 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.4 0.00 0.00 1 0.001 0 0 2024-02-10T09:14:32.493 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: 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-10T09:14:32.493 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: ** Compaction Stats [default] ** 2024-02-10T09:14:32.493 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: 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-10T09:14:32.493 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T09:14:32.494 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 98.4 0.00 0.00 1 0.001 0 0 2024-02-10T09:14:32.494 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T09:14:32.494 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T09:14:32.494 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T09:14:32.494 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T09:14:32.494 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T09:14:32.494 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T09:14:32.494 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: Cumulative compaction: 0.00 GB write, 17.31 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T09:14:32.494 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: 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-10T09:14:32.494 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: 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-10T09:14:32.494 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T09:14:32.494 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.334+0000 7f42e7a46880 0 starting mon.smithi018 rank 0 at public addrs [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] at bind addrs [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi018 fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:14:32.494 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.334+0000 7f42e7a46880 1 mon.smithi018@-1(???) e1 preinit fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:14:32.494 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.334+0000 7f42e7a46880 0 mon.smithi018@-1(???).mds e1 new map 2024-02-10T09:14:32.494 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.334+0000 7f42e7a46880 0 mon.smithi018@-1(???).mds e1 print_map 2024-02-10T09:14:32.495 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: e1 2024-02-10T09:14:32.495 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-10T09:14:32.495 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: 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-10T09:14:32.495 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: legacy client fscid: -1 2024-02-10T09:14:32.495 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: 2024-02-10T09:14:32.495 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: No filesystems configured 2024-02-10T09:14:32.495 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.334+0000 7f42e7a46880 0 mon.smithi018@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-10T09:14:32.495 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.334+0000 7f42e7a46880 0 mon.smithi018@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T09:14:32.495 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.334+0000 7f42e7a46880 0 mon.smithi018@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T09:14:32.495 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.334+0000 7f42e7a46880 0 mon.smithi018@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T09:14:32.495 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: audit 2024-02-10T09:14:29.572794+0000 mon.smithi018 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.18:0/1607131741' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:14:32.495 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: debug 2024-02-10T09:14:32.334+0000 7f42e7a46880 1 mon.smithi018@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-10T09:14:32.495 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: cluster 2024-02-10T09:14:32.341174+0000 mon.smithi018 (mon.0) 1 : cluster [INF] mon.smithi018 is new leader, mons smithi018 in quorum (ranks 0) 2024-02-10T09:14:32.495 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: cluster 2024-02-10T09:14:32.341314+0000 mon.smithi018 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi018=[v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0]} removed_ranks: {} 2024-02-10T09:14:32.495 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: cluster 2024-02-10T09:14:32.341983+0000 mon.smithi018 (mon.0) 3 : cluster [DBG] fsmap 2024-02-10T09:14:32.496 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: cluster 2024-02-10T09:14:32.342034+0000 mon.smithi018 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-10T09:14:32.496 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:32 smithi018 bash[14175]: cluster 2024-02-10T09:14:32.342496+0000 mon.smithi018 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-10T09:14:33.345 INFO:teuthology.orchestra.run.smithi018.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-10T09:14:33.345 INFO:teuthology.orchestra.run.smithi018.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-10T09:14:33.345 INFO:teuthology.orchestra.run.smithi018.stderr:Creating mgr... 2024-02-10T09:14:33.345 INFO:teuthology.orchestra.run.smithi018.stderr:Verifying port 9283 ... 2024-02-10T09:14:33.602 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: Failed to reset failed state of unit ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715@mgr.smithi018.dxgutx.service: Unit ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715@mgr.smithi018.dxgutx.service not loaded. 2024-02-10T09:14:33.609 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: Created symlink /etc/systemd/system/ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715.target.wants/ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715@mgr.smithi018.dxgutx.service -> /etc/systemd/system/ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715@.service. 2024-02-10T09:14:33.818 INFO:teuthology.orchestra.run.smithi018.stderr:firewalld does not appear to be present 2024-02-10T09:14:33.818 INFO:teuthology.orchestra.run.smithi018.stderr:Not possible to enable service . firewalld.service is not available 2024-02-10T09:14:33.818 INFO:teuthology.orchestra.run.smithi018.stderr:firewalld does not appear to be present 2024-02-10T09:14:33.818 INFO:teuthology.orchestra.run.smithi018.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-10T09:14:33.818 INFO:teuthology.orchestra.run.smithi018.stderr:Waiting for mgr to start... 2024-02-10T09:14:33.818 INFO:teuthology.orchestra.run.smithi018.stderr:Waiting for mgr... 2024-02-10T09:14:33.872 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:33 smithi018 bash[14175]: audit 2024-02-10T09:14:32.654131+0000 mon.smithi018 (mon.0) 6 : audit [INF] from='client.? 172.21.15.18:0/2273411714' entity='client.admin' 2024-02-10T09:14:35.571 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 2024-02-10T09:14:35.571 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: { 2024-02-10T09:14:35.571 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "fsid": "a4ea9902-c7f4-11ee-95b8-87774f69a715", 2024-02-10T09:14:35.571 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "health": { 2024-02-10T09:14:35.571 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-10T09:14:35.571 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "checks": {}, 2024-02-10T09:14:35.572 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "mutes": [] 2024-02-10T09:14:35.572 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2024-02-10T09:14:35.572 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-10T09:14:35.572 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "quorum": [ 2024-02-10T09:14:35.572 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 0 2024-02-10T09:14:35.572 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: ], 2024-02-10T09:14:35.572 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-10T09:14:35.572 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "smithi018" 2024-02-10T09:14:35.572 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: ], 2024-02-10T09:14:35.572 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "quorum_age": 3, 2024-02-10T09:14:35.573 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "monmap": { 2024-02-10T09:14:35.574 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T09:14:35.574 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-10T09:14:35.574 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-10T09:14:35.574 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2024-02-10T09:14:35.574 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "osdmap": { 2024-02-10T09:14:35.574 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T09:14:35.574 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-10T09:14:35.574 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-10T09:14:35.574 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-10T09:14:35.574 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-10T09:14:35.577 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-10T09:14:35.578 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-10T09:14:35.578 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2024-02-10T09:14:35.578 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "pgmap": { 2024-02-10T09:14:35.578 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-10T09:14:35.578 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-10T09:14:35.578 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-10T09:14:35.578 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-10T09:14:35.578 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-10T09:14:35.578 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-10T09:14:35.578 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-10T09:14:35.578 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-10T09:14:35.578 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2024-02-10T09:14:35.578 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "fsmap": { 2024-02-10T09:14:35.578 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T09:14:35.579 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-10T09:14:35.579 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-10T09:14:35.579 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2024-02-10T09:14:35.579 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-10T09:14:35.579 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "available": false, 2024-02-10T09:14:35.579 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-10T09:14:35.579 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "modules": [ 2024-02-10T09:14:35.579 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "iostat", 2024-02-10T09:14:35.579 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "nfs", 2024-02-10T09:14:35.579 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "restful" 2024-02-10T09:14:35.579 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: ], 2024-02-10T09:14:35.579 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "services": {} 2024-02-10T09:14:35.579 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2024-02-10T09:14:35.579 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "servicemap": { 2024-02-10T09:14:35.580 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T09:14:35.580 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "modified": "2024-02-10T09:14:25.698967+0000", 2024-02-10T09:14:35.580 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "services": {} 2024-02-10T09:14:35.580 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2024-02-10T09:14:35.580 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-10T09:14:35.580 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: } 2024-02-10T09:14:35.789 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:35 smithi018 bash[14175]: audit 2024-02-10T09:14:35.568623+0000 mon.smithi018 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.18:0/3937071798' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T09:14:36.183 INFO:teuthology.orchestra.run.smithi018.stderr:mgr not available, waiting (1/15)... 2024-02-10T09:14:39.359 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 2024-02-10T09:14:39.359 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: { 2024-02-10T09:14:39.359 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "fsid": "a4ea9902-c7f4-11ee-95b8-87774f69a715", 2024-02-10T09:14:39.359 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "health": { 2024-02-10T09:14:39.359 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-10T09:14:39.359 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "checks": {}, 2024-02-10T09:14:39.359 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "mutes": [] 2024-02-10T09:14:39.359 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2024-02-10T09:14:39.359 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-10T09:14:39.359 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "quorum": [ 2024-02-10T09:14:39.359 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 0 2024-02-10T09:14:39.360 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: ], 2024-02-10T09:14:39.360 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-10T09:14:39.360 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "smithi018" 2024-02-10T09:14:39.360 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: ], 2024-02-10T09:14:39.360 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "quorum_age": 7, 2024-02-10T09:14:39.360 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "monmap": { 2024-02-10T09:14:39.360 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T09:14:39.360 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-10T09:14:39.360 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-10T09:14:39.360 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2024-02-10T09:14:39.360 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "osdmap": { 2024-02-10T09:14:39.360 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T09:14:39.360 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-10T09:14:39.360 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-10T09:14:39.360 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-10T09:14:39.361 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-10T09:14:39.364 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-10T09:14:39.364 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-10T09:14:39.364 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2024-02-10T09:14:39.364 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "pgmap": { 2024-02-10T09:14:39.364 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-10T09:14:39.364 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-10T09:14:39.364 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-10T09:14:39.364 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-10T09:14:39.365 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-10T09:14:39.365 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-10T09:14:39.365 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-10T09:14:39.365 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-10T09:14:39.365 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2024-02-10T09:14:39.365 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "fsmap": { 2024-02-10T09:14:39.365 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T09:14:39.365 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-10T09:14:39.365 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-10T09:14:39.365 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2024-02-10T09:14:39.365 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-10T09:14:39.365 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "available": false, 2024-02-10T09:14:39.365 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-10T09:14:39.365 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "modules": [ 2024-02-10T09:14:39.365 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "iostat", 2024-02-10T09:14:39.365 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "nfs", 2024-02-10T09:14:39.366 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "restful" 2024-02-10T09:14:39.366 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: ], 2024-02-10T09:14:39.366 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "services": {} 2024-02-10T09:14:39.366 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2024-02-10T09:14:39.366 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "servicemap": { 2024-02-10T09:14:39.366 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T09:14:39.366 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "modified": "2024-02-10T09:14:25.698967+0000", 2024-02-10T09:14:39.366 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "services": {} 2024-02-10T09:14:39.366 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2024-02-10T09:14:39.366 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-10T09:14:39.366 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: } 2024-02-10T09:14:39.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:39 smithi018 bash[14175]: audit 2024-02-10T09:14:39.355383+0000 mon.smithi018 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.18:0/809739600' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T09:14:40.026 INFO:teuthology.orchestra.run.smithi018.stderr:mgr not available, waiting (2/15)... 2024-02-10T09:14:42.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:42 smithi018 bash[14175]: cluster 2024-02-10T09:14:42.044571+0000 mon.smithi018 (mon.0) 9 : cluster [INF] Activating manager daemon smithi018.dxgutx 2024-02-10T09:14:42.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:42 smithi018 bash[14175]: cluster 2024-02-10T09:14:42.051137+0000 mon.smithi018 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi018.dxgutx(active, starting, since 0.00677887s) 2024-02-10T09:14:42.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:42 smithi018 bash[14175]: audit 2024-02-10T09:14:42.053079+0000 mon.smithi018 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.18:0/1428492987' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T09:14:42.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:42 smithi018 bash[14175]: audit 2024-02-10T09:14:42.053465+0000 mon.smithi018 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.18:0/1428492987' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T09:14:42.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:42 smithi018 bash[14175]: audit 2024-02-10T09:14:42.053811+0000 mon.smithi018 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.18:0/1428492987' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T09:14:42.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:42 smithi018 bash[14175]: audit 2024-02-10T09:14:42.054152+0000 mon.smithi018 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.18:0/1428492987' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mon metadata", "id": "smithi018"}]: dispatch 2024-02-10T09:14:42.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:42 smithi018 bash[14175]: audit 2024-02-10T09:14:42.054537+0000 mon.smithi018 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.18:0/1428492987' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mgr metadata", "who": "smithi018.dxgutx", "id": "smithi018.dxgutx"}]: dispatch 2024-02-10T09:14:42.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:42 smithi018 bash[14175]: cluster 2024-02-10T09:14:42.057248+0000 mon.smithi018 (mon.0) 16 : cluster [INF] Manager daemon smithi018.dxgutx is now available 2024-02-10T09:14:42.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:42 smithi018 bash[14175]: audit 2024-02-10T09:14:42.072452+0000 mon.smithi018 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.18:0/1428492987' entity='mgr.smithi018.dxgutx' 2024-02-10T09:14:42.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:42 smithi018 bash[14175]: audit 2024-02-10T09:14:42.077666+0000 mon.smithi018 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.18:0/1428492987' entity='mgr.smithi018.dxgutx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.dxgutx/mirror_snapshot_schedule"}]: dispatch 2024-02-10T09:14:42.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:42 smithi018 bash[14175]: audit 2024-02-10T09:14:42.083285+0000 mon.smithi018 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.18:0/1428492987' entity='mgr.smithi018.dxgutx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.dxgutx/trash_purge_schedule"}]: dispatch 2024-02-10T09:14:42.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:42 smithi018 bash[14175]: audit 2024-02-10T09:14:42.085152+0000 mon.smithi018 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.18:0/1428492987' entity='mgr.smithi018.dxgutx' 2024-02-10T09:14:42.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:42 smithi018 bash[14175]: audit 2024-02-10T09:14:42.088062+0000 mon.smithi018 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.18:0/1428492987' entity='mgr.smithi018.dxgutx' 2024-02-10T09:14:43.621 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 2024-02-10T09:14:43.622 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: { 2024-02-10T09:14:43.622 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "fsid": "a4ea9902-c7f4-11ee-95b8-87774f69a715", 2024-02-10T09:14:43.622 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "health": { 2024-02-10T09:14:43.622 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-10T09:14:43.622 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "checks": {}, 2024-02-10T09:14:43.624 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "mutes": [] 2024-02-10T09:14:43.624 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2024-02-10T09:14:43.624 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-10T09:14:43.624 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "quorum": [ 2024-02-10T09:14:43.624 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 0 2024-02-10T09:14:43.624 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: ], 2024-02-10T09:14:43.624 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-10T09:14:43.624 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "smithi018" 2024-02-10T09:14:43.624 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: ], 2024-02-10T09:14:43.624 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "quorum_age": 11, 2024-02-10T09:14:43.625 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "monmap": { 2024-02-10T09:14:43.625 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T09:14:43.625 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-10T09:14:43.625 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-10T09:14:43.625 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2024-02-10T09:14:43.625 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "osdmap": { 2024-02-10T09:14:43.626 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T09:14:43.626 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-10T09:14:43.626 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-10T09:14:43.626 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-10T09:14:43.626 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-10T09:14:43.627 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-10T09:14:43.627 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-10T09:14:43.627 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2024-02-10T09:14:43.627 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "pgmap": { 2024-02-10T09:14:43.627 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-10T09:14:43.630 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-10T09:14:43.630 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-10T09:14:43.630 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-10T09:14:43.631 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-10T09:14:43.631 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-10T09:14:43.631 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-10T09:14:43.631 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-10T09:14:43.631 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2024-02-10T09:14:43.631 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "fsmap": { 2024-02-10T09:14:43.631 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T09:14:43.631 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-10T09:14:43.631 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-10T09:14:43.631 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2024-02-10T09:14:43.631 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-10T09:14:43.631 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "available": true, 2024-02-10T09:14:43.631 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-10T09:14:43.631 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "modules": [ 2024-02-10T09:14:43.631 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "iostat", 2024-02-10T09:14:43.632 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "nfs", 2024-02-10T09:14:43.632 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "restful" 2024-02-10T09:14:43.632 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: ], 2024-02-10T09:14:43.632 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "services": {} 2024-02-10T09:14:43.632 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2024-02-10T09:14:43.632 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "servicemap": { 2024-02-10T09:14:43.632 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T09:14:43.632 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "modified": "2024-02-10T09:14:25.698967+0000", 2024-02-10T09:14:43.632 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "services": {} 2024-02-10T09:14:43.632 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2024-02-10T09:14:43.632 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-10T09:14:43.632 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: } 2024-02-10T09:14:44.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:44 smithi018 bash[14175]: cluster 2024-02-10T09:14:43.055409+0000 mon.smithi018 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi018.dxgutx(active, since 1.01105s) 2024-02-10T09:14:44.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:44 smithi018 bash[14175]: audit 2024-02-10T09:14:43.619368+0000 mon.smithi018 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.18:0/2604281004' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T09:14:44.307 INFO:teuthology.orchestra.run.smithi018.stderr:mgr is available 2024-02-10T09:14:45.615 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 2024-02-10T09:14:45.616 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: [global] 2024-02-10T09:14:45.616 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: fsid = a4ea9902-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:14:45.616 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-10T09:14:45.616 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-10T09:14:45.616 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-10T09:14:45.616 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-10T09:14:45.617 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-10T09:14:45.617 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 2024-02-10T09:14:45.617 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: [mgr] 2024-02-10T09:14:45.617 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-10T09:14:45.618 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 2024-02-10T09:14:45.618 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: [osd] 2024-02-10T09:14:45.618 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-10T09:14:45.618 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-10T09:14:46.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:46 smithi018 bash[14175]: cluster 2024-02-10T09:14:45.056912+0000 mon.smithi018 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi018.dxgutx(active, since 3s) 2024-02-10T09:14:46.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:46 smithi018 bash[14175]: audit 2024-02-10T09:14:45.612352+0000 mon.smithi018 (mon.0) 25 : audit [INF] from='client.? 172.21.15.18:0/2615851243' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-10T09:14:46.245 INFO:teuthology.orchestra.run.smithi018.stderr:Enabling cephadm module... 2024-02-10T09:14:48.619 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:48 smithi018 bash[14175]: audit 2024-02-10T09:14:47.704985+0000 mon.smithi018 (mon.0) 26 : audit [INF] from='client.? 172.21.15.18:0/2677264863' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-10T09:14:49.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:49 smithi018 bash[14175]: audit 2024-02-10T09:14:48.351575+0000 mon.smithi018 (mon.0) 27 : audit [INF] from='client.? 172.21.15.18:0/2677264863' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-10T09:14:49.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:49 smithi018 bash[14175]: cluster 2024-02-10T09:14:48.351655+0000 mon.smithi018 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi018.dxgutx(active, since 6s) 2024-02-10T09:14:50.449 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: { 2024-02-10T09:14:50.449 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 5, 2024-02-10T09:14:50.450 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "available": true, 2024-02-10T09:14:50.450 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "active_name": "smithi018.dxgutx", 2024-02-10T09:14:50.450 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-10T09:14:50.450 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: } 2024-02-10T09:14:50.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:50 smithi018 bash[14175]: audit 2024-02-10T09:14:50.447310+0000 mon.smithi018 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.18:0/994370443' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-10T09:14:51.132 INFO:teuthology.orchestra.run.smithi018.stderr:Waiting for the mgr to restart... 2024-02-10T09:14:51.132 INFO:teuthology.orchestra.run.smithi018.stderr:Waiting for mgr epoch 5... 2024-02-10T09:14:55.475 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:55 smithi018 bash[14175]: cluster 2024-02-10T09:14:55.149106+0000 mon.smithi018 (mon.0) 30 : cluster [INF] Active manager daemon smithi018.dxgutx restarted 2024-02-10T09:14:55.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:55 smithi018 bash[14175]: cluster 2024-02-10T09:14:55.150044+0000 mon.smithi018 (mon.0) 31 : cluster [INF] Activating manager daemon smithi018.dxgutx 2024-02-10T09:14:55.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:55 smithi018 bash[14175]: cluster 2024-02-10T09:14:55.154518+0000 mon.smithi018 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-10T09:14:55.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:55 smithi018 bash[14175]: cluster 2024-02-10T09:14:55.154729+0000 mon.smithi018 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi018.dxgutx(active, starting, since 0.00507386s) 2024-02-10T09:14:55.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:55 smithi018 bash[14175]: audit 2024-02-10T09:14:55.156435+0000 mon.smithi018 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mon metadata", "id": "smithi018"}]: dispatch 2024-02-10T09:14:55.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:55 smithi018 bash[14175]: audit 2024-02-10T09:14:55.157604+0000 mon.smithi018 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mgr metadata", "who": "smithi018.dxgutx", "id": "smithi018.dxgutx"}]: dispatch 2024-02-10T09:14:55.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:55 smithi018 bash[14175]: audit 2024-02-10T09:14:55.158561+0000 mon.smithi018 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T09:14:55.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:55 smithi018 bash[14175]: audit 2024-02-10T09:14:55.158759+0000 mon.smithi018 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T09:14:55.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:55 smithi018 bash[14175]: audit 2024-02-10T09:14:55.158984+0000 mon.smithi018 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T09:14:55.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:55 smithi018 bash[14175]: cluster 2024-02-10T09:14:55.162273+0000 mon.smithi018 (mon.0) 39 : cluster [INF] Manager daemon smithi018.dxgutx is now available 2024-02-10T09:14:55.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:55 smithi018 bash[14175]: audit 2024-02-10T09:14:55.181883+0000 mon.smithi018 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' 2024-02-10T09:14:56.176 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: { 2024-02-10T09:14:56.176 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-02-10T09:14:56.177 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "initialized": true 2024-02-10T09:14:56.177 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: } 2024-02-10T09:14:56.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:56 smithi018 bash[14175]: cephadm 2024-02-10T09:14:55.177045+0000 mgr.smithi018.dxgutx (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-02-10T09:14:56.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:56 smithi018 bash[14175]: audit 2024-02-10T09:14:55.311603+0000 mon.smithi018 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' 2024-02-10T09:14:56.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:56 smithi018 bash[14175]: audit 2024-02-10T09:14:55.313776+0000 mon.smithi018 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:14:56.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:56 smithi018 bash[14175]: audit 2024-02-10T09:14:55.317189+0000 mon.smithi018 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:14:56.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:56 smithi018 bash[14175]: audit 2024-02-10T09:14:55.320854+0000 mon.smithi018 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:14:56.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:56 smithi018 bash[14175]: audit 2024-02-10T09:14:55.343825+0000 mon.smithi018 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.dxgutx/mirror_snapshot_schedule"}]: dispatch 2024-02-10T09:14:56.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:56 smithi018 bash[14175]: audit 2024-02-10T09:14:55.349613+0000 mon.smithi018 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.dxgutx/trash_purge_schedule"}]: dispatch 2024-02-10T09:14:56.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:56 smithi018 bash[14175]: cluster 2024-02-10T09:14:56.161200+0000 mon.smithi018 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi018.dxgutx(active, since 1.01154s) 2024-02-10T09:14:56.895 INFO:teuthology.orchestra.run.smithi018.stderr:mgr epoch 5 is available 2024-02-10T09:14:56.895 INFO:teuthology.orchestra.run.smithi018.stderr:Setting orchestrator backend to cephadm... 2024-02-10T09:14:57.638 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:57 smithi018 bash[14175]: audit 2024-02-10T09:14:56.159834+0000 mgr.smithi018.dxgutx (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-10T09:14:57.638 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:57 smithi018 bash[14175]: audit 2024-02-10T09:14:56.174687+0000 mgr.smithi018.dxgutx (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-10T09:14:58.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:58 smithi018 bash[14175]: cluster 2024-02-10T09:14:57.315695+0000 mon.smithi018 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi018.dxgutx(active, since 2s) 2024-02-10T09:14:58.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:58 smithi018 bash[14175]: audit 2024-02-10T09:14:58.252434+0000 mon.smithi018 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' 2024-02-10T09:14:58.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:58 smithi018 bash[14175]: audit 2024-02-10T09:14:58.302574+0000 mon.smithi018 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:14:59.596 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:14:59 smithi018 bash[14175]: audit 2024-02-10T09:14:58.242743+0000 mgr.smithi018.dxgutx (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-10T09:15:00.191 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: value unchanged 2024-02-10T09:15:00.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:00 smithi018 bash[14175]: audit 2024-02-10T09:15:00.187585+0000 mgr.smithi018.dxgutx (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:15:00.875 INFO:teuthology.orchestra.run.smithi018.stderr:Generating ssh key... 2024-02-10T09:15:03.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:03 smithi018 bash[14175]: audit 2024-02-10T09:15:02.253587+0000 mgr.smithi018.dxgutx (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:15:03.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:03 smithi018 bash[14175]: cephadm 2024-02-10T09:15:02.254030+0000 mgr.smithi018.dxgutx (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-02-10T09:15:03.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:03 smithi018 bash[14175]: audit 2024-02-10T09:15:02.732423+0000 mon.smithi018 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' 2024-02-10T09:15:03.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:03 smithi018 bash[14175]: audit 2024-02-10T09:15:02.734939+0000 mon.smithi018 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' 2024-02-10T09:15:04.797 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCxu3GDk53pMYJy8RmGHln1bzIQPM/PUUHKSr4cDfzE9yBgg9UYfcucJ7RoYerOGgpjoELA6Vu9z0QC/iJuNC+deQv8+R1gpWOb9RTy7JDtTCzLw8pun+M0NG2UNk8DmqHcXamvaKULlBPYo+Gi9E1gWOWNHeWYTGo9qaJ8O7e9r4NfYv7Zb1YeZgJ/SivtnrGnNUO3CfpbRnlrJV9Yxtx3TarrnFGFYziYvFK9j6X4ZF6vVJmbey7NbW77KbjvPXEDo59lNoVX74sPL1dq1cpgxmHVqmCSeE0/xXKchev0oLmdISpOkm2k7mbRlQ0qmnJ+afOITWH+Rd78kA1cPP/zjYz8yKzP0u4QonpPzmRhBJ7guL02M6RAj1UueueghLS+r96zseWEtqw7qvr3lefIs1rFsMbKW0KWxj6GiuiZ4o+d+CaHqf8Mj5JkJkUWk55WR+JZNJ08gJarBZ+EJYwxX3x5Mw9QJIEQ83pUxA94m9bXB04grI/z3V994o0hxH8= ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:15:05.411 INFO:teuthology.orchestra.run.smithi018.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-10T09:15:05.411 INFO:teuthology.orchestra.run.smithi018.stderr:Adding key to root@localhost authorized_keys... 2024-02-10T09:15:05.412 INFO:teuthology.orchestra.run.smithi018.stderr:Adding host smithi018... 2024-02-10T09:15:05.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:05 smithi018 bash[14175]: audit 2024-02-10T09:15:04.795134+0000 mgr.smithi018.dxgutx (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:15:07.679 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: Added host 'smithi018' with addr '172.21.15.18' 2024-02-10T09:15:08.553 INFO:teuthology.orchestra.run.smithi018.stderr:Deploying mon service with default placement... 2024-02-10T09:15:08.710 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:08 smithi018 bash[14175]: audit 2024-02-10T09:15:06.808742+0000 mgr.smithi018.dxgutx (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi018", "addr": "172.21.15.18", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:15:08.710 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:08 smithi018 bash[14175]: audit 2024-02-10T09:15:07.677450+0000 mon.smithi018 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' 2024-02-10T09:15:08.710 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:08 smithi018 bash[14175]: audit 2024-02-10T09:15:07.697769+0000 mon.smithi018 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:15:09.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:09 smithi018 bash[14175]: cephadm 2024-02-10T09:15:07.678235+0000 mgr.smithi018.dxgutx (mgr.14116) 10 : cephadm [INF] Added host smithi018 2024-02-10T09:15:10.548 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-10T09:15:11.381 INFO:teuthology.orchestra.run.smithi018.stderr:Deploying mgr service with default placement... 2024-02-10T09:15:11.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:11 smithi018 bash[14175]: audit 2024-02-10T09:15:10.539117+0000 mgr.smithi018.dxgutx (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:15:11.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:11 smithi018 bash[14175]: cephadm 2024-02-10T09:15:10.542194+0000 mgr.smithi018.dxgutx (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-10T09:15:11.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:11 smithi018 bash[14175]: audit 2024-02-10T09:15:10.546675+0000 mon.smithi018 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' 2024-02-10T09:15:11.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:11 smithi018 bash[14175]: audit 2024-02-10T09:15:11.059588+0000 mon.smithi018 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' 2024-02-10T09:15:11.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:11 smithi018 bash[14175]: audit 2024-02-10T09:15:11.321831+0000 mon.smithi018 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' 2024-02-10T09:15:12.763 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-10T09:15:13.481 INFO:teuthology.orchestra.run.smithi018.stderr:Deploying crash service with default placement... 2024-02-10T09:15:13.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:13 smithi018 bash[14175]: audit 2024-02-10T09:15:12.754720+0000 mgr.smithi018.dxgutx (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:15:13.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:13 smithi018 bash[14175]: cephadm 2024-02-10T09:15:12.756834+0000 mgr.smithi018.dxgutx (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-10T09:15:13.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:13 smithi018 bash[14175]: audit 2024-02-10T09:15:12.761366+0000 mon.smithi018 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' 2024-02-10T09:15:14.874 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-10T09:15:15.575 INFO:teuthology.orchestra.run.smithi018.stderr:Deploying prometheus service with default placement... 2024-02-10T09:15:16.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:15 smithi018 bash[14175]: audit 2024-02-10T09:15:14.864463+0000 mgr.smithi018.dxgutx (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:15:16.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:15 smithi018 bash[14175]: cephadm 2024-02-10T09:15:14.867008+0000 mgr.smithi018.dxgutx (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-02-10T09:15:16.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:15 smithi018 bash[14175]: audit 2024-02-10T09:15:14.871856+0000 mon.smithi018 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' 2024-02-10T09:15:16.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:15 smithi018 bash[14175]: cluster 2024-02-10T09:15:15.160680+0000 mgr.smithi018.dxgutx (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:16.955 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-10T09:15:17.672 INFO:teuthology.orchestra.run.smithi018.stderr:Deploying grafana service with default placement... 2024-02-10T09:15:17.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:17 smithi018 bash[14175]: audit 2024-02-10T09:15:16.505351+0000 mon.smithi018 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' 2024-02-10T09:15:17.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:17 smithi018 bash[14175]: audit 2024-02-10T09:15:16.945927+0000 mgr.smithi018.dxgutx (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:15:17.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:17 smithi018 bash[14175]: cephadm 2024-02-10T09:15:16.948229+0000 mgr.smithi018.dxgutx (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-10T09:15:17.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:17 smithi018 bash[14175]: audit 2024-02-10T09:15:16.953019+0000 mon.smithi018 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' 2024-02-10T09:15:17.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:17 smithi018 bash[14175]: cluster 2024-02-10T09:15:17.161101+0000 mgr.smithi018.dxgutx (mgr.14116) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:19.126 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-10T09:15:19.903 INFO:teuthology.orchestra.run.smithi018.stderr:Deploying node-exporter service with default placement... 2024-02-10T09:15:20.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:20 smithi018 bash[14175]: audit 2024-02-10T09:15:19.117542+0000 mgr.smithi018.dxgutx (mgr.14116) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:15:20.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:20 smithi018 bash[14175]: cephadm 2024-02-10T09:15:19.119750+0000 mgr.smithi018.dxgutx (mgr.14116) 22 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-10T09:15:20.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:20 smithi018 bash[14175]: audit 2024-02-10T09:15:19.123828+0000 mon.smithi018 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' 2024-02-10T09:15:20.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:20 smithi018 bash[14175]: cluster 2024-02-10T09:15:19.161527+0000 mgr.smithi018.dxgutx (mgr.14116) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:21.275 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-10T09:15:22.035 INFO:teuthology.orchestra.run.smithi018.stderr:Deploying alertmanager service with default placement... 2024-02-10T09:15:22.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:22 smithi018 bash[14175]: cluster 2024-02-10T09:15:21.161914+0000 mgr.smithi018.dxgutx (mgr.14116) 24 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:22.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:22 smithi018 bash[14175]: audit 2024-02-10T09:15:21.267484+0000 mgr.smithi018.dxgutx (mgr.14116) 25 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:15:22.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:22 smithi018 bash[14175]: cephadm 2024-02-10T09:15:21.269748+0000 mgr.smithi018.dxgutx (mgr.14116) 26 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-10T09:15:22.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:22 smithi018 bash[14175]: audit 2024-02-10T09:15:21.272671+0000 mon.smithi018 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' 2024-02-10T09:15:24.006 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-10T09:15:24.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:24 smithi018 bash[14175]: cluster 2024-02-10T09:15:23.162360+0000 mgr.smithi018.dxgutx (mgr.14116) 27 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:24.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:24 smithi018 bash[14175]: audit 2024-02-10T09:15:24.004402+0000 mon.smithi018 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.18:0/2631015682' entity='mgr.smithi018.dxgutx' 2024-02-10T09:15:25.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:25 smithi018 bash[14175]: audit 2024-02-10T09:15:23.997415+0000 mgr.smithi018.dxgutx (mgr.14116) 28 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:15:25.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:25 smithi018 bash[14175]: cephadm 2024-02-10T09:15:23.999628+0000 mgr.smithi018.dxgutx (mgr.14116) 29 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-10T09:15:26.655 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:26 smithi018 bash[14175]: cluster 2024-02-10T09:15:25.162774+0000 mgr.smithi018.dxgutx (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:27.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:27 smithi018 bash[14175]: audit 2024-02-10T09:15:26.364813+0000 mon.smithi018 (mon.0) 65 : audit [INF] from='client.? 172.21.15.18:0/343534406' entity='client.admin' 2024-02-10T09:15:28.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:28 smithi018 bash[14175]: cluster 2024-02-10T09:15:27.163140+0000 mgr.smithi018.dxgutx (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:29.231 INFO:teuthology.orchestra.run.smithi018.stderr:Enabling the dashboard module... 2024-02-10T09:15:29.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:29 smithi018 bash[14175]: audit 2024-02-10T09:15:28.511582+0000 mon.smithi018 (mon.0) 66 : audit [INF] from='client.? 172.21.15.18:0/4285432075' entity='client.admin' 2024-02-10T09:15:29.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:29 smithi018 bash[14175]: cluster 2024-02-10T09:15:29.163537+0000 mgr.smithi018.dxgutx (mgr.14116) 32 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:30.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:30 smithi018 bash[14175]: audit 2024-02-10T09:15:30.625992+0000 mon.smithi018 (mon.0) 67 : audit [INF] from='client.? 172.21.15.18:0/2883074784' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-10T09:15:31.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:31 smithi018 bash[14175]: audit 2024-02-10T09:15:30.682584+0000 mon.smithi018 (mon.0) 68 : audit [INF] from='client.? 172.21.15.18:0/2883074784' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-10T09:15:31.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:31 smithi018 bash[14175]: cluster 2024-02-10T09:15:30.682756+0000 mon.smithi018 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi018.dxgutx(active, since 35s) 2024-02-10T09:15:32.989 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: { 2024-02-10T09:15:32.989 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 9, 2024-02-10T09:15:32.989 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "available": true, 2024-02-10T09:15:32.989 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "active_name": "smithi018.dxgutx", 2024-02-10T09:15:32.990 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-10T09:15:32.990 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: } 2024-02-10T09:15:33.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:33 smithi018 bash[14175]: audit 2024-02-10T09:15:32.987073+0000 mon.smithi018 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.18:0/1725248872' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-10T09:15:33.778 INFO:teuthology.orchestra.run.smithi018.stderr:Waiting for the mgr to restart... 2024-02-10T09:15:33.778 INFO:teuthology.orchestra.run.smithi018.stderr:Waiting for mgr epoch 9... 2024-02-10T09:15:38.590 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: { 2024-02-10T09:15:38.590 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-02-10T09:15:38.591 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "initialized": true 2024-02-10T09:15:38.591 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: } 2024-02-10T09:15:38.641 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:38 smithi018 bash[14175]: cluster 2024-02-10T09:15:37.564392+0000 mon.smithi018 (mon.0) 71 : cluster [INF] Active manager daemon smithi018.dxgutx restarted 2024-02-10T09:15:38.641 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:38 smithi018 bash[14175]: cluster 2024-02-10T09:15:37.564803+0000 mon.smithi018 (mon.0) 72 : cluster [INF] Activating manager daemon smithi018.dxgutx 2024-02-10T09:15:38.641 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:38 smithi018 bash[14175]: cluster 2024-02-10T09:15:37.571380+0000 mon.smithi018 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-10T09:15:38.641 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:38 smithi018 bash[14175]: cluster 2024-02-10T09:15:37.571567+0000 mon.smithi018 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi018.dxgutx(active, starting, since 0.00692519s) 2024-02-10T09:15:38.641 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:38 smithi018 bash[14175]: audit 2024-02-10T09:15:37.573324+0000 mon.smithi018 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mon metadata", "id": "smithi018"}]: dispatch 2024-02-10T09:15:38.641 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:38 smithi018 bash[14175]: audit 2024-02-10T09:15:37.574753+0000 mon.smithi018 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mgr metadata", "who": "smithi018.dxgutx", "id": "smithi018.dxgutx"}]: dispatch 2024-02-10T09:15:38.641 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:38 smithi018 bash[14175]: audit 2024-02-10T09:15:37.575476+0000 mon.smithi018 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T09:15:38.642 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:38 smithi018 bash[14175]: audit 2024-02-10T09:15:37.575728+0000 mon.smithi018 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T09:15:38.642 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:38 smithi018 bash[14175]: audit 2024-02-10T09:15:37.575947+0000 mon.smithi018 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T09:15:38.642 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:38 smithi018 bash[14175]: cluster 2024-02-10T09:15:37.598222+0000 mon.smithi018 (mon.0) 80 : cluster [INF] Manager daemon smithi018.dxgutx is now available 2024-02-10T09:15:38.642 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:38 smithi018 bash[14175]: audit 2024-02-10T09:15:37.742477+0000 mon.smithi018 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:15:38.642 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:38 smithi018 bash[14175]: audit 2024-02-10T09:15:37.745696+0000 mon.smithi018 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:15:38.642 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:38 smithi018 bash[14175]: audit 2024-02-10T09:15:37.796438+0000 mon.smithi018 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.dxgutx/mirror_snapshot_schedule"}]: dispatch 2024-02-10T09:15:38.642 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:38 smithi018 bash[14175]: audit 2024-02-10T09:15:37.802425+0000 mon.smithi018 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.dxgutx/trash_purge_schedule"}]: dispatch 2024-02-10T09:15:39.344 INFO:teuthology.orchestra.run.smithi018.stderr:mgr epoch 9 is available 2024-02-10T09:15:39.344 INFO:teuthology.orchestra.run.smithi018.stderr:Generating a dashboard self-signed certificate... 2024-02-10T09:15:39.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:39 smithi018 bash[14175]: cluster 2024-02-10T09:15:38.574866+0000 mon.smithi018 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi018.dxgutx(active, since 1.01021s) 2024-02-10T09:15:39.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:39 smithi018 bash[14175]: audit 2024-02-10T09:15:38.575161+0000 mgr.smithi018.dxgutx (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-10T09:15:39.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:39 smithi018 bash[14175]: audit 2024-02-10T09:15:38.587657+0000 mgr.smithi018.dxgutx (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-10T09:15:40.760 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-10T09:15:40.847 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:40 smithi018 bash[14175]: cluster 2024-02-10T09:15:39.577525+0000 mon.smithi018 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi018.dxgutx(active, since 2s) 2024-02-10T09:15:41.505 INFO:teuthology.orchestra.run.smithi018.stderr:Creating initial admin user... 2024-02-10T09:15:41.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:41 smithi018 bash[14175]: audit 2024-02-10T09:15:40.654042+0000 mgr.smithi018.dxgutx (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:15:41.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:41 smithi018 bash[14175]: audit 2024-02-10T09:15:40.753835+0000 mon.smithi018 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' 2024-02-10T09:15:41.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:41 smithi018 bash[14175]: audit 2024-02-10T09:15:40.758290+0000 mon.smithi018 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' 2024-02-10T09:15:43.211 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$ysjazSlwOBi/7PqwMgNfM.xBqpb/infRM4qYVN84TwXLfSwkXt4de", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707556543, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-10T09:15:43.940 INFO:teuthology.orchestra.run.smithi018.stderr:Fetching dashboard port number... 2024-02-10T09:15:44.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:44 smithi018 bash[14175]: audit 2024-02-10T09:15:42.959290+0000 mgr.smithi018.dxgutx (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-10T09:15:44.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:44 smithi018 bash[14175]: audit 2024-02-10T09:15:43.209013+0000 mon.smithi018 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' 2024-02-10T09:15:45.259 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 8443 2024-02-10T09:15:45.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:45 smithi018 bash[14175]: cluster 2024-02-10T09:15:44.213058+0000 mon.smithi018 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi018.dxgutx(active, since 6s) 2024-02-10T09:15:45.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:45 smithi018 bash[14175]: audit 2024-02-10T09:15:44.730899+0000 mon.smithi018 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' 2024-02-10T09:15:46.002 INFO:teuthology.orchestra.run.smithi018.stderr:firewalld does not appear to be present 2024-02-10T09:15:46.002 INFO:teuthology.orchestra.run.smithi018.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-10T09:15:46.006 INFO:teuthology.orchestra.run.smithi018.stderr:Ceph Dashboard is now available at: 2024-02-10T09:15:46.006 INFO:teuthology.orchestra.run.smithi018.stderr: 2024-02-10T09:15:46.006 INFO:teuthology.orchestra.run.smithi018.stderr: URL: https://smithi018.front.sepia.ceph.com:8443/ 2024-02-10T09:15:46.006 INFO:teuthology.orchestra.run.smithi018.stderr: User: admin 2024-02-10T09:15:46.006 INFO:teuthology.orchestra.run.smithi018.stderr: Password: kf2djt75hh 2024-02-10T09:15:46.006 INFO:teuthology.orchestra.run.smithi018.stderr: 2024-02-10T09:15:46.006 INFO:teuthology.orchestra.run.smithi018.stderr:Enabling autotune for osd_memory_target 2024-02-10T09:15:46.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:46 smithi018 bash[14175]: audit 2024-02-10T09:15:45.257082+0000 mon.smithi018 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.18:0/3355186304' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-10T09:15:50.119 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-02-10T09:15:51.039 INFO:teuthology.orchestra.run.smithi018.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-10T09:15:51.039 INFO:teuthology.orchestra.run.smithi018.stderr: 2024-02-10T09:15:51.039 INFO:teuthology.orchestra.run.smithi018.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-10T09:15:51.039 INFO:teuthology.orchestra.run.smithi018.stderr: 2024-02-10T09:15:51.040 INFO:teuthology.orchestra.run.smithi018.stderr:Or, if you are only running a single cluster on this host: 2024-02-10T09:15:51.040 INFO:teuthology.orchestra.run.smithi018.stderr: 2024-02-10T09:15:51.040 INFO:teuthology.orchestra.run.smithi018.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-10T09:15:51.040 INFO:teuthology.orchestra.run.smithi018.stderr: 2024-02-10T09:15:51.040 INFO:teuthology.orchestra.run.smithi018.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-10T09:15:51.040 INFO:teuthology.orchestra.run.smithi018.stderr: 2024-02-10T09:15:51.040 INFO:teuthology.orchestra.run.smithi018.stderr: ceph telemetry on 2024-02-10T09:15:51.040 INFO:teuthology.orchestra.run.smithi018.stderr: 2024-02-10T09:15:51.040 INFO:teuthology.orchestra.run.smithi018.stderr:For more information see: 2024-02-10T09:15:51.040 INFO:teuthology.orchestra.run.smithi018.stderr: 2024-02-10T09:15:51.040 INFO:teuthology.orchestra.run.smithi018.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-02-10T09:15:51.040 INFO:teuthology.orchestra.run.smithi018.stderr: 2024-02-10T09:15:51.040 INFO:teuthology.orchestra.run.smithi018.stderr:Bootstrap complete. 2024-02-10T09:15:51.077 INFO:tasks.cephadm:Fetching config... 2024-02-10T09:15:51.077 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-02-10T09:15:51.077 DEBUG:teuthology.orchestra.run.smithi018:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-10T09:15:51.083 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-10T09:15:51.084 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-02-10T09:15:51.084 DEBUG:teuthology.orchestra.run.smithi018:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-10T09:15:51.131 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-10T09:15:51.131 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-02-10T09:15:51.132 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/mon.smithi018/keyring of=/dev/stdout 2024-02-10T09:15:51.187 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-10T09:15:51.187 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-02-10T09:15:51.187 DEBUG:teuthology.orchestra.run.smithi018:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-10T09:15:51.234 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-10T09:15:51.235 DEBUG:teuthology.orchestra.run.smithi018:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCxu3GDk53pMYJy8RmGHln1bzIQPM/PUUHKSr4cDfzE9yBgg9UYfcucJ7RoYerOGgpjoELA6Vu9z0QC/iJuNC+deQv8+R1gpWOb9RTy7JDtTCzLw8pun+M0NG2UNk8DmqHcXamvaKULlBPYo+Gi9E1gWOWNHeWYTGo9qaJ8O7e9r4NfYv7Zb1YeZgJ/SivtnrGnNUO3CfpbRnlrJV9Yxtx3TarrnFGFYziYvFK9j6X4ZF6vVJmbey7NbW77KbjvPXEDo59lNoVX74sPL1dq1cpgxmHVqmCSeE0/xXKchev0oLmdISpOkm2k7mbRlQ0qmnJ+afOITWH+Rd78kA1cPP/zjYz8yKzP0u4QonpPzmRhBJ7guL02M6RAj1UueueghLS+r96zseWEtqw7qvr3lefIs1rFsMbKW0KWxj6GiuiZ4o+d+CaHqf8Mj5JkJkUWk55WR+JZNJ08gJarBZ+EJYwxX3x5Mw9QJIEQ83pUxA94m9bXB04grI/z3V994o0hxH8= ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-10T09:15:51.298 INFO:teuthology.orchestra.run.smithi018.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCxu3GDk53pMYJy8RmGHln1bzIQPM/PUUHKSr4cDfzE9yBgg9UYfcucJ7RoYerOGgpjoELA6Vu9z0QC/iJuNC+deQv8+R1gpWOb9RTy7JDtTCzLw8pun+M0NG2UNk8DmqHcXamvaKULlBPYo+Gi9E1gWOWNHeWYTGo9qaJ8O7e9r4NfYv7Zb1YeZgJ/SivtnrGnNUO3CfpbRnlrJV9Yxtx3TarrnFGFYziYvFK9j6X4ZF6vVJmbey7NbW77KbjvPXEDo59lNoVX74sPL1dq1cpgxmHVqmCSeE0/xXKchev0oLmdISpOkm2k7mbRlQ0qmnJ+afOITWH+Rd78kA1cPP/zjYz8yKzP0u4QonpPzmRhBJ7guL02M6RAj1UueueghLS+r96zseWEtqw7qvr3lefIs1rFsMbKW0KWxj6GiuiZ4o+d+CaHqf8Mj5JkJkUWk55WR+JZNJ08gJarBZ+EJYwxX3x5Mw9QJIEQ83pUxA94m9bXB04grI/z3V994o0hxH8= ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:15:51.305 DEBUG:teuthology.orchestra.run.smithi164:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCxu3GDk53pMYJy8RmGHln1bzIQPM/PUUHKSr4cDfzE9yBgg9UYfcucJ7RoYerOGgpjoELA6Vu9z0QC/iJuNC+deQv8+R1gpWOb9RTy7JDtTCzLw8pun+M0NG2UNk8DmqHcXamvaKULlBPYo+Gi9E1gWOWNHeWYTGo9qaJ8O7e9r4NfYv7Zb1YeZgJ/SivtnrGnNUO3CfpbRnlrJV9Yxtx3TarrnFGFYziYvFK9j6X4ZF6vVJmbey7NbW77KbjvPXEDo59lNoVX74sPL1dq1cpgxmHVqmCSeE0/xXKchev0oLmdISpOkm2k7mbRlQ0qmnJ+afOITWH+Rd78kA1cPP/zjYz8yKzP0u4QonpPzmRhBJ7guL02M6RAj1UueueghLS+r96zseWEtqw7qvr3lefIs1rFsMbKW0KWxj6GiuiZ4o+d+CaHqf8Mj5JkJkUWk55WR+JZNJ08gJarBZ+EJYwxX3x5Mw9QJIEQ83pUxA94m9bXB04grI/z3V994o0hxH8= ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-10T09:15:51.328 INFO:teuthology.orchestra.run.smithi164.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCxu3GDk53pMYJy8RmGHln1bzIQPM/PUUHKSr4cDfzE9yBgg9UYfcucJ7RoYerOGgpjoELA6Vu9z0QC/iJuNC+deQv8+R1gpWOb9RTy7JDtTCzLw8pun+M0NG2UNk8DmqHcXamvaKULlBPYo+Gi9E1gWOWNHeWYTGo9qaJ8O7e9r4NfYv7Zb1YeZgJ/SivtnrGnNUO3CfpbRnlrJV9Yxtx3TarrnFGFYziYvFK9j6X4ZF6vVJmbey7NbW77KbjvPXEDo59lNoVX74sPL1dq1cpgxmHVqmCSeE0/xXKchev0oLmdISpOkm2k7mbRlQ0qmnJ+afOITWH+Rd78kA1cPP/zjYz8yKzP0u4QonpPzmRhBJ7guL02M6RAj1UueueghLS+r96zseWEtqw7qvr3lefIs1rFsMbKW0KWxj6GiuiZ4o+d+CaHqf8Mj5JkJkUWk55WR+JZNJ08gJarBZ+EJYwxX3x5Mw9QJIEQ83pUxA94m9bXB04grI/z3V994o0hxH8= ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:15:51.339 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-10T09:15:51.353 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:51 smithi018 bash[14175]: audit 2024-02-10T09:15:50.114512+0000 mon.smithi018 (mon.0) 93 : audit [INF] from='client.? 172.21.15.18:0/2483371116' entity='client.admin' 2024-02-10T09:15:55.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:55 smithi018 bash[14175]: audit 2024-02-10T09:15:54.826235+0000 mon.smithi018 (mon.0) 94 : audit [INF] from='client.? 172.21.15.18:0/2378917867' entity='client.admin' 2024-02-10T09:15:55.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:55 smithi018 bash[14175]: audit 2024-02-10T09:15:55.497498+0000 mon.smithi018 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' 2024-02-10T09:15:56.279 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-10T09:15:56.279 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-10T09:15:57.140 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:56 smithi018 bash[14175]: audit 2024-02-10T09:15:55.880793+0000 mon.smithi018 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd/host:smithi018", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:15:57.140 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:56 smithi018 bash[14175]: audit 2024-02-10T09:15:55.885245+0000 mon.smithi018 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' 2024-02-10T09:15:57.140 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:56 smithi018 bash[14175]: cephadm 2024-02-10T09:15:55.902170+0000 mgr.smithi018.dxgutx (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi018 on smithi018 2024-02-10T09:15:58.678 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:15:58 smithi018 bash[14175]: cluster 2024-02-10T09:15:57.577102+0000 mgr.smithi018.dxgutx (mgr.14156) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:00.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:00 smithi018 bash[14175]: cluster 2024-02-10T09:15:59.577557+0000 mgr.smithi018.dxgutx (mgr.14156) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:00.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:00 smithi018 bash[14175]: audit 2024-02-10T09:16:00.268521+0000 mon.smithi018 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' 2024-02-10T09:16:01.283 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi164 2024-02-10T09:16:01.283 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-02-10T09:16:01.283 DEBUG:teuthology.orchestra.run.smithi164:> dd of=/etc/ceph/ceph.conf 2024-02-10T09:16:01.294 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-02-10T09:16:01.294 DEBUG:teuthology.orchestra.run.smithi164:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-10T09:16:01.342 INFO:tasks.cephadm:Adding host smithi164 to orchestrator... 2024-02-10T09:16:01.342 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch host add smithi164 2024-02-10T09:16:01.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:01 smithi018 bash[14175]: audit 2024-02-10T09:16:00.265226+0000 mgr.smithi018.dxgutx (mgr.14156) 8 : 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-10T09:16:02.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:02 smithi018 bash[14175]: cluster 2024-02-10T09:16:01.578038+0000 mgr.smithi018.dxgutx (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:04.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:04 smithi018 bash[14175]: cluster 2024-02-10T09:16:03.578382+0000 mgr.smithi018.dxgutx (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:06.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:06 smithi018 bash[14175]: cluster 2024-02-10T09:16:05.578786+0000 mgr.smithi018.dxgutx (mgr.14156) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:08.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:08 smithi018 bash[14175]: cluster 2024-02-10T09:16:07.579139+0000 mgr.smithi018.dxgutx (mgr.14156) 12 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:08.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:08 smithi018 bash[14175]: audit 2024-02-10T09:16:08.031999+0000 mon.smithi018 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' 2024-02-10T09:16:08.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:08 smithi018 bash[14175]: audit 2024-02-10T09:16:08.036066+0000 mon.smithi018 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi018", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-10T09:16:08.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:08 smithi018 bash[14175]: audit 2024-02-10T09:16:08.039208+0000 mon.smithi018 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi018", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-10T09:16:08.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:08 smithi018 bash[14175]: audit 2024-02-10T09:16:08.040505+0000 mon.smithi018 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:16:09.617 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:09 smithi018 bash[14175]: cephadm 2024-02-10T09:16:08.041626+0000 mgr.smithi018.dxgutx (mgr.14156) 13 : cephadm [INF] Deploying daemon crash.smithi018 on smithi018 2024-02-10T09:16:10.698 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:10 smithi018 bash[14175]: cluster 2024-02-10T09:16:09.579505+0000 mgr.smithi018.dxgutx (mgr.14156) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:12.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:11 smithi018 bash[14175]: audit 2024-02-10T09:16:10.969934+0000 mon.smithi018 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' 2024-02-10T09:16:12.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:11 smithi018 bash[14175]: audit 2024-02-10T09:16:11.069161+0000 mon.smithi018 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' 2024-02-10T09:16:12.225 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:11 smithi018 bash[14175]: audit 2024-02-10T09:16:11.071621+0000 mon.smithi018 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' 2024-02-10T09:16:12.225 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:11 smithi018 bash[14175]: audit 2024-02-10T09:16:11.074034+0000 mon.smithi018 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-10T09:16:12.225 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:11 smithi018 bash[14175]: audit 2024-02-10T09:16:11.074474+0000 mgr.smithi018.dxgutx (mgr.14156) 15 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-10T09:16:12.225 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:11 smithi018 bash[14175]: audit 2024-02-10T09:16:11.076903+0000 mon.smithi018 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' 2024-02-10T09:16:12.225 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:11 smithi018 bash[14175]: cephadm 2024-02-10T09:16:11.087496+0000 mgr.smithi018.dxgutx (mgr.14156) 16 : cephadm [INF] Deploying daemon grafana.smithi018 on smithi018 2024-02-10T09:16:12.225 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:11 smithi018 bash[14175]: cluster 2024-02-10T09:16:11.579800+0000 mgr.smithi018.dxgutx (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:14.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:13 smithi018 bash[14175]: audit 2024-02-10T09:16:12.800364+0000 mon.smithi018 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' 2024-02-10T09:16:14.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:13 smithi018 bash[14175]: cluster 2024-02-10T09:16:13.580130+0000 mgr.smithi018.dxgutx (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:16.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:16 smithi018 bash[14175]: cluster 2024-02-10T09:16:15.580508+0000 mgr.smithi018.dxgutx (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:18.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:18 smithi018 bash[14175]: cluster 2024-02-10T09:16:17.580876+0000 mgr.smithi018.dxgutx (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:20.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:20 smithi018 bash[14175]: cluster 2024-02-10T09:16:19.581264+0000 mgr.smithi018.dxgutx (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:22.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:22 smithi018 bash[14175]: cluster 2024-02-10T09:16:21.581685+0000 mgr.smithi018.dxgutx (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:24.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:24 smithi018 bash[14175]: cluster 2024-02-10T09:16:23.582084+0000 mgr.smithi018.dxgutx (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:26.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:26 smithi018 bash[14175]: cluster 2024-02-10T09:16:25.582549+0000 mgr.smithi018.dxgutx (mgr.14156) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:28.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:28 smithi018 bash[14175]: cluster 2024-02-10T09:16:27.582917+0000 mgr.smithi018.dxgutx (mgr.14156) 25 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:30.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:30 smithi018 bash[14175]: cluster 2024-02-10T09:16:29.583333+0000 mgr.smithi018.dxgutx (mgr.14156) 26 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:32.936 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:32 smithi018 bash[14175]: cluster 2024-02-10T09:16:31.583787+0000 mgr.smithi018.dxgutx (mgr.14156) 27 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:32.936 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:32 smithi018 bash[14175]: audit 2024-02-10T09:16:32.477024+0000 mon.smithi018 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' 2024-02-10T09:16:33.771 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:33 smithi018 bash[14175]: cephadm 2024-02-10T09:16:32.482497+0000 mgr.smithi018.dxgutx (mgr.14156) 28 : cephadm [INF] Deploying daemon node-exporter.smithi018 on smithi018 2024-02-10T09:16:33.771 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:33 smithi018 bash[14175]: audit 2024-02-10T09:16:32.808933+0000 mon.smithi018 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' 2024-02-10T09:16:33.771 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:33 smithi018 bash[14175]: audit 2024-02-10T09:16:33.198792+0000 mon.smithi018 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' 2024-02-10T09:16:33.771 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:33 smithi018 bash[14175]: audit 2024-02-10T09:16:33.202222+0000 mon.smithi018 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-10T09:16:34.863 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:34 smithi018 bash[14175]: cluster 2024-02-10T09:16:33.584297+0000 mgr.smithi018.dxgutx (mgr.14156) 29 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:34.863 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:34 smithi018 bash[14175]: audit 2024-02-10T09:16:34.202650+0000 mon.smithi018 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.18:0/3084198254' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-10T09:16:34.864 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:34 smithi018 bash[14175]: cluster 2024-02-10T09:16:34.202741+0000 mon.smithi018 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi018.dxgutx(active, since 56s) 2024-02-10T09:16:41.386 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:41 smithi018 bash[14175]: cluster 2024-02-10T09:16:41.235896+0000 mon.smithi018 (mon.0) 115 : cluster [INF] Active manager daemon smithi018.dxgutx restarted 2024-02-10T09:16:41.386 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:41 smithi018 bash[14175]: cluster 2024-02-10T09:16:41.236470+0000 mon.smithi018 (mon.0) 116 : cluster [INF] Activating manager daemon smithi018.dxgutx 2024-02-10T09:16:41.386 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:41 smithi018 bash[14175]: cluster 2024-02-10T09:16:41.242282+0000 mon.smithi018 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-10T09:16:41.386 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:41 smithi018 bash[14175]: cluster 2024-02-10T09:16:41.242461+0000 mon.smithi018 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi018.dxgutx(active, starting, since 0.0061739s) 2024-02-10T09:16:41.387 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:41 smithi018 bash[14175]: audit 2024-02-10T09:16:41.244734+0000 mon.smithi018 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mon metadata", "id": "smithi018"}]: dispatch 2024-02-10T09:16:41.387 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:41 smithi018 bash[14175]: audit 2024-02-10T09:16:41.245782+0000 mon.smithi018 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mgr metadata", "who": "smithi018.dxgutx", "id": "smithi018.dxgutx"}]: dispatch 2024-02-10T09:16:41.387 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:41 smithi018 bash[14175]: audit 2024-02-10T09:16:41.246729+0000 mon.smithi018 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T09:16:41.387 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:41 smithi018 bash[14175]: audit 2024-02-10T09:16:41.246930+0000 mon.smithi018 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T09:16:41.387 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:41 smithi018 bash[14175]: audit 2024-02-10T09:16:41.247110+0000 mon.smithi018 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T09:16:41.387 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:41 smithi018 bash[14175]: cluster 2024-02-10T09:16:41.269798+0000 mon.smithi018 (mon.0) 124 : cluster [INF] Manager daemon smithi018.dxgutx is now available 2024-02-10T09:16:42.458 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:42 smithi018 bash[14175]: audit 2024-02-10T09:16:41.406543+0000 mon.smithi018 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:16:42.458 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:42 smithi018 bash[14175]: audit 2024-02-10T09:16:41.412247+0000 mon.smithi018 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:16:42.458 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:42 smithi018 bash[14175]: audit 2024-02-10T09:16:41.440358+0000 mon.smithi018 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:16:42.458 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:42 smithi018 bash[14175]: audit 2024-02-10T09:16:41.464899+0000 mon.smithi018 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.dxgutx/mirror_snapshot_schedule"}]: dispatch 2024-02-10T09:16:42.458 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:42 smithi018 bash[14175]: audit 2024-02-10T09:16:41.468909+0000 mon.smithi018 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.dxgutx/trash_purge_schedule"}]: dispatch 2024-02-10T09:16:42.458 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:42 smithi018 bash[14175]: cluster 2024-02-10T09:16:42.246645+0000 mon.smithi018 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi018.dxgutx(active, since 1.01036s) 2024-02-10T09:16:43.516 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:43 smithi018 bash[14175]: audit 2024-02-10T09:16:43.224940+0000 mgr.smithi018.dxgutx (mgr.14180) 1 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi164", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:16:44.093 INFO:teuthology.orchestra.run.smithi164.stdout:Added host 'smithi164' with addr '172.21.15.164' 2024-02-10T09:16:44.568 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:44 smithi018 bash[14175]: cluster 2024-02-10T09:16:43.371282+0000 mon.smithi018 (mon.0) 131 : cluster [DBG] mgrmap e17: smithi018.dxgutx(active, since 2s) 2024-02-10T09:16:44.569 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:44 smithi018 bash[14175]: audit 2024-02-10T09:16:44.090418+0000 mon.smithi018 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:16:44.569 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:44 smithi018 bash[14175]: cephadm 2024-02-10T09:16:44.091118+0000 mgr.smithi018.dxgutx (mgr.14180) 2 : cephadm [INF] Added host smithi164 2024-02-10T09:16:44.823 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch host ls --format=json 2024-02-10T09:16:47.478 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-10T09:16:47.478 INFO:teuthology.orchestra.run.smithi164.stdout:[{"addr": "172.21.15.18", "hostname": "smithi018", "labels": [], "status": ""}, {"addr": "172.21.15.164", "hostname": "smithi164", "labels": [], "status": ""}] 2024-02-10T09:16:48.079 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-10T09:16:48.079 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd crush tunables default 2024-02-10T09:16:48.740 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:48 smithi018 bash[14175]: audit 2024-02-10T09:16:47.251704+0000 mon.smithi018 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:16:48.740 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:48 smithi018 bash[14175]: audit 2024-02-10T09:16:47.523493+0000 mon.smithi018 (mon.0) 134 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd/host:smithi018", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:16:48.740 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:48 smithi018 bash[14175]: audit 2024-02-10T09:16:47.524970+0000 mon.smithi018 (mon.0) 135 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:16:48.741 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:48 smithi018 bash[14175]: audit 2024-02-10T09:16:47.525931+0000 mon.smithi018 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:16:48.741 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:48 smithi018 bash[14175]: audit 2024-02-10T09:16:47.581526+0000 mon.smithi018 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:16:48.741 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:48 smithi018 bash[14175]: audit 2024-02-10T09:16:47.586232+0000 mon.smithi018 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:16:49.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:49 smithi018 bash[14175]: audit 2024-02-10T09:16:47.475655+0000 mgr.smithi018.dxgutx (mgr.14180) 3 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:16:49.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:49 smithi018 bash[14175]: cephadm 2024-02-10T09:16:47.527902+0000 mgr.smithi018.dxgutx (mgr.14180) 4 : cephadm [INF] Updating smithi018:/etc/ceph/ceph.conf 2024-02-10T09:16:49.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:49 smithi018 bash[14175]: cephadm 2024-02-10T09:16:47.548678+0000 mgr.smithi018.dxgutx (mgr.14180) 5 : cephadm [INF] Updating smithi018:/etc/ceph/ceph.client.admin.keyring 2024-02-10T09:16:49.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:49 smithi018 bash[14175]: cephadm 2024-02-10T09:16:47.602941+0000 mgr.smithi018.dxgutx (mgr.14180) 6 : cephadm [INF] Deploying daemon prometheus.smithi018 on smithi018 2024-02-10T09:16:53.378 INFO:teuthology.orchestra.run.smithi018.stderr:adjusted tunables profile to default 2024-02-10T09:16:53.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:53 smithi018 bash[14175]: audit 2024-02-10T09:16:53.344960+0000 mon.smithi018 (mon.0) 139 : audit [INF] from='client.? 172.21.15.18:0/3699788018' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-10T09:16:54.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:54 smithi018 bash[14175]: audit 2024-02-10T09:16:53.373649+0000 mon.smithi018 (mon.0) 140 : audit [INF] from='client.? 172.21.15.18:0/3699788018' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-10T09:16:54.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:54 smithi018 bash[14175]: cluster 2024-02-10T09:16:53.373704+0000 mon.smithi018 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-10T09:16:55.525 INFO:tasks.cephadm:Adding mon.smithi018 on smithi018 2024-02-10T09:16:55.525 INFO:tasks.cephadm:Adding mon.smithi164 on smithi164 2024-02-10T09:16:55.526 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch apply mon '2;smithi018:172.21.15.18=smithi018;smithi164:172.21.15.164=smithi164' 2024-02-10T09:16:58.284 INFO:teuthology.orchestra.run.smithi164.stdout:Scheduled mon update... 2024-02-10T09:16:58.826 DEBUG:teuthology.orchestra.run.smithi164:mon.smithi164> sudo journalctl -f -n 0 -u ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715@mon.smithi164.service 2024-02-10T09:16:58.829 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:16:58.829 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:16:59.294 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-02-10T09:16:59.616 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:59 smithi018 bash[14175]: audit 2024-02-10T09:16:58.274476+0000 mgr.smithi018.dxgutx (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi018:172.21.15.18=smithi018;smithi164:172.21.15.164=smithi164", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:16:59.616 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:59 smithi018 bash[14175]: cephadm 2024-02-10T09:16:58.277394+0000 mgr.smithi018.dxgutx (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi018:172.21.15.18=smithi018;smithi164:172.21.15.164=smithi164;count:2 2024-02-10T09:16:59.616 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:16:59 smithi018 bash[14175]: audit 2024-02-10T09:16:58.281996+0000 mon.smithi018 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:01.641 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-10T09:17:01.642 INFO:teuthology.orchestra.run.smithi164.stdout:{"epoch":1,"fsid":"a4ea9902-c7f4-11ee-95b8-87774f69a715","modified":"2024-02-10T09:14:21.014679Z","created":"2024-02-10T09:14:21.014679Z","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":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:17:01.644 INFO:teuthology.orchestra.run.smithi164.stderr:dumped monmap epoch 1 2024-02-10T09:17:02.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:01 smithi018 bash[14175]: audit 2024-02-10T09:17:00.792744+0000 mon.smithi018 (mon.0) 143 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:02.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:01 smithi018 bash[14175]: audit 2024-02-10T09:17:00.794996+0000 mon.smithi018 (mon.0) 144 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:17:02.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:01 smithi018 bash[14175]: cluster 2024-02-10T09:17:01.248735+0000 mgr.smithi018.dxgutx (mgr.14180) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:02.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:01 smithi018 bash[14175]: audit 2024-02-10T09:17:01.336018+0000 mon.smithi018 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:02.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:01 smithi018 bash[14175]: audit 2024-02-10T09:17:01.460517+0000 mon.smithi018 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:02.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:01 smithi018 bash[14175]: audit 2024-02-10T09:17:01.639730+0000 mon.smithi018 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.164:0/3620503876' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:17:03.236 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:17:03.236 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:17:04.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:04 smithi018 bash[14175]: audit 2024-02-10T09:17:03.220688+0000 mon.smithi018 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:04.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:04 smithi018 bash[14175]: cluster 2024-02-10T09:17:03.249224+0000 mgr.smithi018.dxgutx (mgr.14180) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:05.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:05 smithi018 bash[14175]: cluster 2024-02-10T09:17:05.249685+0000 mgr.smithi018.dxgutx (mgr.14180) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:06.365 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-10T09:17:06.366 INFO:teuthology.orchestra.run.smithi164.stdout:{"epoch":1,"fsid":"a4ea9902-c7f4-11ee-95b8-87774f69a715","modified":"2024-02-10T09:14:21.014679Z","created":"2024-02-10T09:14:21.014679Z","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":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:17:06.368 INFO:teuthology.orchestra.run.smithi164.stderr:dumped monmap epoch 1 2024-02-10T09:17:06.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:06 smithi018 bash[14175]: audit 2024-02-10T09:17:06.363959+0000 mon.smithi018 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.164:0/658569800' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:17:07.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:07 smithi018 bash[14175]: audit 2024-02-10T09:17:06.605329+0000 mon.smithi018 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:07.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:07 smithi018 bash[14175]: cluster 2024-02-10T09:17:07.250113+0000 mgr.smithi018.dxgutx (mgr.14180) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:08.244 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:17:08.245 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:17:09.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:09 smithi018 bash[14175]: cluster 2024-02-10T09:17:09.250549+0000 mgr.smithi018.dxgutx (mgr.14180) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:11.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:10 smithi018 bash[14175]: audit 2024-02-10T09:17:09.969220+0000 mon.smithi018 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:11.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:10 smithi018 bash[14175]: audit 2024-02-10T09:17:10.441975+0000 mon.smithi018 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:11.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:10 smithi018 bash[14175]: audit 2024-02-10T09:17:10.444046+0000 mon.smithi018 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd/host:smithi164", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:17:11.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:10 smithi018 bash[14175]: audit 2024-02-10T09:17:10.446078+0000 mon.smithi018 (mon.0) 154 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:17:11.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:10 smithi018 bash[14175]: audit 2024-02-10T09:17:10.447820+0000 mon.smithi018 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:17:11.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:10 smithi018 bash[14175]: audit 2024-02-10T09:17:10.553189+0000 mon.smithi018 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:11.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:10 smithi018 bash[14175]: audit 2024-02-10T09:17:10.558232+0000 mon.smithi018 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:11.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:10 smithi018 bash[14175]: audit 2024-02-10T09:17:10.561287+0000 mon.smithi018 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi164", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-10T09:17:11.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:10 smithi018 bash[14175]: audit 2024-02-10T09:17:10.564216+0000 mon.smithi018 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi164", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-10T09:17:11.225 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:10 smithi018 bash[14175]: audit 2024-02-10T09:17:10.565399+0000 mon.smithi018 (mon.0) 160 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:17:12.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:11 smithi018 bash[14175]: cephadm 2024-02-10T09:17:10.450343+0000 mgr.smithi018.dxgutx (mgr.14180) 14 : cephadm [INF] Updating smithi164:/etc/ceph/ceph.conf 2024-02-10T09:17:12.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:11 smithi018 bash[14175]: cephadm 2024-02-10T09:17:10.497497+0000 mgr.smithi018.dxgutx (mgr.14180) 15 : cephadm [INF] Updating smithi164:/etc/ceph/ceph.client.admin.keyring 2024-02-10T09:17:12.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:11 smithi018 bash[14175]: cephadm 2024-02-10T09:17:10.566478+0000 mgr.smithi018.dxgutx (mgr.14180) 16 : cephadm [INF] Deploying daemon crash.smithi164 on smithi164 2024-02-10T09:17:12.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:11 smithi018 bash[14175]: cluster 2024-02-10T09:17:11.250932+0000 mgr.smithi018.dxgutx (mgr.14180) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:12.245 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-10T09:17:12.245 INFO:teuthology.orchestra.run.smithi164.stdout:{"epoch":1,"fsid":"a4ea9902-c7f4-11ee-95b8-87774f69a715","modified":"2024-02-10T09:14:21.014679Z","created":"2024-02-10T09:14:21.014679Z","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":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:17:12.248 INFO:teuthology.orchestra.run.smithi164.stderr:dumped monmap epoch 1 2024-02-10T09:17:13.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:12 smithi018 bash[14175]: audit 2024-02-10T09:17:12.243467+0000 mon.smithi018 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.164:0/2167466365' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:17:14.012 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:17:14.013 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:17:14.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:13 smithi018 bash[14175]: cluster 2024-02-10T09:17:13.251398+0000 mgr.smithi018.dxgutx (mgr.14180) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:14.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:13 smithi018 bash[14175]: audit 2024-02-10T09:17:13.778348+0000 mon.smithi018 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:14.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:13 smithi018 bash[14175]: audit 2024-02-10T09:17:13.782339+0000 mon.smithi018 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi164.tdjvfj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T09:17:14.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:13 smithi018 bash[14175]: audit 2024-02-10T09:17:13.785772+0000 mon.smithi018 (mon.0) 164 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi164.tdjvfj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-10T09:17:14.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:13 smithi018 bash[14175]: audit 2024-02-10T09:17:13.787115+0000 mon.smithi018 (mon.0) 165 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T09:17:14.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:13 smithi018 bash[14175]: audit 2024-02-10T09:17:13.788608+0000 mon.smithi018 (mon.0) 166 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:17:15.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:14 smithi018 bash[14175]: cephadm 2024-02-10T09:17:13.789695+0000 mgr.smithi018.dxgutx (mgr.14180) 19 : cephadm [INF] Deploying daemon mgr.smithi164.tdjvfj on smithi164 2024-02-10T09:17:16.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:15 smithi018 bash[14175]: cluster 2024-02-10T09:17:15.251853+0000 mgr.smithi018.dxgutx (mgr.14180) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:17.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:17 smithi018 bash[14175]: audit 2024-02-10T09:17:16.468262+0000 mon.smithi018 (mon.0) 167 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:17.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:17 smithi018 bash[14175]: audit 2024-02-10T09:17:17.033982+0000 mon.smithi018 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:17.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:17 smithi018 bash[14175]: audit 2024-02-10T09:17:17.037459+0000 mon.smithi018 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T09:17:17.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:17 smithi018 bash[14175]: audit 2024-02-10T09:17:17.038869+0000 mon.smithi018 (mon.0) 170 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:17:17.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:17 smithi018 bash[14175]: cephadm 2024-02-10T09:17:17.040328+0000 mgr.smithi018.dxgutx (mgr.14180) 21 : cephadm [INF] Deploying daemon mon.smithi164 on smithi164 2024-02-10T09:17:17.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:17 smithi018 bash[14175]: cluster 2024-02-10T09:17:17.252264+0000 mgr.smithi018.dxgutx (mgr.14180) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:18.260 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-10T09:17:18.260 INFO:teuthology.orchestra.run.smithi164.stdout:{"epoch":1,"fsid":"a4ea9902-c7f4-11ee-95b8-87774f69a715","modified":"2024-02-10T09:14:21.014679Z","created":"2024-02-10T09:14:21.014679Z","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":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:17:18.263 INFO:teuthology.orchestra.run.smithi164.stderr:dumped monmap epoch 1 2024-02-10T09:17:19.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:19 smithi018 bash[14175]: audit 2024-02-10T09:17:18.258608+0000 mon.smithi018 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.164:0/2637235429' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:17:20.236 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:17:20.236 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:17:20.296 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:20 smithi018 bash[14175]: cluster 2024-02-10T09:17:19.252710+0000 mgr.smithi018.dxgutx (mgr.14180) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:21.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:21 smithi018 bash[14175]: cluster 2024-02-10T09:17:21.253109+0000 mgr.smithi018.dxgutx (mgr.14180) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:22.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:22 smithi018 bash[14175]: audit 2024-02-10T09:17:21.474738+0000 mon.smithi018 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:22.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:22 smithi018 bash[14175]: audit 2024-02-10T09:17:21.926648+0000 mon.smithi018 (mon.0) 173 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:22.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:22 smithi018 bash[14175]: cephadm 2024-02-10T09:17:21.929468+0000 mgr.smithi018.dxgutx (mgr.14180) 25 : cephadm [INF] Deploying daemon node-exporter.smithi164 on smithi164 2024-02-10T09:17:24.179 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:24 smithi164 bash[18308]: debug 2024-02-10T09:17:24.131+0000 7f0afef62880 1 mon.smithi164@-1(???) e0 preinit fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:17:24.179 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:24 smithi164 bash[18308]: debug 2024-02-10T09:17:24.171+0000 7f0ae8558700 0 mon.smithi164@-1(synchronizing).mds e1 new map 2024-02-10T09:17:24.179 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:24 smithi164 bash[18308]: debug 2024-02-10T09:17:24.171+0000 7f0ae8558700 0 mon.smithi164@-1(synchronizing).mds e1 print_map 2024-02-10T09:17:24.179 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:24 smithi164 bash[18308]: e1 2024-02-10T09:17:24.179 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:24 smithi164 bash[18308]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-10T09:17:24.179 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:24 smithi164 bash[18308]: 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-10T09:17:24.179 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:24 smithi164 bash[18308]: legacy client fscid: -1 2024-02-10T09:17:24.179 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:24 smithi164 bash[18308]: 2024-02-10T09:17:24.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:23 smithi018 bash[14175]: audit 2024-02-10T09:17:22.726376+0000 mon.smithi018 (mon.0) 174 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:24.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:23 smithi018 bash[14175]: audit 2024-02-10T09:17:22.729470+0000 mon.smithi018 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:17:24.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:23 smithi018 bash[14175]: cluster 2024-02-10T09:17:23.253543+0000 mgr.smithi018.dxgutx (mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:24.489 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:24 smithi164 bash[18308]: No filesystems configured 2024-02-10T09:17:24.490 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:24 smithi164 bash[18308]: debug 2024-02-10T09:17:24.171+0000 7f0ae8558700 1 mon.smithi164@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-10T09:17:24.490 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:24 smithi164 bash[18308]: debug 2024-02-10T09:17:24.171+0000 7f0ae8558700 1 mon.smithi164@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-02-10T09:17:24.490 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:24 smithi164 bash[18308]: debug 2024-02-10T09:17:24.171+0000 7f0ae8558700 1 mon.smithi164@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-10T09:17:24.490 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:24 smithi164 bash[18308]: debug 2024-02-10T09:17:24.171+0000 7f0ae8558700 1 mon.smithi164@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-10T09:17:24.490 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:24 smithi164 bash[18308]: debug 2024-02-10T09:17:24.171+0000 7f0ae8558700 1 mon.smithi164@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-10T09:17:24.490 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:24 smithi164 bash[18308]: debug 2024-02-10T09:17:24.171+0000 7f0ae8558700 1 mon.smithi164@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-10T09:17:24.490 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:24 smithi164 bash[18308]: debug 2024-02-10T09:17:24.171+0000 7f0ae8558700 1 mon.smithi164@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-02-10T09:17:24.490 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:24 smithi164 bash[18308]: debug 2024-02-10T09:17:24.171+0000 7f0ae8558700 0 mon.smithi164@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-10T09:17:24.490 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:24 smithi164 bash[18308]: debug 2024-02-10T09:17:24.171+0000 7f0ae8558700 0 mon.smithi164@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T09:17:24.490 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:24 smithi164 bash[18308]: debug 2024-02-10T09:17:24.171+0000 7f0ae8558700 0 mon.smithi164@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T09:17:24.490 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:24 smithi164 bash[18308]: debug 2024-02-10T09:17:24.171+0000 7f0ae8558700 0 mon.smithi164@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T09:17:24.490 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:24 smithi164 bash[18308]: audit 2024-02-10T09:17:22.726376+0000 mon.smithi018 (mon.0) 174 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:24.491 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:24 smithi164 bash[18308]: audit 2024-02-10T09:17:22.729470+0000 mon.smithi018 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:17:24.491 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:24 smithi164 bash[18308]: cluster 2024-02-10T09:17:23.253543+0000 mgr.smithi018.dxgutx (mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:24.491 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:24 smithi164 bash[18308]: debug 2024-02-10T09:17:24.175+0000 7f0ae8558700 1 mon.smithi164@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-02-10T09:17:29.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: audit 2024-02-10T09:17:24.190239+0000 mon.smithi018 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mon metadata", "id": "smithi018"}]: dispatch 2024-02-10T09:17:29.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: cluster 2024-02-10T09:17:24.190664+0000 mon.smithi018 (mon.0) 178 : cluster [INF] mon.smithi018 calling monitor election 2024-02-10T09:17:29.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: audit 2024-02-10T09:17:24.192482+0000 mon.smithi018 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-10T09:17:29.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: audit 2024-02-10T09:17:25.185550+0000 mon.smithi018 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-10T09:17:29.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: cluster 2024-02-10T09:17:25.253968+0000 mgr.smithi018.dxgutx (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:29.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: audit 2024-02-10T09:17:25.413814+0000 mon.smithi018 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.164:0/852721075' entity='mgr.smithi164.tdjvfj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi164.tdjvfj/crt"}]: dispatch 2024-02-10T09:17:29.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: audit 2024-02-10T09:17:26.186325+0000 mon.smithi018 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-10T09:17:29.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: cluster 2024-02-10T09:17:26.187808+0000 mon.smithi164 (mon.1) 1 : cluster [INF] mon.smithi164 calling monitor election 2024-02-10T09:17:29.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: audit 2024-02-10T09:17:27.186179+0000 mon.smithi018 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-10T09:17:29.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: cluster 2024-02-10T09:17:27.254355+0000 mgr.smithi018.dxgutx (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:29.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: audit 2024-02-10T09:17:28.186163+0000 mon.smithi018 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-10T09:17:29.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: audit 2024-02-10T09:17:29.186292+0000 mon.smithi018 (mon.0) 185 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-10T09:17:29.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: cluster 2024-02-10T09:17:29.213012+0000 mon.smithi018 (mon.0) 186 : cluster [INF] mon.smithi018 is new leader, mons smithi018,smithi164 in quorum (ranks 0,1) 2024-02-10T09:17:29.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: cluster 2024-02-10T09:17:29.218682+0000 mon.smithi018 (mon.0) 187 : cluster [DBG] monmap e2: 2 mons at {smithi018=[v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0],smithi164=[v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0]} removed_ranks: {} 2024-02-10T09:17:29.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: cluster 2024-02-10T09:17:29.239149+0000 mon.smithi018 (mon.0) 188 : cluster [DBG] fsmap 2024-02-10T09:17:29.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: cluster 2024-02-10T09:17:29.239236+0000 mon.smithi018 (mon.0) 189 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-10T09:17:29.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: cluster 2024-02-10T09:17:29.239635+0000 mon.smithi018 (mon.0) 190 : cluster [DBG] mgrmap e17: smithi018.dxgutx(active, since 48s) 2024-02-10T09:17:29.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: cluster 2024-02-10T09:17:29.240998+0000 mon.smithi018 (mon.0) 191 : cluster [DBG] Standby manager daemon smithi164.tdjvfj started 2024-02-10T09:17:29.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: audit 2024-02-10T09:17:29.243776+0000 mon.smithi018 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.164:0/852721075' entity='mgr.smithi164.tdjvfj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T09:17:29.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: cluster 2024-02-10T09:17:29.247206+0000 mon.smithi018 (mon.0) 193 : cluster [INF] overall HEALTH_OK 2024-02-10T09:17:29.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: audit 2024-02-10T09:17:29.248024+0000 mon.smithi018 (mon.0) 194 : audit [DBG] from='mgr.? 172.21.15.164:0/852721075' entity='mgr.smithi164.tdjvfj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi164.tdjvfj/key"}]: dispatch 2024-02-10T09:17:29.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: audit 2024-02-10T09:17:29.250158+0000 mon.smithi018 (mon.0) 195 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:29.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: audit 2024-02-10T09:17:29.251139+0000 mon.smithi018 (mon.0) 196 : audit [DBG] from='mgr.? 172.21.15.164:0/852721075' entity='mgr.smithi164.tdjvfj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T09:17:29.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: audit 2024-02-10T09:17:29.253745+0000 mon.smithi018 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:29.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: cluster 2024-02-10T09:17:29.254637+0000 mgr.smithi018.dxgutx (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:29.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: audit 2024-02-10T09:17:29.255076+0000 mon.smithi018 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:17:29.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: audit 2024-02-10T09:17:29.256490+0000 mon.smithi018 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:17:29.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: cephadm 2024-02-10T09:17:29.258205+0000 mgr.smithi018.dxgutx (mgr.14180) 30 : cephadm [INF] Updating smithi018:/etc/ceph/ceph.conf 2024-02-10T09:17:29.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: cephadm 2024-02-10T09:17:29.258838+0000 mgr.smithi018.dxgutx (mgr.14180) 31 : cephadm [INF] Updating smithi164:/etc/ceph/ceph.conf 2024-02-10T09:17:29.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: audit 2024-02-10T09:17:29.284925+0000 mon.smithi018 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:29.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:29 smithi164 bash[18308]: audit 2024-02-10T09:17:29.290319+0000 mon.smithi018 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:29.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: audit 2024-02-10T09:17:24.190239+0000 mon.smithi018 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mon metadata", "id": "smithi018"}]: dispatch 2024-02-10T09:17:29.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: cluster 2024-02-10T09:17:24.190664+0000 mon.smithi018 (mon.0) 178 : cluster [INF] mon.smithi018 calling monitor election 2024-02-10T09:17:29.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: audit 2024-02-10T09:17:24.192482+0000 mon.smithi018 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-10T09:17:29.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: audit 2024-02-10T09:17:25.185550+0000 mon.smithi018 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-10T09:17:29.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: cluster 2024-02-10T09:17:25.253968+0000 mgr.smithi018.dxgutx (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:29.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: audit 2024-02-10T09:17:25.413814+0000 mon.smithi018 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.164:0/852721075' entity='mgr.smithi164.tdjvfj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi164.tdjvfj/crt"}]: dispatch 2024-02-10T09:17:29.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: audit 2024-02-10T09:17:26.186325+0000 mon.smithi018 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-10T09:17:29.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: cluster 2024-02-10T09:17:26.187808+0000 mon.smithi164 (mon.1) 1 : cluster [INF] mon.smithi164 calling monitor election 2024-02-10T09:17:29.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: audit 2024-02-10T09:17:27.186179+0000 mon.smithi018 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-10T09:17:29.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: cluster 2024-02-10T09:17:27.254355+0000 mgr.smithi018.dxgutx (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:29.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: audit 2024-02-10T09:17:28.186163+0000 mon.smithi018 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-10T09:17:29.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: audit 2024-02-10T09:17:29.186292+0000 mon.smithi018 (mon.0) 185 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-10T09:17:29.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: cluster 2024-02-10T09:17:29.213012+0000 mon.smithi018 (mon.0) 186 : cluster [INF] mon.smithi018 is new leader, mons smithi018,smithi164 in quorum (ranks 0,1) 2024-02-10T09:17:29.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: cluster 2024-02-10T09:17:29.218682+0000 mon.smithi018 (mon.0) 187 : cluster [DBG] monmap e2: 2 mons at {smithi018=[v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0],smithi164=[v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0]} removed_ranks: {} 2024-02-10T09:17:29.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: cluster 2024-02-10T09:17:29.239149+0000 mon.smithi018 (mon.0) 188 : cluster [DBG] fsmap 2024-02-10T09:17:29.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: cluster 2024-02-10T09:17:29.239236+0000 mon.smithi018 (mon.0) 189 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-10T09:17:29.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: cluster 2024-02-10T09:17:29.239635+0000 mon.smithi018 (mon.0) 190 : cluster [DBG] mgrmap e17: smithi018.dxgutx(active, since 48s) 2024-02-10T09:17:29.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: cluster 2024-02-10T09:17:29.240998+0000 mon.smithi018 (mon.0) 191 : cluster [DBG] Standby manager daemon smithi164.tdjvfj started 2024-02-10T09:17:29.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: audit 2024-02-10T09:17:29.243776+0000 mon.smithi018 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.164:0/852721075' entity='mgr.smithi164.tdjvfj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T09:17:29.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: cluster 2024-02-10T09:17:29.247206+0000 mon.smithi018 (mon.0) 193 : cluster [INF] overall HEALTH_OK 2024-02-10T09:17:29.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: audit 2024-02-10T09:17:29.248024+0000 mon.smithi018 (mon.0) 194 : audit [DBG] from='mgr.? 172.21.15.164:0/852721075' entity='mgr.smithi164.tdjvfj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi164.tdjvfj/key"}]: dispatch 2024-02-10T09:17:29.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: audit 2024-02-10T09:17:29.250158+0000 mon.smithi018 (mon.0) 195 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:29.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: audit 2024-02-10T09:17:29.251139+0000 mon.smithi018 (mon.0) 196 : audit [DBG] from='mgr.? 172.21.15.164:0/852721075' entity='mgr.smithi164.tdjvfj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T09:17:29.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: audit 2024-02-10T09:17:29.253745+0000 mon.smithi018 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:29.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: cluster 2024-02-10T09:17:29.254637+0000 mgr.smithi018.dxgutx (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:29.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: audit 2024-02-10T09:17:29.255076+0000 mon.smithi018 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:17:29.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: audit 2024-02-10T09:17:29.256490+0000 mon.smithi018 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:17:29.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: cephadm 2024-02-10T09:17:29.258205+0000 mgr.smithi018.dxgutx (mgr.14180) 30 : cephadm [INF] Updating smithi018:/etc/ceph/ceph.conf 2024-02-10T09:17:29.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: cephadm 2024-02-10T09:17:29.258838+0000 mgr.smithi018.dxgutx (mgr.14180) 31 : cephadm [INF] Updating smithi164:/etc/ceph/ceph.conf 2024-02-10T09:17:29.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: audit 2024-02-10T09:17:29.284925+0000 mon.smithi018 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:29.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:29 smithi018 bash[14175]: audit 2024-02-10T09:17:29.290319+0000 mon.smithi018 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:30.554 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:30 smithi018 bash[14175]: cluster 2024-02-10T09:17:29.304401+0000 mon.smithi018 (mon.0) 202 : cluster [DBG] mgrmap e18: smithi018.dxgutx(active, since 48s), standbys: smithi164.tdjvfj 2024-02-10T09:17:30.554 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:30 smithi018 bash[14175]: audit 2024-02-10T09:17:29.304458+0000 mon.smithi018 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:30.554 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:30 smithi018 bash[14175]: audit 2024-02-10T09:17:29.304684+0000 mon.smithi018 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mgr metadata", "who": "smithi164.tdjvfj", "id": "smithi164.tdjvfj"}]: dispatch 2024-02-10T09:17:30.554 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:30 smithi018 bash[14175]: cephadm 2024-02-10T09:17:29.308847+0000 mgr.smithi018.dxgutx (mgr.14180) 32 : cephadm [INF] Reconfiguring mon.smithi018 (unknown last config time)... 2024-02-10T09:17:30.554 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:30 smithi018 bash[14175]: audit 2024-02-10T09:17:29.309208+0000 mon.smithi018 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T09:17:30.554 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:30 smithi018 bash[14175]: audit 2024-02-10T09:17:29.310230+0000 mon.smithi018 (mon.0) 206 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T09:17:30.554 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:30 smithi018 bash[14175]: audit 2024-02-10T09:17:29.311318+0000 mon.smithi018 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:17:30.554 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:30 smithi018 bash[14175]: cephadm 2024-02-10T09:17:29.312392+0000 mgr.smithi018.dxgutx (mgr.14180) 33 : cephadm [INF] Reconfiguring daemon mon.smithi018 on smithi018 2024-02-10T09:17:30.554 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:30 smithi018 bash[14175]: audit 2024-02-10T09:17:30.186315+0000 mon.smithi018 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-10T09:17:30.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:30 smithi164 bash[18308]: cluster 2024-02-10T09:17:29.304401+0000 mon.smithi018 (mon.0) 202 : cluster [DBG] mgrmap e18: smithi018.dxgutx(active, since 48s), standbys: smithi164.tdjvfj 2024-02-10T09:17:30.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:30 smithi164 bash[18308]: audit 2024-02-10T09:17:29.304458+0000 mon.smithi018 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:30.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:30 smithi164 bash[18308]: audit 2024-02-10T09:17:29.304684+0000 mon.smithi018 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mgr metadata", "who": "smithi164.tdjvfj", "id": "smithi164.tdjvfj"}]: dispatch 2024-02-10T09:17:30.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:30 smithi164 bash[18308]: cephadm 2024-02-10T09:17:29.308847+0000 mgr.smithi018.dxgutx (mgr.14180) 32 : cephadm [INF] Reconfiguring mon.smithi018 (unknown last config time)... 2024-02-10T09:17:30.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:30 smithi164 bash[18308]: audit 2024-02-10T09:17:29.309208+0000 mon.smithi018 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T09:17:30.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:30 smithi164 bash[18308]: audit 2024-02-10T09:17:29.310230+0000 mon.smithi018 (mon.0) 206 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T09:17:30.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:30 smithi164 bash[18308]: audit 2024-02-10T09:17:29.311318+0000 mon.smithi018 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:17:30.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:30 smithi164 bash[18308]: cephadm 2024-02-10T09:17:29.312392+0000 mgr.smithi018.dxgutx (mgr.14180) 33 : cephadm [INF] Reconfiguring daemon mon.smithi018 on smithi018 2024-02-10T09:17:30.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:30 smithi164 bash[18308]: audit 2024-02-10T09:17:30.186315+0000 mon.smithi018 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mon metadata", "id": "smithi164"}]: dispatch 2024-02-10T09:17:30.766 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-02-10T09:17:30.766 INFO:teuthology.orchestra.run.smithi164.stdout:{"epoch":2,"fsid":"a4ea9902-c7f4-11ee-95b8-87774f69a715","modified":"2024-02-10T09:17:24.185805Z","created":"2024-02-10T09:14:21.014679Z","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":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi164","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:3300","nonce":0},{"type":"v1","addr":"172.21.15.164:6789","nonce":0}]},"addr":"172.21.15.164:6789/0","public_addr":"172.21.15.164:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-10T09:17:30.769 INFO:teuthology.orchestra.run.smithi164.stderr:dumped monmap epoch 2 2024-02-10T09:17:31.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:31 smithi164 bash[18308]: audit 2024-02-10T09:17:30.764836+0000 mon.smithi018 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.164:0/338591924' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:17:31.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:31 smithi164 bash[18308]: cluster 2024-02-10T09:17:31.254969+0000 mgr.smithi018.dxgutx (mgr.14180) 34 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:31.586 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-10T09:17:31.586 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph config generate-minimal-conf 2024-02-10T09:17:31.595 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:31 smithi018 bash[14175]: audit 2024-02-10T09:17:30.764836+0000 mon.smithi018 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.164:0/338591924' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:17:31.595 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:31 smithi018 bash[14175]: cluster 2024-02-10T09:17:31.254969+0000 mgr.smithi018.dxgutx (mgr.14180) 34 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:32.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:32 smithi164 bash[18308]: audit 2024-02-10T09:17:31.302925+0000 mon.smithi018 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:32.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:32 smithi164 bash[18308]: cephadm 2024-02-10T09:17:31.304307+0000 mgr.smithi018.dxgutx (mgr.14180) 35 : cephadm [INF] Reconfiguring mgr.smithi018.dxgutx (unknown last config time)... 2024-02-10T09:17:32.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:32 smithi164 bash[18308]: audit 2024-02-10T09:17:31.307194+0000 mon.smithi018 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi018.dxgutx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T09:17:32.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:32 smithi164 bash[18308]: audit 2024-02-10T09:17:31.311686+0000 mon.smithi018 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T09:17:32.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:32 smithi164 bash[18308]: audit 2024-02-10T09:17:31.312992+0000 mon.smithi018 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:17:32.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:32 smithi164 bash[18308]: cephadm 2024-02-10T09:17:31.314022+0000 mgr.smithi018.dxgutx (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon mgr.smithi018.dxgutx on smithi018 2024-02-10T09:17:32.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:32 smithi018 bash[14175]: audit 2024-02-10T09:17:31.302925+0000 mon.smithi018 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:32.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:32 smithi018 bash[14175]: cephadm 2024-02-10T09:17:31.304307+0000 mgr.smithi018.dxgutx (mgr.14180) 35 : cephadm [INF] Reconfiguring mgr.smithi018.dxgutx (unknown last config time)... 2024-02-10T09:17:32.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:32 smithi018 bash[14175]: audit 2024-02-10T09:17:31.307194+0000 mon.smithi018 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi018.dxgutx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T09:17:32.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:32 smithi018 bash[14175]: audit 2024-02-10T09:17:31.311686+0000 mon.smithi018 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T09:17:32.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:32 smithi018 bash[14175]: audit 2024-02-10T09:17:31.312992+0000 mon.smithi018 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:17:32.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:32 smithi018 bash[14175]: cephadm 2024-02-10T09:17:31.314022+0000 mgr.smithi018.dxgutx (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon mgr.smithi018.dxgutx on smithi018 2024-02-10T09:17:33.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:33 smithi018 bash[14175]: cluster 2024-02-10T09:17:33.255315+0000 mgr.smithi018.dxgutx (mgr.14180) 37 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:33.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:33 smithi164 bash[18308]: cluster 2024-02-10T09:17:33.255315+0000 mgr.smithi018.dxgutx (mgr.14180) 37 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:35.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:35 smithi018 bash[14175]: audit 2024-02-10T09:17:34.216656+0000 mon.smithi018 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:35.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:35 smithi018 bash[14175]: cephadm 2024-02-10T09:17:34.217717+0000 mgr.smithi018.dxgutx (mgr.14180) 38 : cephadm [INF] Reconfiguring alertmanager.smithi018 (dependencies changed)... 2024-02-10T09:17:35.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:35 smithi018 bash[14175]: cephadm 2024-02-10T09:17:34.228677+0000 mgr.smithi018.dxgutx (mgr.14180) 39 : cephadm [INF] Reconfiguring daemon alertmanager.smithi018 on smithi018 2024-02-10T09:17:35.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:35 smithi164 bash[18308]: audit 2024-02-10T09:17:34.216656+0000 mon.smithi018 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:35.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:35 smithi164 bash[18308]: cephadm 2024-02-10T09:17:34.217717+0000 mgr.smithi018.dxgutx (mgr.14180) 38 : cephadm [INF] Reconfiguring alertmanager.smithi018 (dependencies changed)... 2024-02-10T09:17:35.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:35 smithi164 bash[18308]: cephadm 2024-02-10T09:17:34.228677+0000 mgr.smithi018.dxgutx (mgr.14180) 39 : cephadm [INF] Reconfiguring daemon alertmanager.smithi018 on smithi018 2024-02-10T09:17:36.257 INFO:teuthology.orchestra.run.smithi018.stdout:# minimal ceph.conf for a4ea9902-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:17:36.258 INFO:teuthology.orchestra.run.smithi018.stdout:[global] 2024-02-10T09:17:36.258 INFO:teuthology.orchestra.run.smithi018.stdout: fsid = a4ea9902-c7f4-11ee-95b8-87774f69a715 2024-02-10T09:17:36.258 INFO:teuthology.orchestra.run.smithi018.stdout: mon_host = [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] [v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0] 2024-02-10T09:17:36.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:36 smithi018 bash[14175]: cluster 2024-02-10T09:17:35.255681+0000 mgr.smithi018.dxgutx (mgr.14180) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:36.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:36 smithi164 bash[18308]: cluster 2024-02-10T09:17:35.255681+0000 mgr.smithi018.dxgutx (mgr.14180) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:37.253 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-10T09:17:37.253 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-02-10T09:17:37.253 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/ceph/ceph.conf 2024-02-10T09:17:37.368 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-02-10T09:17:37.368 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-10T09:17:37.380 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-02-10T09:17:37.380 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/ceph/ceph.conf 2024-02-10T09:17:37.395 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-02-10T09:17:37.395 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-10T09:17:37.455 INFO:tasks.cephadm:Deploying OSDs... 2024-02-10T09:17:37.455 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-02-10T09:17:37.455 DEBUG:teuthology.orchestra.run.smithi018:> dd if=/scratch_devs of=/dev/stdout 2024-02-10T09:17:37.460 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-10T09:17:37.460 DEBUG:teuthology.orchestra.run.smithi018:> stat /dev/nvme1n1 2024-02-10T09:17:37.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:37 smithi018 bash[14175]: audit 2024-02-10T09:17:36.256487+0000 mon.smithi018 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.18:0/1497015652' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:17:37.479 INFO:teuthology.orchestra.run.smithi018.stdout: File: /dev/nvme1n1 2024-02-10T09:17:37.480 INFO:teuthology.orchestra.run.smithi018.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-10T09:17:37.480 INFO:teuthology.orchestra.run.smithi018.stdout:Device: 5h/5d Inode: 522 Links: 1 Device type: 103,2 2024-02-10T09:17:37.480 INFO:teuthology.orchestra.run.smithi018.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-10T09:17:37.480 INFO:teuthology.orchestra.run.smithi018.stdout:Access: 2024-02-10 09:15:53.428141243 +0000 2024-02-10T09:17:37.480 INFO:teuthology.orchestra.run.smithi018.stdout:Modify: 2024-02-10 09:13:22.605964288 +0000 2024-02-10T09:17:37.480 INFO:teuthology.orchestra.run.smithi018.stdout:Change: 2024-02-10 09:13:22.605964288 +0000 2024-02-10T09:17:37.480 INFO:teuthology.orchestra.run.smithi018.stdout: Birth: - 2024-02-10T09:17:37.480 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-10T09:17:37.537 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records in 2024-02-10T09:17:37.537 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records out 2024-02-10T09:17:37.537 INFO:teuthology.orchestra.run.smithi018.stderr:512 bytes copied, 0.000377469 s, 1.4 MB/s 2024-02-10T09:17:37.538 DEBUG:teuthology.orchestra.run.smithi018:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-10T09:17:37.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:37 smithi164 bash[18308]: audit 2024-02-10T09:17:36.256487+0000 mon.smithi018 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.18:0/1497015652' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:17:37.589 DEBUG:teuthology.orchestra.run.smithi018:> stat /dev/nvme2n1 2024-02-10T09:17:37.639 INFO:teuthology.orchestra.run.smithi018.stdout: File: /dev/nvme2n1 2024-02-10T09:17:37.639 INFO:teuthology.orchestra.run.smithi018.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-10T09:17:37.639 INFO:teuthology.orchestra.run.smithi018.stdout:Device: 5h/5d Inode: 530 Links: 1 Device type: 103,4 2024-02-10T09:17:37.639 INFO:teuthology.orchestra.run.smithi018.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-10T09:17:37.639 INFO:teuthology.orchestra.run.smithi018.stdout:Access: 2024-02-10 09:15:53.448140783 +0000 2024-02-10T09:17:37.639 INFO:teuthology.orchestra.run.smithi018.stdout:Modify: 2024-02-10 09:13:22.726021527 +0000 2024-02-10T09:17:37.639 INFO:teuthology.orchestra.run.smithi018.stdout:Change: 2024-02-10 09:13:22.726021527 +0000 2024-02-10T09:17:37.639 INFO:teuthology.orchestra.run.smithi018.stdout: Birth: - 2024-02-10T09:17:37.639 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-10T09:17:37.695 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records in 2024-02-10T09:17:37.695 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records out 2024-02-10T09:17:37.695 INFO:teuthology.orchestra.run.smithi018.stderr:512 bytes copied, 0.000368179 s, 1.4 MB/s 2024-02-10T09:17:37.696 DEBUG:teuthology.orchestra.run.smithi018:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-10T09:17:37.747 DEBUG:teuthology.orchestra.run.smithi018:> stat /dev/nvme3n1 2024-02-10T09:17:37.797 INFO:teuthology.orchestra.run.smithi018.stdout: File: /dev/nvme3n1 2024-02-10T09:17:37.797 INFO:teuthology.orchestra.run.smithi018.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-10T09:17:37.797 INFO:teuthology.orchestra.run.smithi018.stdout:Device: 5h/5d Inode: 538 Links: 1 Device type: 103,6 2024-02-10T09:17:37.798 INFO:teuthology.orchestra.run.smithi018.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-10T09:17:37.798 INFO:teuthology.orchestra.run.smithi018.stdout:Access: 2024-02-10 09:15:53.464140416 +0000 2024-02-10T09:17:37.798 INFO:teuthology.orchestra.run.smithi018.stdout:Modify: 2024-02-10 09:13:22.842076858 +0000 2024-02-10T09:17:37.798 INFO:teuthology.orchestra.run.smithi018.stdout:Change: 2024-02-10 09:13:22.842076858 +0000 2024-02-10T09:17:37.798 INFO:teuthology.orchestra.run.smithi018.stdout: Birth: - 2024-02-10T09:17:37.798 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-10T09:17:37.851 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records in 2024-02-10T09:17:37.851 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records out 2024-02-10T09:17:37.851 INFO:teuthology.orchestra.run.smithi018.stderr:512 bytes copied, 0.000329327 s, 1.6 MB/s 2024-02-10T09:17:37.852 DEBUG:teuthology.orchestra.run.smithi018:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-10T09:17:37.903 DEBUG:teuthology.orchestra.run.smithi018:> stat /dev/nvme4n1 2024-02-10T09:17:37.951 INFO:teuthology.orchestra.run.smithi018.stdout: File: /dev/nvme4n1 2024-02-10T09:17:37.951 INFO:teuthology.orchestra.run.smithi018.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-10T09:17:37.951 INFO:teuthology.orchestra.run.smithi018.stdout:Device: 5h/5d Inode: 546 Links: 1 Device type: 103,8 2024-02-10T09:17:37.951 INFO:teuthology.orchestra.run.smithi018.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-10T09:17:37.951 INFO:teuthology.orchestra.run.smithi018.stdout:Access: 2024-02-10 09:15:53.480140048 +0000 2024-02-10T09:17:37.951 INFO:teuthology.orchestra.run.smithi018.stdout:Modify: 2024-02-10 09:13:22.958132189 +0000 2024-02-10T09:17:37.951 INFO:teuthology.orchestra.run.smithi018.stdout:Change: 2024-02-10 09:13:22.958132189 +0000 2024-02-10T09:17:37.951 INFO:teuthology.orchestra.run.smithi018.stdout: Birth: - 2024-02-10T09:17:37.951 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-10T09:17:38.009 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records in 2024-02-10T09:17:38.009 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records out 2024-02-10T09:17:38.009 INFO:teuthology.orchestra.run.smithi018.stderr:512 bytes copied, 0.000379172 s, 1.4 MB/s 2024-02-10T09:17:38.010 DEBUG:teuthology.orchestra.run.smithi018:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-10T09:17:38.063 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-02-10T09:17:38.063 DEBUG:teuthology.orchestra.run.smithi164:> dd if=/scratch_devs of=/dev/stdout 2024-02-10T09:17:38.070 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-10T09:17:38.070 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/nvme1n1 2024-02-10T09:17:38.118 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/nvme1n1 2024-02-10T09:17:38.118 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-10T09:17:38.118 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 5h/5d Inode: 522 Links: 1 Device type: 103,2 2024-02-10T09:17:38.118 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-10T09:17:38.118 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2024-02-10 09:17:08.203980773 +0000 2024-02-10T09:17:38.119 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2024-02-10 09:13:24.200286974 +0000 2024-02-10T09:17:38.119 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2024-02-10 09:13:24.200286974 +0000 2024-02-10T09:17:38.119 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2024-02-10T09:17:38.119 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-10T09:17:38.174 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2024-02-10T09:17:38.174 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2024-02-10T09:17:38.174 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.000498053 s, 1.0 MB/s 2024-02-10T09:17:38.175 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-10T09:17:38.228 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/nvme2n1 2024-02-10T09:17:38.279 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/nvme2n1 2024-02-10T09:17:38.279 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-10T09:17:38.279 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 5h/5d Inode: 530 Links: 1 Device type: 103,4 2024-02-10T09:17:38.279 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-10T09:17:38.279 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2024-02-10 09:17:08.223980671 +0000 2024-02-10T09:17:38.279 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2024-02-10 09:13:24.320284207 +0000 2024-02-10T09:17:38.279 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2024-02-10 09:13:24.320284207 +0000 2024-02-10T09:17:38.279 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2024-02-10T09:17:38.279 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-10T09:17:38.338 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2024-02-10T09:17:38.338 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2024-02-10T09:17:38.338 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.00049827 s, 1.0 MB/s 2024-02-10T09:17:38.339 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-10T09:17:38.392 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/nvme3n1 2024-02-10T09:17:38.442 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/nvme3n1 2024-02-10T09:17:38.442 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-10T09:17:38.442 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 5h/5d Inode: 538 Links: 1 Device type: 103,6 2024-02-10T09:17:38.442 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-10T09:17:38.442 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2024-02-10 09:17:08.243980570 +0000 2024-02-10T09:17:38.443 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2024-02-10 09:13:24.436281531 +0000 2024-02-10T09:17:38.443 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2024-02-10 09:13:24.436281531 +0000 2024-02-10T09:17:38.443 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2024-02-10T09:17:38.443 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-10T09:17:38.495 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:38 smithi164 bash[18308]: cluster 2024-02-10T09:17:37.256092+0000 mgr.smithi018.dxgutx (mgr.14180) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:38.498 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2024-02-10T09:17:38.498 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2024-02-10T09:17:38.498 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.000472493 s, 1.1 MB/s 2024-02-10T09:17:38.499 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-10T09:17:38.552 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/nvme4n1 2024-02-10T09:17:38.602 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/nvme4n1 2024-02-10T09:17:38.602 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-10T09:17:38.602 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 5h/5d Inode: 545 Links: 1 Device type: 103,8 2024-02-10T09:17:38.602 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-10T09:17:38.602 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2024-02-10 09:17:08.263980469 +0000 2024-02-10T09:17:38.602 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2024-02-10 09:13:24.548278948 +0000 2024-02-10T09:17:38.602 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2024-02-10 09:13:24.548278948 +0000 2024-02-10T09:17:38.603 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2024-02-10T09:17:38.603 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-10T09:17:38.649 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:38 smithi018 bash[14175]: cluster 2024-02-10T09:17:37.256092+0000 mgr.smithi018.dxgutx (mgr.14180) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:38.662 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2024-02-10T09:17:38.662 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2024-02-10T09:17:38.662 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.000438677 s, 1.2 MB/s 2024-02-10T09:17:38.663 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-10T09:17:38.716 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-02-10T09:17:39.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:39 smithi018 bash[14175]: cluster 2024-02-10T09:17:39.256410+0000 mgr.smithi018.dxgutx (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:39.752 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:39 smithi164 bash[18308]: cluster 2024-02-10T09:17:39.256410+0000 mgr.smithi018.dxgutx (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:41.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:41 smithi018 bash[14175]: audit 2024-02-10T09:17:40.097154+0000 mon.smithi018 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:41.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:41 smithi018 bash[14175]: cephadm 2024-02-10T09:17:40.098387+0000 mgr.smithi018.dxgutx (mgr.14180) 43 : cephadm [INF] Reconfiguring crash.smithi018 (monmap changed)... 2024-02-10T09:17:41.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:41 smithi018 bash[14175]: audit 2024-02-10T09:17:40.098890+0000 mon.smithi018 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi018", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-10T09:17:41.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:41 smithi018 bash[14175]: audit 2024-02-10T09:17:40.100187+0000 mon.smithi018 (mon.0) 218 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:17:41.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:41 smithi018 bash[14175]: cephadm 2024-02-10T09:17:40.101182+0000 mgr.smithi018.dxgutx (mgr.14180) 44 : cephadm [INF] Reconfiguring daemon crash.smithi018 on smithi018 2024-02-10T09:17:41.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:41 smithi164 bash[18308]: audit 2024-02-10T09:17:40.097154+0000 mon.smithi018 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:41.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:41 smithi164 bash[18308]: cephadm 2024-02-10T09:17:40.098387+0000 mgr.smithi018.dxgutx (mgr.14180) 43 : cephadm [INF] Reconfiguring crash.smithi018 (monmap changed)... 2024-02-10T09:17:41.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:41 smithi164 bash[18308]: audit 2024-02-10T09:17:40.098890+0000 mon.smithi018 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi018", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-10T09:17:41.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:41 smithi164 bash[18308]: audit 2024-02-10T09:17:40.100187+0000 mon.smithi018 (mon.0) 218 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:17:41.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:41 smithi164 bash[18308]: cephadm 2024-02-10T09:17:40.101182+0000 mgr.smithi018.dxgutx (mgr.14180) 44 : cephadm [INF] Reconfiguring daemon crash.smithi018 on smithi018 2024-02-10T09:17:41.645 INFO:teuthology.orchestra.run.smithi164.stdout:Scheduled osd.all-available-devices update... 2024-02-10T09:17:42.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:42 smithi164 bash[18308]: cluster 2024-02-10T09:17:41.256821+0000 mgr.smithi018.dxgutx (mgr.14180) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:42.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:42 smithi164 bash[18308]: audit 2024-02-10T09:17:41.643778+0000 mon.smithi018 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:42.339 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-10T09:17:42.339 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T09:17:42.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:42 smithi018 bash[14175]: cluster 2024-02-10T09:17:41.256821+0000 mgr.smithi018.dxgutx (mgr.14180) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:42.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:42 smithi018 bash[14175]: audit 2024-02-10T09:17:41.643778+0000 mon.smithi018 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:43.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:43 smithi018 bash[14175]: audit 2024-02-10T09:17:41.632724+0000 mgr.smithi018.dxgutx (mgr.14180) 46 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:17:43.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:43 smithi018 bash[14175]: cephadm 2024-02-10T09:17:41.637374+0000 mgr.smithi018.dxgutx (mgr.14180) 47 : cephadm [INF] Marking host: smithi018 for OSDSpec preview refresh. 2024-02-10T09:17:43.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:43 smithi018 bash[14175]: cephadm 2024-02-10T09:17:41.637578+0000 mgr.smithi018.dxgutx (mgr.14180) 48 : cephadm [INF] Marking host: smithi164 for OSDSpec preview refresh. 2024-02-10T09:17:43.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:43 smithi018 bash[14175]: cephadm 2024-02-10T09:17:41.638432+0000 mgr.smithi018.dxgutx (mgr.14180) 49 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-10T09:17:43.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:43 smithi018 bash[14175]: audit 2024-02-10T09:17:43.049240+0000 mon.smithi018 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:43.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:43 smithi164 bash[18308]: audit 2024-02-10T09:17:41.632724+0000 mgr.smithi018.dxgutx (mgr.14180) 46 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:17:43.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:43 smithi164 bash[18308]: cephadm 2024-02-10T09:17:41.637374+0000 mgr.smithi018.dxgutx (mgr.14180) 47 : cephadm [INF] Marking host: smithi018 for OSDSpec preview refresh. 2024-02-10T09:17:43.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:43 smithi164 bash[18308]: cephadm 2024-02-10T09:17:41.637578+0000 mgr.smithi018.dxgutx (mgr.14180) 48 : cephadm [INF] Marking host: smithi164 for OSDSpec preview refresh. 2024-02-10T09:17:43.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:43 smithi164 bash[18308]: cephadm 2024-02-10T09:17:41.638432+0000 mgr.smithi018.dxgutx (mgr.14180) 49 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-10T09:17:43.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:43 smithi164 bash[18308]: audit 2024-02-10T09:17:43.049240+0000 mon.smithi018 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:44.432 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:44 smithi018 bash[14175]: cephadm 2024-02-10T09:17:43.050664+0000 mgr.smithi018.dxgutx (mgr.14180) 50 : cephadm [INF] Reconfiguring grafana.smithi018 (dependencies changed)... 2024-02-10T09:17:44.433 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:44 smithi018 bash[14175]: cephadm 2024-02-10T09:17:43.092844+0000 mgr.smithi018.dxgutx (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon grafana.smithi018 on smithi018 2024-02-10T09:17:44.433 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:44 smithi018 bash[14175]: cluster 2024-02-10T09:17:43.257125+0000 mgr.smithi018.dxgutx (mgr.14180) 52 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:44.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:44 smithi164 bash[18308]: cephadm 2024-02-10T09:17:43.050664+0000 mgr.smithi018.dxgutx (mgr.14180) 50 : cephadm [INF] Reconfiguring grafana.smithi018 (dependencies changed)... 2024-02-10T09:17:44.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:44 smithi164 bash[18308]: cephadm 2024-02-10T09:17:43.092844+0000 mgr.smithi018.dxgutx (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon grafana.smithi018 on smithi018 2024-02-10T09:17:44.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:44 smithi164 bash[18308]: cluster 2024-02-10T09:17:43.257125+0000 mgr.smithi018.dxgutx (mgr.14180) 52 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:45.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:45 smithi018 bash[14175]: cluster 2024-02-10T09:17:45.257409+0000 mgr.smithi018.dxgutx (mgr.14180) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:45.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:45 smithi164 bash[18308]: cluster 2024-02-10T09:17:45.257409+0000 mgr.smithi018.dxgutx (mgr.14180) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:47.106 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:17:47.433 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:47 smithi018 bash[14175]: audit 2024-02-10T09:17:47.104670+0000 mon.smithi018 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.18:0/1593875938' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:17:47.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:47 smithi164 bash[18308]: audit 2024-02-10T09:17:47.104670+0000 mon.smithi018 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.18:0/1593875938' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:17:48.285 INFO:teuthology.orchestra.run.smithi018.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-10T09:17:48.345 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:48 smithi018 bash[14175]: cluster 2024-02-10T09:17:47.257705+0000 mgr.smithi018.dxgutx (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:48.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:48 smithi164 bash[18308]: cluster 2024-02-10T09:17:47.257705+0000 mgr.smithi018.dxgutx (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:49.286 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T09:17:49.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:49 smithi018 bash[14175]: cluster 2024-02-10T09:17:49.257974+0000 mgr.smithi018.dxgutx (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:49.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:49 smithi164 bash[18308]: cluster 2024-02-10T09:17:49.257974+0000 mgr.smithi018.dxgutx (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:50.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:50 smithi018 bash[14175]: audit 2024-02-10T09:17:49.422118+0000 mon.smithi018 (mon.0) 222 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:50.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:50 smithi018 bash[14175]: cephadm 2024-02-10T09:17:49.423589+0000 mgr.smithi018.dxgutx (mgr.14180) 56 : cephadm [INF] Reconfiguring prometheus.smithi018 (dependencies changed)... 2024-02-10T09:17:50.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:50 smithi018 bash[14175]: cephadm 2024-02-10T09:17:49.429630+0000 mgr.smithi018.dxgutx (mgr.14180) 57 : cephadm [INF] Reconfiguring daemon prometheus.smithi018 on smithi018 2024-02-10T09:17:50.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:50 smithi164 bash[18308]: audit 2024-02-10T09:17:49.422118+0000 mon.smithi018 (mon.0) 222 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:50.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:50 smithi164 bash[18308]: cephadm 2024-02-10T09:17:49.423589+0000 mgr.smithi018.dxgutx (mgr.14180) 56 : cephadm [INF] Reconfiguring prometheus.smithi018 (dependencies changed)... 2024-02-10T09:17:50.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:50 smithi164 bash[18308]: cephadm 2024-02-10T09:17:49.429630+0000 mgr.smithi018.dxgutx (mgr.14180) 57 : cephadm [INF] Reconfiguring daemon prometheus.smithi018 on smithi018 2024-02-10T09:17:51.706 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:51 smithi018 bash[14175]: cluster 2024-02-10T09:17:51.258420+0000 mgr.smithi018.dxgutx (mgr.14180) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:51.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:51 smithi164 bash[18308]: cluster 2024-02-10T09:17:51.258420+0000 mgr.smithi018.dxgutx (mgr.14180) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:53.756 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:53 smithi018 bash[14175]: cluster 2024-02-10T09:17:53.258775+0000 mgr.smithi018.dxgutx (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:53.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:53 smithi164 bash[18308]: cluster 2024-02-10T09:17:53.258775+0000 mgr.smithi018.dxgutx (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:54.456 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:17:54.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:54 smithi018 bash[14175]: audit 2024-02-10T09:17:54.455180+0000 mon.smithi018 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.18:0/3865928855' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:17:54.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:54 smithi164 bash[18308]: audit 2024-02-10T09:17:54.455180+0000 mon.smithi018 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.18:0/3865928855' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:17:55.442 INFO:teuthology.orchestra.run.smithi018.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-10T09:17:55.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:55 smithi018 bash[14175]: cluster 2024-02-10T09:17:55.259226+0000 mgr.smithi018.dxgutx (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:55.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:55 smithi164 bash[18308]: cluster 2024-02-10T09:17:55.259226+0000 mgr.smithi018.dxgutx (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:56.443 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T09:17:57.447 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:57 smithi164 bash[18308]: audit 2024-02-10T09:17:56.117600+0000 mon.smithi018 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:57.447 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:57 smithi164 bash[18308]: cephadm 2024-02-10T09:17:56.119033+0000 mgr.smithi018.dxgutx (mgr.14180) 61 : cephadm [INF] Reconfiguring crash.smithi164 (monmap changed)... 2024-02-10T09:17:57.447 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:57 smithi164 bash[18308]: audit 2024-02-10T09:17:56.119501+0000 mon.smithi018 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi164", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-10T09:17:57.447 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:57 smithi164 bash[18308]: audit 2024-02-10T09:17:56.120764+0000 mon.smithi018 (mon.0) 226 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:17:57.448 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:57 smithi164 bash[18308]: cephadm 2024-02-10T09:17:56.121743+0000 mgr.smithi018.dxgutx (mgr.14180) 62 : cephadm [INF] Reconfiguring daemon crash.smithi164 on smithi164 2024-02-10T09:17:57.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:57 smithi018 bash[14175]: audit 2024-02-10T09:17:56.117600+0000 mon.smithi018 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:57.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:57 smithi018 bash[14175]: cephadm 2024-02-10T09:17:56.119033+0000 mgr.smithi018.dxgutx (mgr.14180) 61 : cephadm [INF] Reconfiguring crash.smithi164 (monmap changed)... 2024-02-10T09:17:57.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:57 smithi018 bash[14175]: audit 2024-02-10T09:17:56.119501+0000 mon.smithi018 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi164", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-10T09:17:57.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:57 smithi018 bash[14175]: audit 2024-02-10T09:17:56.120764+0000 mon.smithi018 (mon.0) 226 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:17:57.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:57 smithi018 bash[14175]: cephadm 2024-02-10T09:17:56.121743+0000 mgr.smithi018.dxgutx (mgr.14180) 62 : cephadm [INF] Reconfiguring daemon crash.smithi164 on smithi164 2024-02-10T09:17:58.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:58 smithi018 bash[14175]: cluster 2024-02-10T09:17:57.259582+0000 mgr.smithi018.dxgutx (mgr.14180) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:58.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:58 smithi018 bash[14175]: audit 2024-02-10T09:17:57.903011+0000 mon.smithi018 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:58.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:58 smithi018 bash[14175]: audit 2024-02-10T09:17:57.904407+0000 mon.smithi018 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi164.tdjvfj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T09:17:58.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:58 smithi018 bash[14175]: audit 2024-02-10T09:17:57.905575+0000 mon.smithi018 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T09:17:58.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:58 smithi018 bash[14175]: audit 2024-02-10T09:17:57.906681+0000 mon.smithi018 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:17:58.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:58 smithi164 bash[18308]: cluster 2024-02-10T09:17:57.259582+0000 mgr.smithi018.dxgutx (mgr.14180) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:58.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:58 smithi164 bash[18308]: audit 2024-02-10T09:17:57.903011+0000 mon.smithi018 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:17:58.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:58 smithi164 bash[18308]: audit 2024-02-10T09:17:57.904407+0000 mon.smithi018 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi164.tdjvfj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T09:17:58.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:58 smithi164 bash[18308]: audit 2024-02-10T09:17:57.905575+0000 mon.smithi018 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T09:17:58.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:58 smithi164 bash[18308]: audit 2024-02-10T09:17:57.906681+0000 mon.smithi018 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:17:59.400 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:59 smithi018 bash[14175]: cephadm 2024-02-10T09:17:57.904027+0000 mgr.smithi018.dxgutx (mgr.14180) 64 : cephadm [INF] Reconfiguring mgr.smithi164.tdjvfj (monmap changed)... 2024-02-10T09:17:59.400 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:17:59 smithi018 bash[14175]: cephadm 2024-02-10T09:17:57.907635+0000 mgr.smithi018.dxgutx (mgr.14180) 65 : cephadm [INF] Reconfiguring daemon mgr.smithi164.tdjvfj on smithi164 2024-02-10T09:17:59.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:59 smithi164 bash[18308]: cephadm 2024-02-10T09:17:57.904027+0000 mgr.smithi018.dxgutx (mgr.14180) 64 : cephadm [INF] Reconfiguring mgr.smithi164.tdjvfj (monmap changed)... 2024-02-10T09:17:59.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:17:59 smithi164 bash[18308]: cephadm 2024-02-10T09:17:57.907635+0000 mgr.smithi018.dxgutx (mgr.14180) 65 : cephadm [INF] Reconfiguring daemon mgr.smithi164.tdjvfj on smithi164 2024-02-10T09:17:59.764 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:18:00.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:00 smithi018 bash[14175]: cluster 2024-02-10T09:17:59.259929+0000 mgr.smithi018.dxgutx (mgr.14180) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:00.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:00 smithi018 bash[14175]: audit 2024-02-10T09:17:59.763438+0000 mon.smithi018 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.18:0/3126921584' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:18:00.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:00 smithi018 bash[14175]: audit 2024-02-10T09:17:59.767873+0000 mon.smithi018 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:00.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:00 smithi018 bash[14175]: audit 2024-02-10T09:17:59.769464+0000 mon.smithi018 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T09:18:00.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:00 smithi018 bash[14175]: audit 2024-02-10T09:17:59.770561+0000 mon.smithi018 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T09:18:00.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:00 smithi018 bash[14175]: audit 2024-02-10T09:17:59.771599+0000 mon.smithi018 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:18:00.502 INFO:teuthology.orchestra.run.smithi018.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-10T09:18:00.541 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:00 smithi164 bash[18308]: cluster 2024-02-10T09:17:59.259929+0000 mgr.smithi018.dxgutx (mgr.14180) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:00.541 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:00 smithi164 bash[18308]: audit 2024-02-10T09:17:59.763438+0000 mon.smithi018 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.18:0/3126921584' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:18:00.541 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:00 smithi164 bash[18308]: audit 2024-02-10T09:17:59.767873+0000 mon.smithi018 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:00.541 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:00 smithi164 bash[18308]: audit 2024-02-10T09:17:59.769464+0000 mon.smithi018 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T09:18:00.541 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:00 smithi164 bash[18308]: audit 2024-02-10T09:17:59.770561+0000 mon.smithi018 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T09:18:00.541 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:00 smithi164 bash[18308]: audit 2024-02-10T09:17:59.771599+0000 mon.smithi018 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:18:01.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:01 smithi164 bash[18308]: cephadm 2024-02-10T09:17:59.769043+0000 mgr.smithi018.dxgutx (mgr.14180) 67 : cephadm [INF] Reconfiguring mon.smithi164 (monmap changed)... 2024-02-10T09:18:01.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:01 smithi164 bash[18308]: cephadm 2024-02-10T09:17:59.772512+0000 mgr.smithi018.dxgutx (mgr.14180) 68 : cephadm [INF] Reconfiguring daemon mon.smithi164 on smithi164 2024-02-10T09:18:01.409 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:01 smithi018 bash[14175]: cephadm 2024-02-10T09:17:59.769043+0000 mgr.smithi018.dxgutx (mgr.14180) 67 : cephadm [INF] Reconfiguring mon.smithi164 (monmap changed)... 2024-02-10T09:18:01.409 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:01 smithi018 bash[14175]: cephadm 2024-02-10T09:17:59.772512+0000 mgr.smithi018.dxgutx (mgr.14180) 68 : cephadm [INF] Reconfiguring daemon mon.smithi164 on smithi164 2024-02-10T09:18:01.503 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T09:18:02.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:02 smithi018 bash[14175]: cluster 2024-02-10T09:18:01.260296+0000 mgr.smithi018.dxgutx (mgr.14180) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:02.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:02 smithi018 bash[14175]: audit 2024-02-10T09:18:01.384092+0000 mon.smithi018 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:02.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:02 smithi018 bash[14175]: audit 2024-02-10T09:18:01.390201+0000 mon.smithi018 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T09:18:02.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:02 smithi018 bash[14175]: audit 2024-02-10T09:18:01.392871+0000 mon.smithi018 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi018.front.sepia.ceph.com:9093"}]: dispatch 2024-02-10T09:18:02.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:02 smithi018 bash[14175]: audit 2024-02-10T09:18:01.398806+0000 mon.smithi018 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:02.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:02 smithi018 bash[14175]: audit 2024-02-10T09:18:01.407053+0000 mon.smithi018 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-10T09:18:02.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:02 smithi018 bash[14175]: audit 2024-02-10T09:18:01.414028+0000 mon.smithi018 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi018.front.sepia.ceph.com:3000"}]: dispatch 2024-02-10T09:18:02.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:02 smithi018 bash[14175]: audit 2024-02-10T09:18:01.424358+0000 mon.smithi018 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:02.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:02 smithi018 bash[14175]: audit 2024-02-10T09:18:01.435692+0000 mon.smithi018 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T09:18:02.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:02 smithi018 bash[14175]: audit 2024-02-10T09:18:01.445581+0000 mon.smithi018 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi018.front.sepia.ceph.com:9095"}]: dispatch 2024-02-10T09:18:02.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:02 smithi018 bash[14175]: audit 2024-02-10T09:18:01.452888+0000 mon.smithi018 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:02.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:02 smithi018 bash[14175]: audit 2024-02-10T09:18:01.458558+0000 mon.smithi018 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:18:02.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:02 smithi164 bash[18308]: cluster 2024-02-10T09:18:01.260296+0000 mgr.smithi018.dxgutx (mgr.14180) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:02.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:02 smithi164 bash[18308]: audit 2024-02-10T09:18:01.384092+0000 mon.smithi018 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:02.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:02 smithi164 bash[18308]: audit 2024-02-10T09:18:01.390201+0000 mon.smithi018 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T09:18:02.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:02 smithi164 bash[18308]: audit 2024-02-10T09:18:01.392871+0000 mon.smithi018 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi018.front.sepia.ceph.com:9093"}]: dispatch 2024-02-10T09:18:02.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:02 smithi164 bash[18308]: audit 2024-02-10T09:18:01.398806+0000 mon.smithi018 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:02.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:02 smithi164 bash[18308]: audit 2024-02-10T09:18:01.407053+0000 mon.smithi018 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-10T09:18:02.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:02 smithi164 bash[18308]: audit 2024-02-10T09:18:01.414028+0000 mon.smithi018 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi018.front.sepia.ceph.com:3000"}]: dispatch 2024-02-10T09:18:02.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:02 smithi164 bash[18308]: audit 2024-02-10T09:18:01.424358+0000 mon.smithi018 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:02.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:02 smithi164 bash[18308]: audit 2024-02-10T09:18:01.435692+0000 mon.smithi018 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T09:18:02.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:02 smithi164 bash[18308]: audit 2024-02-10T09:18:01.445581+0000 mon.smithi018 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi018.front.sepia.ceph.com:9095"}]: dispatch 2024-02-10T09:18:02.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:02 smithi164 bash[18308]: audit 2024-02-10T09:18:01.452888+0000 mon.smithi018 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:02.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:02 smithi164 bash[18308]: audit 2024-02-10T09:18:01.458558+0000 mon.smithi018 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:18:03.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:03 smithi018 bash[14175]: audit 2024-02-10T09:18:01.390899+0000 mgr.smithi018.dxgutx (mgr.14180) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T09:18:03.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:03 smithi018 bash[14175]: audit 2024-02-10T09:18:01.393514+0000 mgr.smithi018.dxgutx (mgr.14180) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi018.front.sepia.ceph.com:9093"}]: dispatch 2024-02-10T09:18:03.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:03 smithi018 bash[14175]: audit 2024-02-10T09:18:01.407755+0000 mgr.smithi018.dxgutx (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-10T09:18:03.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:03 smithi018 bash[14175]: audit 2024-02-10T09:18:01.414629+0000 mgr.smithi018.dxgutx (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi018.front.sepia.ceph.com:3000"}]: dispatch 2024-02-10T09:18:03.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:03 smithi018 bash[14175]: audit 2024-02-10T09:18:01.436540+0000 mgr.smithi018.dxgutx (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T09:18:03.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:03 smithi018 bash[14175]: audit 2024-02-10T09:18:01.446375+0000 mgr.smithi018.dxgutx (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi018.front.sepia.ceph.com:9095"}]: dispatch 2024-02-10T09:18:03.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:03 smithi164 bash[18308]: audit 2024-02-10T09:18:01.390899+0000 mgr.smithi018.dxgutx (mgr.14180) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T09:18:03.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:03 smithi164 bash[18308]: audit 2024-02-10T09:18:01.393514+0000 mgr.smithi018.dxgutx (mgr.14180) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi018.front.sepia.ceph.com:9093"}]: dispatch 2024-02-10T09:18:03.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:03 smithi164 bash[18308]: audit 2024-02-10T09:18:01.407755+0000 mgr.smithi018.dxgutx (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-10T09:18:03.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:03 smithi164 bash[18308]: audit 2024-02-10T09:18:01.414629+0000 mgr.smithi018.dxgutx (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi018.front.sepia.ceph.com:3000"}]: dispatch 2024-02-10T09:18:03.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:03 smithi164 bash[18308]: audit 2024-02-10T09:18:01.436540+0000 mgr.smithi018.dxgutx (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T09:18:03.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:03 smithi164 bash[18308]: audit 2024-02-10T09:18:01.446375+0000 mgr.smithi018.dxgutx (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi018.front.sepia.ceph.com:9095"}]: dispatch 2024-02-10T09:18:04.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:04 smithi018 bash[14175]: cluster 2024-02-10T09:18:03.260670+0000 mgr.smithi018.dxgutx (mgr.14180) 76 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:04.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:04 smithi164 bash[18308]: cluster 2024-02-10T09:18:03.260670+0000 mgr.smithi018.dxgutx (mgr.14180) 76 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:04.687 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:18:05.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:05 smithi018 bash[14175]: audit 2024-02-10T09:18:04.686647+0000 mon.smithi018 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.18:0/3072219727' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:18:05.416 INFO:teuthology.orchestra.run.smithi018.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-10T09:18:05.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:05 smithi164 bash[18308]: audit 2024-02-10T09:18:04.686647+0000 mon.smithi018 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.18:0/3072219727' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:18:06.417 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T09:18:06.431 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:06 smithi018 bash[14175]: cluster 2024-02-10T09:18:05.261101+0000 mgr.smithi018.dxgutx (mgr.14180) 77 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:06.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:06 smithi164 bash[18308]: cluster 2024-02-10T09:18:05.261101+0000 mgr.smithi018.dxgutx (mgr.14180) 77 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:08.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:07 smithi164 bash[18308]: audit 2024-02-10T09:18:06.781365+0000 mon.smithi018 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:08.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:07 smithi164 bash[18308]: audit 2024-02-10T09:18:06.788411+0000 mon.smithi018 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:08.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:07 smithi164 bash[18308]: cluster 2024-02-10T09:18:07.261455+0000 mgr.smithi018.dxgutx (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:08.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:07 smithi018 bash[14175]: audit 2024-02-10T09:18:06.781365+0000 mon.smithi018 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:08.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:07 smithi018 bash[14175]: audit 2024-02-10T09:18:06.788411+0000 mon.smithi018 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:08.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:07 smithi018 bash[14175]: cluster 2024-02-10T09:18:07.261455+0000 mgr.smithi018.dxgutx (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:09.147 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:08 smithi018 bash[14175]: audit 2024-02-10T09:18:07.881828+0000 mon.smithi018 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:09.148 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:08 smithi018 bash[14175]: audit 2024-02-10T09:18:08.160274+0000 mon.smithi018 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:09.148 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:08 smithi018 bash[14175]: audit 2024-02-10T09:18:08.161742+0000 mon.smithi018 (mon.0) 252 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:18:09.148 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:08 smithi018 bash[14175]: audit 2024-02-10T09:18:08.162767+0000 mon.smithi018 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:18:09.148 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:08 smithi018 bash[14175]: audit 2024-02-10T09:18:08.168022+0000 mon.smithi018 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:09.148 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:08 smithi018 bash[14175]: audit 2024-02-10T09:18:08.174086+0000 mon.smithi018 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:18:09.148 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:08 smithi018 bash[14175]: audit 2024-02-10T09:18:08.181312+0000 mon.smithi018 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T09:18:09.148 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:08 smithi018 bash[14175]: audit 2024-02-10T09:18:08.184610+0000 mon.smithi018 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T09:18:09.148 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:08 smithi018 bash[14175]: audit 2024-02-10T09:18:08.184878+0000 mon.smithi018 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:18:09.148 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:08 smithi018 bash[14175]: audit 2024-02-10T09:18:08.185549+0000 mon.smithi018 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:18:09.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:08 smithi164 bash[18308]: audit 2024-02-10T09:18:07.881828+0000 mon.smithi018 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:09.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:08 smithi164 bash[18308]: audit 2024-02-10T09:18:08.160274+0000 mon.smithi018 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:09.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:08 smithi164 bash[18308]: audit 2024-02-10T09:18:08.161742+0000 mon.smithi018 (mon.0) 252 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:18:09.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:08 smithi164 bash[18308]: audit 2024-02-10T09:18:08.162767+0000 mon.smithi018 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:18:09.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:08 smithi164 bash[18308]: audit 2024-02-10T09:18:08.168022+0000 mon.smithi018 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:09.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:08 smithi164 bash[18308]: audit 2024-02-10T09:18:08.174086+0000 mon.smithi018 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:18:09.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:08 smithi164 bash[18308]: audit 2024-02-10T09:18:08.181312+0000 mon.smithi018 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T09:18:09.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:08 smithi164 bash[18308]: audit 2024-02-10T09:18:08.184610+0000 mon.smithi018 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T09:18:09.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:08 smithi164 bash[18308]: audit 2024-02-10T09:18:08.184878+0000 mon.smithi018 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:18:09.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:08 smithi164 bash[18308]: audit 2024-02-10T09:18:08.185549+0000 mon.smithi018 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:18:09.511 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:18:10.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:09 smithi018 bash[14175]: cluster 2024-02-10T09:18:09.261821+0000 mgr.smithi018.dxgutx (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:10.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:09 smithi018 bash[14175]: audit 2024-02-10T09:18:09.510574+0000 mon.smithi018 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.18:0/3860661714' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:18:10.229 INFO:teuthology.orchestra.run.smithi018.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-10T09:18:10.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:09 smithi164 bash[18308]: cluster 2024-02-10T09:18:09.261821+0000 mgr.smithi018.dxgutx (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:10.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:09 smithi164 bash[18308]: audit 2024-02-10T09:18:09.510574+0000 mon.smithi018 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.18:0/3860661714' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:18:11.230 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T09:18:11.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:11 smithi018 bash[14175]: cluster 2024-02-10T09:18:11.262295+0000 mgr.smithi018.dxgutx (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:11.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:11 smithi164 bash[18308]: cluster 2024-02-10T09:18:11.262295+0000 mgr.smithi018.dxgutx (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:13.739 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:13 smithi164 bash[18308]: cluster 2024-02-10T09:18:13.262730+0000 mgr.smithi018.dxgutx (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:13.759 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:13 smithi018 bash[14175]: cluster 2024-02-10T09:18:13.262730+0000 mgr.smithi018.dxgutx (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:14.764 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:18:14.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:14 smithi018 bash[14175]: audit 2024-02-10T09:18:14.764160+0000 mon.smithi018 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.18:0/1083740406' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:18:15.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:14 smithi164 bash[18308]: audit 2024-02-10T09:18:14.764160+0000 mon.smithi018 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.18:0/1083740406' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:18:15.989 INFO:teuthology.orchestra.run.smithi018.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-10T09:18:16.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:15 smithi018 bash[14175]: cluster 2024-02-10T09:18:15.263262+0000 mgr.smithi018.dxgutx (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:16.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:15 smithi164 bash[18308]: cluster 2024-02-10T09:18:15.263262+0000 mgr.smithi018.dxgutx (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:16.990 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T09:18:17.088 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:16 smithi164 bash[18308]: audit 2024-02-10T09:18:16.810407+0000 mon.smithi164 (mon.1) 2 : audit [INF] from='client.? 172.21.15.164:0/258354815' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0481bd4a-5ae7-491a-813b-31c46aa91ce0"}]: dispatch 2024-02-10T09:18:17.088 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:16 smithi164 bash[18308]: audit 2024-02-10T09:18:16.811125+0000 mon.smithi018 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0481bd4a-5ae7-491a-813b-31c46aa91ce0"}]: dispatch 2024-02-10T09:18:17.088 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:16 smithi164 bash[18308]: audit 2024-02-10T09:18:16.818510+0000 mon.smithi018 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0481bd4a-5ae7-491a-813b-31c46aa91ce0"}]': finished 2024-02-10T09:18:17.088 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:16 smithi164 bash[18308]: cluster 2024-02-10T09:18:16.818626+0000 mon.smithi018 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-10T09:18:17.088 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:16 smithi164 bash[18308]: audit 2024-02-10T09:18:16.818776+0000 mon.smithi018 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T09:18:17.181 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:16 smithi018 bash[14175]: audit 2024-02-10T09:18:16.810407+0000 mon.smithi164 (mon.1) 2 : audit [INF] from='client.? 172.21.15.164:0/258354815' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0481bd4a-5ae7-491a-813b-31c46aa91ce0"}]: dispatch 2024-02-10T09:18:17.181 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:16 smithi018 bash[14175]: audit 2024-02-10T09:18:16.811125+0000 mon.smithi018 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0481bd4a-5ae7-491a-813b-31c46aa91ce0"}]: dispatch 2024-02-10T09:18:17.182 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:16 smithi018 bash[14175]: audit 2024-02-10T09:18:16.818510+0000 mon.smithi018 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0481bd4a-5ae7-491a-813b-31c46aa91ce0"}]': finished 2024-02-10T09:18:17.182 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:16 smithi018 bash[14175]: cluster 2024-02-10T09:18:16.818626+0000 mon.smithi018 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-10T09:18:17.182 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:16 smithi018 bash[14175]: audit 2024-02-10T09:18:16.818776+0000 mon.smithi018 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T09:18:18.127 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:17 smithi018 bash[14175]: cluster 2024-02-10T09:18:17.263594+0000 mgr.smithi018.dxgutx (mgr.14180) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:18.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:17 smithi164 bash[18308]: cluster 2024-02-10T09:18:17.263594+0000 mgr.smithi018.dxgutx (mgr.14180) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:19.101 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:18 smithi018 bash[14175]: audit 2024-02-10T09:18:18.376144+0000 mon.smithi164 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.164:0/1542935923' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T09:18:19.101 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:18 smithi018 bash[14175]: audit 2024-02-10T09:18:18.559060+0000 mon.smithi018 (mon.0) 266 : audit [INF] from='client.? 172.21.15.18:0/193086737' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2e741734-d130-4df3-887e-6ec1bfd54af7"}]: dispatch 2024-02-10T09:18:19.101 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:18 smithi018 bash[14175]: audit 2024-02-10T09:18:18.565619+0000 mon.smithi018 (mon.0) 267 : audit [INF] from='client.? 172.21.15.18:0/193086737' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2e741734-d130-4df3-887e-6ec1bfd54af7"}]': finished 2024-02-10T09:18:19.101 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:18 smithi018 bash[14175]: cluster 2024-02-10T09:18:18.565716+0000 mon.smithi018 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-10T09:18:19.101 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:18 smithi018 bash[14175]: audit 2024-02-10T09:18:18.565934+0000 mon.smithi018 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T09:18:19.101 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:18 smithi018 bash[14175]: audit 2024-02-10T09:18:18.566365+0000 mon.smithi018 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:18:19.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:18 smithi164 bash[18308]: audit 2024-02-10T09:18:18.376144+0000 mon.smithi164 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.164:0/1542935923' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T09:18:19.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:18 smithi164 bash[18308]: audit 2024-02-10T09:18:18.559060+0000 mon.smithi018 (mon.0) 266 : audit [INF] from='client.? 172.21.15.18:0/193086737' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2e741734-d130-4df3-887e-6ec1bfd54af7"}]: dispatch 2024-02-10T09:18:19.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:18 smithi164 bash[18308]: audit 2024-02-10T09:18:18.565619+0000 mon.smithi018 (mon.0) 267 : audit [INF] from='client.? 172.21.15.18:0/193086737' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2e741734-d130-4df3-887e-6ec1bfd54af7"}]': finished 2024-02-10T09:18:19.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:18 smithi164 bash[18308]: cluster 2024-02-10T09:18:18.565716+0000 mon.smithi018 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-10T09:18:19.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:18 smithi164 bash[18308]: audit 2024-02-10T09:18:18.565934+0000 mon.smithi018 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T09:18:19.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:18 smithi164 bash[18308]: audit 2024-02-10T09:18:18.566365+0000 mon.smithi018 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:18:20.105 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:19 smithi018 bash[14175]: cluster 2024-02-10T09:18:19.263941+0000 mgr.smithi018.dxgutx (mgr.14180) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:20.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:19 smithi164 bash[18308]: cluster 2024-02-10T09:18:19.263941+0000 mgr.smithi018.dxgutx (mgr.14180) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:20.493 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:18:21.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:20 smithi018 bash[14175]: audit 2024-02-10T09:18:20.492321+0000 mon.smithi018 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.18:0/4258845869' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:18:21.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:20 smithi018 bash[14175]: audit 2024-02-10T09:18:20.805077+0000 mon.smithi018 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.18:0/2649114268' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T09:18:21.276 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1707556698,"num_remapped_pgs":0} 2024-02-10T09:18:21.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:20 smithi164 bash[18308]: audit 2024-02-10T09:18:20.492321+0000 mon.smithi018 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.18:0/4258845869' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:18:21.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:20 smithi164 bash[18308]: audit 2024-02-10T09:18:20.805077+0000 mon.smithi018 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.18:0/2649114268' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T09:18:22.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:21 smithi018 bash[14175]: audit 2024-02-10T09:18:21.178050+0000 mon.smithi018 (mon.0) 273 : audit [INF] from='client.? 172.21.15.164:0/533522619' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9a481de4-0abb-4f16-b3df-8c6fd69edeed"}]: dispatch 2024-02-10T09:18:22.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:21 smithi018 bash[14175]: audit 2024-02-10T09:18:21.185981+0000 mon.smithi018 (mon.0) 274 : audit [INF] from='client.? 172.21.15.164:0/533522619' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9a481de4-0abb-4f16-b3df-8c6fd69edeed"}]': finished 2024-02-10T09:18:22.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:21 smithi018 bash[14175]: cluster 2024-02-10T09:18:21.186141+0000 mon.smithi018 (mon.0) 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-10T09:18:22.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:21 smithi018 bash[14175]: audit 2024-02-10T09:18:21.186417+0000 mon.smithi018 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T09:18:22.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:21 smithi018 bash[14175]: audit 2024-02-10T09:18:21.187006+0000 mon.smithi018 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:18:22.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:21 smithi018 bash[14175]: audit 2024-02-10T09:18:21.187319+0000 mon.smithi018 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:18:22.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:21 smithi018 bash[14175]: cluster 2024-02-10T09:18:21.264308+0000 mgr.smithi018.dxgutx (mgr.14180) 85 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:22.277 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T09:18:22.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:21 smithi164 bash[18308]: audit 2024-02-10T09:18:21.178050+0000 mon.smithi018 (mon.0) 273 : audit [INF] from='client.? 172.21.15.164:0/533522619' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9a481de4-0abb-4f16-b3df-8c6fd69edeed"}]: dispatch 2024-02-10T09:18:22.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:21 smithi164 bash[18308]: audit 2024-02-10T09:18:21.185981+0000 mon.smithi018 (mon.0) 274 : audit [INF] from='client.? 172.21.15.164:0/533522619' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9a481de4-0abb-4f16-b3df-8c6fd69edeed"}]': finished 2024-02-10T09:18:22.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:21 smithi164 bash[18308]: cluster 2024-02-10T09:18:21.186141+0000 mon.smithi018 (mon.0) 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-10T09:18:22.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:21 smithi164 bash[18308]: audit 2024-02-10T09:18:21.186417+0000 mon.smithi018 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T09:18:22.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:21 smithi164 bash[18308]: audit 2024-02-10T09:18:21.187006+0000 mon.smithi018 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:18:22.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:21 smithi164 bash[18308]: audit 2024-02-10T09:18:21.187319+0000 mon.smithi018 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:18:22.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:21 smithi164 bash[18308]: cluster 2024-02-10T09:18:21.264308+0000 mgr.smithi018.dxgutx (mgr.14180) 85 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:23.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:23 smithi018 bash[14175]: audit 2024-02-10T09:18:22.772041+0000 mon.smithi164 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.164:0/748160860' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T09:18:23.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:23 smithi018 bash[14175]: cluster 2024-02-10T09:18:23.264712+0000 mgr.smithi018.dxgutx (mgr.14180) 86 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:23.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:23 smithi164 bash[18308]: audit 2024-02-10T09:18:22.772041+0000 mon.smithi164 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.164:0/748160860' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T09:18:23.843 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:23 smithi164 bash[18308]: cluster 2024-02-10T09:18:23.264712+0000 mgr.smithi018.dxgutx (mgr.14180) 86 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:24.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:24 smithi018 bash[14175]: audit 2024-02-10T09:18:23.597123+0000 mon.smithi018 (mon.0) 279 : audit [INF] from='client.? 172.21.15.18:0/1876845323' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1961c7e2-3ef1-4d39-8e87-391c5b0d02cf"}]: dispatch 2024-02-10T09:18:24.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:24 smithi018 bash[14175]: audit 2024-02-10T09:18:23.603716+0000 mon.smithi018 (mon.0) 280 : audit [INF] from='client.? 172.21.15.18:0/1876845323' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1961c7e2-3ef1-4d39-8e87-391c5b0d02cf"}]': finished 2024-02-10T09:18:24.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:24 smithi018 bash[14175]: cluster 2024-02-10T09:18:23.603810+0000 mon.smithi018 (mon.0) 281 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-10T09:18:24.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:24 smithi018 bash[14175]: audit 2024-02-10T09:18:23.603973+0000 mon.smithi018 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T09:18:24.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:24 smithi018 bash[14175]: audit 2024-02-10T09:18:23.604353+0000 mon.smithi018 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:18:24.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:24 smithi018 bash[14175]: audit 2024-02-10T09:18:23.604598+0000 mon.smithi018 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:18:24.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:24 smithi018 bash[14175]: audit 2024-02-10T09:18:23.604832+0000 mon.smithi018 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:18:24.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:24 smithi164 bash[18308]: audit 2024-02-10T09:18:23.597123+0000 mon.smithi018 (mon.0) 279 : audit [INF] from='client.? 172.21.15.18:0/1876845323' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1961c7e2-3ef1-4d39-8e87-391c5b0d02cf"}]: dispatch 2024-02-10T09:18:24.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:24 smithi164 bash[18308]: audit 2024-02-10T09:18:23.603716+0000 mon.smithi018 (mon.0) 280 : audit [INF] from='client.? 172.21.15.18:0/1876845323' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1961c7e2-3ef1-4d39-8e87-391c5b0d02cf"}]': finished 2024-02-10T09:18:24.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:24 smithi164 bash[18308]: cluster 2024-02-10T09:18:23.603810+0000 mon.smithi018 (mon.0) 281 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-10T09:18:24.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:24 smithi164 bash[18308]: audit 2024-02-10T09:18:23.603973+0000 mon.smithi018 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T09:18:24.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:24 smithi164 bash[18308]: audit 2024-02-10T09:18:23.604353+0000 mon.smithi018 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:18:24.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:24 smithi164 bash[18308]: audit 2024-02-10T09:18:23.604598+0000 mon.smithi018 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:18:24.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:24 smithi164 bash[18308]: audit 2024-02-10T09:18:23.604832+0000 mon.smithi018 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:18:25.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:25 smithi018 bash[14175]: cluster 2024-02-10T09:18:25.265245+0000 mgr.smithi018.dxgutx (mgr.14180) 87 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:25.770 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:25 smithi164 bash[18308]: cluster 2024-02-10T09:18:25.265245+0000 mgr.smithi018.dxgutx (mgr.14180) 87 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:25.845 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:18:26.660 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1707556705,"num_remapped_pgs":0} 2024-02-10T09:18:26.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:26 smithi018 bash[14175]: audit 2024-02-10T09:18:25.573314+0000 mon.smithi164 (mon.1) 5 : audit [INF] from='client.? 172.21.15.164:0/3447074735' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f126ae1-b9d3-4012-be1d-5fefe5470b94"}]: dispatch 2024-02-10T09:18:26.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:26 smithi018 bash[14175]: audit 2024-02-10T09:18:25.574034+0000 mon.smithi018 (mon.0) 286 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f126ae1-b9d3-4012-be1d-5fefe5470b94"}]: dispatch 2024-02-10T09:18:26.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:26 smithi018 bash[14175]: audit 2024-02-10T09:18:25.581866+0000 mon.smithi018 (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3f126ae1-b9d3-4012-be1d-5fefe5470b94"}]': finished 2024-02-10T09:18:26.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:26 smithi018 bash[14175]: cluster 2024-02-10T09:18:25.581997+0000 mon.smithi018 (mon.0) 288 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-10T09:18:26.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:26 smithi018 bash[14175]: audit 2024-02-10T09:18:25.582243+0000 mon.smithi018 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T09:18:26.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:26 smithi018 bash[14175]: audit 2024-02-10T09:18:25.582811+0000 mon.smithi018 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:18:26.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:26 smithi018 bash[14175]: audit 2024-02-10T09:18:25.583139+0000 mon.smithi018 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:18:26.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:26 smithi018 bash[14175]: audit 2024-02-10T09:18:25.583513+0000 mon.smithi018 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:18:26.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:26 smithi018 bash[14175]: audit 2024-02-10T09:18:25.583906+0000 mon.smithi018 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:18:26.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:26 smithi018 bash[14175]: audit 2024-02-10T09:18:25.844795+0000 mon.smithi018 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.18:0/3332690781' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:18:26.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:26 smithi018 bash[14175]: audit 2024-02-10T09:18:25.940070+0000 mon.smithi018 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.18:0/3305888170' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T09:18:26.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:26 smithi164 bash[18308]: audit 2024-02-10T09:18:25.573314+0000 mon.smithi164 (mon.1) 5 : audit [INF] from='client.? 172.21.15.164:0/3447074735' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f126ae1-b9d3-4012-be1d-5fefe5470b94"}]: dispatch 2024-02-10T09:18:26.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:26 smithi164 bash[18308]: audit 2024-02-10T09:18:25.574034+0000 mon.smithi018 (mon.0) 286 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f126ae1-b9d3-4012-be1d-5fefe5470b94"}]: dispatch 2024-02-10T09:18:26.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:26 smithi164 bash[18308]: audit 2024-02-10T09:18:25.581866+0000 mon.smithi018 (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3f126ae1-b9d3-4012-be1d-5fefe5470b94"}]': finished 2024-02-10T09:18:26.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:26 smithi164 bash[18308]: cluster 2024-02-10T09:18:25.581997+0000 mon.smithi018 (mon.0) 288 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-10T09:18:26.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:26 smithi164 bash[18308]: audit 2024-02-10T09:18:25.582243+0000 mon.smithi018 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T09:18:26.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:26 smithi164 bash[18308]: audit 2024-02-10T09:18:25.582811+0000 mon.smithi018 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:18:26.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:26 smithi164 bash[18308]: audit 2024-02-10T09:18:25.583139+0000 mon.smithi018 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:18:26.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:26 smithi164 bash[18308]: audit 2024-02-10T09:18:25.583513+0000 mon.smithi018 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:18:26.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:26 smithi164 bash[18308]: audit 2024-02-10T09:18:25.583906+0000 mon.smithi018 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:18:26.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:26 smithi164 bash[18308]: audit 2024-02-10T09:18:25.844795+0000 mon.smithi018 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.18:0/3332690781' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:18:26.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:26 smithi164 bash[18308]: audit 2024-02-10T09:18:25.940070+0000 mon.smithi018 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.18:0/3305888170' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T09:18:27.661 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T09:18:27.675 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:27 smithi018 bash[14175]: audit 2024-02-10T09:18:27.159083+0000 mon.smithi164 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.164:0/1606018458' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T09:18:27.675 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:27 smithi018 bash[14175]: cluster 2024-02-10T09:18:27.265712+0000 mgr.smithi018.dxgutx (mgr.14180) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:27.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:27 smithi164 bash[18308]: audit 2024-02-10T09:18:27.159083+0000 mon.smithi164 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.164:0/1606018458' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T09:18:27.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:27 smithi164 bash[18308]: cluster 2024-02-10T09:18:27.265712+0000 mgr.smithi018.dxgutx (mgr.14180) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:28.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:28 smithi018 bash[14175]: audit 2024-02-10T09:18:28.776063+0000 mon.smithi018 (mon.0) 296 : audit [INF] from='client.? 172.21.15.18:0/1643954275' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a3055033-11a3-4036-be75-5468c29950b5"}]: dispatch 2024-02-10T09:18:28.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:28 smithi018 bash[14175]: audit 2024-02-10T09:18:28.783949+0000 mon.smithi018 (mon.0) 297 : audit [INF] from='client.? 172.21.15.18:0/1643954275' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a3055033-11a3-4036-be75-5468c29950b5"}]': finished 2024-02-10T09:18:28.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:28 smithi018 bash[14175]: cluster 2024-02-10T09:18:28.784120+0000 mon.smithi018 (mon.0) 298 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-10T09:18:28.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:28 smithi018 bash[14175]: audit 2024-02-10T09:18:28.784270+0000 mon.smithi018 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T09:18:28.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:28 smithi018 bash[14175]: audit 2024-02-10T09:18:28.784561+0000 mon.smithi018 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:18:28.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:28 smithi018 bash[14175]: audit 2024-02-10T09:18:28.784815+0000 mon.smithi018 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:18:28.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:28 smithi018 bash[14175]: audit 2024-02-10T09:18:28.785011+0000 mon.smithi018 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:18:28.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:28 smithi018 bash[14175]: audit 2024-02-10T09:18:28.785176+0000 mon.smithi018 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:18:28.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:28 smithi018 bash[14175]: audit 2024-02-10T09:18:28.785341+0000 mon.smithi018 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:18:29.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:28 smithi164 bash[18308]: audit 2024-02-10T09:18:28.776063+0000 mon.smithi018 (mon.0) 296 : audit [INF] from='client.? 172.21.15.18:0/1643954275' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a3055033-11a3-4036-be75-5468c29950b5"}]: dispatch 2024-02-10T09:18:29.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:28 smithi164 bash[18308]: audit 2024-02-10T09:18:28.783949+0000 mon.smithi018 (mon.0) 297 : audit [INF] from='client.? 172.21.15.18:0/1643954275' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a3055033-11a3-4036-be75-5468c29950b5"}]': finished 2024-02-10T09:18:29.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:28 smithi164 bash[18308]: cluster 2024-02-10T09:18:28.784120+0000 mon.smithi018 (mon.0) 298 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-10T09:18:29.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:28 smithi164 bash[18308]: audit 2024-02-10T09:18:28.784270+0000 mon.smithi018 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T09:18:29.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:28 smithi164 bash[18308]: audit 2024-02-10T09:18:28.784561+0000 mon.smithi018 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:18:29.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:28 smithi164 bash[18308]: audit 2024-02-10T09:18:28.784815+0000 mon.smithi018 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:18:29.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:28 smithi164 bash[18308]: audit 2024-02-10T09:18:28.785011+0000 mon.smithi018 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:18:29.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:28 smithi164 bash[18308]: audit 2024-02-10T09:18:28.785176+0000 mon.smithi018 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:18:29.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:28 smithi164 bash[18308]: audit 2024-02-10T09:18:28.785341+0000 mon.smithi018 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:18:30.158 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:29 smithi164 bash[18308]: cluster 2024-02-10T09:18:29.266114+0000 mgr.smithi018.dxgutx (mgr.14180) 89 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:30.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:29 smithi018 bash[14175]: cluster 2024-02-10T09:18:29.266114+0000 mgr.smithi018.dxgutx (mgr.14180) 89 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:31.203 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:18:31.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:30 smithi018 bash[14175]: audit 2024-02-10T09:18:29.981146+0000 mon.smithi164 (mon.1) 7 : audit [INF] from='client.? 172.21.15.164:0/1618550338' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "764759dd-c774-43b4-a853-a09269bbd179"}]: dispatch 2024-02-10T09:18:31.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:30 smithi018 bash[14175]: audit 2024-02-10T09:18:29.982042+0000 mon.smithi018 (mon.0) 305 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "764759dd-c774-43b4-a853-a09269bbd179"}]: dispatch 2024-02-10T09:18:31.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:30 smithi018 bash[14175]: audit 2024-02-10T09:18:29.987543+0000 mon.smithi018 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "764759dd-c774-43b4-a853-a09269bbd179"}]': finished 2024-02-10T09:18:31.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:30 smithi018 bash[14175]: cluster 2024-02-10T09:18:29.987606+0000 mon.smithi018 (mon.0) 307 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-10T09:18:31.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:30 smithi018 bash[14175]: audit 2024-02-10T09:18:29.987856+0000 mon.smithi018 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T09:18:31.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:30 smithi018 bash[14175]: audit 2024-02-10T09:18:29.988482+0000 mon.smithi018 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:18:31.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:30 smithi018 bash[14175]: audit 2024-02-10T09:18:29.988797+0000 mon.smithi018 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:18:31.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:30 smithi018 bash[14175]: audit 2024-02-10T09:18:29.989060+0000 mon.smithi018 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:18:31.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:30 smithi018 bash[14175]: audit 2024-02-10T09:18:29.989330+0000 mon.smithi018 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:18:31.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:30 smithi018 bash[14175]: audit 2024-02-10T09:18:29.989592+0000 mon.smithi018 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:18:31.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:30 smithi018 bash[14175]: audit 2024-02-10T09:18:29.989868+0000 mon.smithi018 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:18:31.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:30 smithi164 bash[18308]: audit 2024-02-10T09:18:29.981146+0000 mon.smithi164 (mon.1) 7 : audit [INF] from='client.? 172.21.15.164:0/1618550338' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "764759dd-c774-43b4-a853-a09269bbd179"}]: dispatch 2024-02-10T09:18:31.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:30 smithi164 bash[18308]: audit 2024-02-10T09:18:29.982042+0000 mon.smithi018 (mon.0) 305 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "764759dd-c774-43b4-a853-a09269bbd179"}]: dispatch 2024-02-10T09:18:31.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:30 smithi164 bash[18308]: audit 2024-02-10T09:18:29.987543+0000 mon.smithi018 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "764759dd-c774-43b4-a853-a09269bbd179"}]': finished 2024-02-10T09:18:31.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:30 smithi164 bash[18308]: cluster 2024-02-10T09:18:29.987606+0000 mon.smithi018 (mon.0) 307 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-10T09:18:31.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:30 smithi164 bash[18308]: audit 2024-02-10T09:18:29.987856+0000 mon.smithi018 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T09:18:31.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:30 smithi164 bash[18308]: audit 2024-02-10T09:18:29.988482+0000 mon.smithi018 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:18:31.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:30 smithi164 bash[18308]: audit 2024-02-10T09:18:29.988797+0000 mon.smithi018 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:18:31.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:30 smithi164 bash[18308]: audit 2024-02-10T09:18:29.989060+0000 mon.smithi018 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:18:31.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:30 smithi164 bash[18308]: audit 2024-02-10T09:18:29.989330+0000 mon.smithi018 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:18:31.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:30 smithi164 bash[18308]: audit 2024-02-10T09:18:29.989592+0000 mon.smithi018 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:18:31.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:30 smithi164 bash[18308]: audit 2024-02-10T09:18:29.989868+0000 mon.smithi018 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:18:31.997 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1707556709,"num_remapped_pgs":0} 2024-02-10T09:18:32.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:31 smithi018 bash[14175]: audit 2024-02-10T09:18:31.202687+0000 mon.smithi018 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.18:0/2169687620' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:18:32.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:31 smithi018 bash[14175]: cluster 2024-02-10T09:18:31.266373+0000 mgr.smithi018.dxgutx (mgr.14180) 90 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:32.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:31 smithi018 bash[14175]: audit 2024-02-10T09:18:31.310943+0000 mon.smithi018 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.18:0/2894916559' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T09:18:32.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:31 smithi018 bash[14175]: audit 2024-02-10T09:18:31.575875+0000 mon.smithi018 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.164:0/1430987659' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T09:18:32.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:31 smithi164 bash[18308]: audit 2024-02-10T09:18:31.202687+0000 mon.smithi018 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.18:0/2169687620' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:18:32.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:31 smithi164 bash[18308]: cluster 2024-02-10T09:18:31.266373+0000 mgr.smithi018.dxgutx (mgr.14180) 90 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:32.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:31 smithi164 bash[18308]: audit 2024-02-10T09:18:31.310943+0000 mon.smithi018 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.18:0/2894916559' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T09:18:32.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:31 smithi164 bash[18308]: audit 2024-02-10T09:18:31.575875+0000 mon.smithi018 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.164:0/1430987659' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T09:18:32.998 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T09:18:33.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:33 smithi018 bash[14175]: cluster 2024-02-10T09:18:33.266702+0000 mgr.smithi018.dxgutx (mgr.14180) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:33.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:33 smithi164 bash[18308]: cluster 2024-02-10T09:18:33.266702+0000 mgr.smithi018.dxgutx (mgr.14180) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:34.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:34 smithi018 bash[14175]: audit 2024-02-10T09:18:34.137667+0000 mon.smithi018 (mon.0) 318 : audit [INF] from='client.? 172.21.15.18:0/1954103754' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fbaa2abd-ce9f-4b2e-a1ad-7117faf0180a"}]: dispatch 2024-02-10T09:18:34.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:34 smithi018 bash[14175]: audit 2024-02-10T09:18:34.144745+0000 mon.smithi018 (mon.0) 319 : audit [INF] from='client.? 172.21.15.18:0/1954103754' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fbaa2abd-ce9f-4b2e-a1ad-7117faf0180a"}]': finished 2024-02-10T09:18:34.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:34 smithi018 bash[14175]: cluster 2024-02-10T09:18:34.144841+0000 mon.smithi018 (mon.0) 320 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-10T09:18:34.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:34 smithi018 bash[14175]: audit 2024-02-10T09:18:34.145116+0000 mon.smithi018 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T09:18:34.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:34 smithi018 bash[14175]: audit 2024-02-10T09:18:34.146100+0000 mon.smithi018 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:18:34.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:34 smithi018 bash[14175]: audit 2024-02-10T09:18:34.146748+0000 mon.smithi018 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:18:34.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:34 smithi018 bash[14175]: audit 2024-02-10T09:18:34.147102+0000 mon.smithi018 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:18:34.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:34 smithi018 bash[14175]: audit 2024-02-10T09:18:34.147483+0000 mon.smithi018 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:18:34.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:34 smithi018 bash[14175]: audit 2024-02-10T09:18:34.147828+0000 mon.smithi018 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:18:34.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:34 smithi018 bash[14175]: audit 2024-02-10T09:18:34.148117+0000 mon.smithi018 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:18:34.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:34 smithi018 bash[14175]: audit 2024-02-10T09:18:34.148407+0000 mon.smithi018 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:18:34.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:34 smithi164 bash[18308]: audit 2024-02-10T09:18:34.137667+0000 mon.smithi018 (mon.0) 318 : audit [INF] from='client.? 172.21.15.18:0/1954103754' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fbaa2abd-ce9f-4b2e-a1ad-7117faf0180a"}]: dispatch 2024-02-10T09:18:34.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:34 smithi164 bash[18308]: audit 2024-02-10T09:18:34.144745+0000 mon.smithi018 (mon.0) 319 : audit [INF] from='client.? 172.21.15.18:0/1954103754' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fbaa2abd-ce9f-4b2e-a1ad-7117faf0180a"}]': finished 2024-02-10T09:18:34.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:34 smithi164 bash[18308]: cluster 2024-02-10T09:18:34.144841+0000 mon.smithi018 (mon.0) 320 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-10T09:18:34.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:34 smithi164 bash[18308]: audit 2024-02-10T09:18:34.145116+0000 mon.smithi018 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T09:18:34.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:34 smithi164 bash[18308]: audit 2024-02-10T09:18:34.146100+0000 mon.smithi018 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:18:34.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:34 smithi164 bash[18308]: audit 2024-02-10T09:18:34.146748+0000 mon.smithi018 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:18:34.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:34 smithi164 bash[18308]: audit 2024-02-10T09:18:34.147102+0000 mon.smithi018 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:18:34.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:34 smithi164 bash[18308]: audit 2024-02-10T09:18:34.147483+0000 mon.smithi018 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:18:34.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:34 smithi164 bash[18308]: audit 2024-02-10T09:18:34.147828+0000 mon.smithi018 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:18:34.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:34 smithi164 bash[18308]: audit 2024-02-10T09:18:34.148117+0000 mon.smithi018 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:18:34.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:34 smithi164 bash[18308]: audit 2024-02-10T09:18:34.148407+0000 mon.smithi018 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:18:35.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:35 smithi018 bash[14175]: cluster 2024-02-10T09:18:35.267076+0000 mgr.smithi018.dxgutx (mgr.14180) 92 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:35.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:35 smithi164 bash[18308]: cluster 2024-02-10T09:18:35.267076+0000 mgr.smithi018.dxgutx (mgr.14180) 92 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:36.764 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:18:37.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:36 smithi164 bash[18308]: audit 2024-02-10T09:18:36.764010+0000 mon.smithi018 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.18:0/1785618413' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:18:37.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:36 smithi018 bash[14175]: audit 2024-02-10T09:18:36.764010+0000 mon.smithi018 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.18:0/1785618413' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:18:37.590 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707556714,"num_remapped_pgs":0} 2024-02-10T09:18:37.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:37 smithi018 bash[14175]: audit 2024-02-10T09:18:36.837108+0000 mon.smithi018 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.18:0/3717501483' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T09:18:37.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:37 smithi018 bash[14175]: cluster 2024-02-10T09:18:37.267451+0000 mgr.smithi018.dxgutx (mgr.14180) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:38.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:37 smithi164 bash[18308]: audit 2024-02-10T09:18:36.837108+0000 mon.smithi018 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.18:0/3717501483' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T09:18:38.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:37 smithi164 bash[18308]: cluster 2024-02-10T09:18:37.267451+0000 mgr.smithi018.dxgutx (mgr.14180) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:38.591 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T09:18:39.654 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:39 smithi164 bash[18308]: cluster 2024-02-10T09:18:39.267833+0000 mgr.smithi018.dxgutx (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:39.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:39 smithi018 bash[14175]: cluster 2024-02-10T09:18:39.267833+0000 mgr.smithi018.dxgutx (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:41.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:41 smithi018 bash[14175]: cluster 2024-02-10T09:18:41.268250+0000 mgr.smithi018.dxgutx (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:41.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:41 smithi164 bash[18308]: cluster 2024-02-10T09:18:41.268250+0000 mgr.smithi018.dxgutx (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:42.248 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:18:42.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:42 smithi018 bash[14175]: audit 2024-02-10T09:18:42.247605+0000 mon.smithi018 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.18:0/2738545178' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:18:42.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:42 smithi164 bash[18308]: audit 2024-02-10T09:18:42.247605+0000 mon.smithi018 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.18:0/2738545178' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:18:43.033 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707556714,"num_remapped_pgs":0} 2024-02-10T09:18:43.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:43 smithi164 bash[18308]: audit 2024-02-10T09:18:43.003331+0000 mon.smithi018 (mon.0) 332 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-10T09:18:43.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:43 smithi164 bash[18308]: audit 2024-02-10T09:18:43.005269+0000 mon.smithi018 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:18:43.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:43 smithi164 bash[18308]: cephadm 2024-02-10T09:18:43.006518+0000 mgr.smithi018.dxgutx (mgr.14180) 96 : cephadm [INF] Deploying daemon osd.0 on smithi164 2024-02-10T09:18:43.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:43 smithi164 bash[18308]: cluster 2024-02-10T09:18:43.268690+0000 mgr.smithi018.dxgutx (mgr.14180) 97 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:43.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:43 smithi018 bash[14175]: audit 2024-02-10T09:18:43.003331+0000 mon.smithi018 (mon.0) 332 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-10T09:18:43.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:43 smithi018 bash[14175]: audit 2024-02-10T09:18:43.005269+0000 mon.smithi018 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:18:43.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:43 smithi018 bash[14175]: cephadm 2024-02-10T09:18:43.006518+0000 mgr.smithi018.dxgutx (mgr.14180) 96 : cephadm [INF] Deploying daemon osd.0 on smithi164 2024-02-10T09:18:43.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:43 smithi018 bash[14175]: cluster 2024-02-10T09:18:43.268690+0000 mgr.smithi018.dxgutx (mgr.14180) 97 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:44.034 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T09:18:45.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:45 smithi018 bash[14175]: cluster 2024-02-10T09:18:45.269138+0000 mgr.smithi018.dxgutx (mgr.14180) 98 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:45.726 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:45 smithi164 bash[18308]: cluster 2024-02-10T09:18:45.269138+0000 mgr.smithi018.dxgutx (mgr.14180) 98 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:47.539 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:18:48.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:47 smithi164 bash[18308]: audit 2024-02-10T09:18:46.924393+0000 mon.smithi018 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:48.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:47 smithi164 bash[18308]: audit 2024-02-10T09:18:46.925392+0000 mon.smithi018 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-10T09:18:48.209 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:47 smithi164 bash[18308]: audit 2024-02-10T09:18:46.926451+0000 mon.smithi018 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:18:48.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:47 smithi164 bash[18308]: cephadm 2024-02-10T09:18:46.927331+0000 mgr.smithi018.dxgutx (mgr.14180) 99 : cephadm [INF] Deploying daemon osd.2 on smithi164 2024-02-10T09:18:48.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:47 smithi164 bash[18308]: cluster 2024-02-10T09:18:47.269534+0000 mgr.smithi018.dxgutx (mgr.14180) 100 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:48.210 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:47 smithi164 bash[18308]: audit 2024-02-10T09:18:47.535888+0000 mon.smithi018 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.18:0/2731409389' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:18:48.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:47 smithi018 bash[14175]: audit 2024-02-10T09:18:46.924393+0000 mon.smithi018 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:48.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:47 smithi018 bash[14175]: audit 2024-02-10T09:18:46.925392+0000 mon.smithi018 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-10T09:18:48.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:47 smithi018 bash[14175]: audit 2024-02-10T09:18:46.926451+0000 mon.smithi018 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:18:48.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:47 smithi018 bash[14175]: cephadm 2024-02-10T09:18:46.927331+0000 mgr.smithi018.dxgutx (mgr.14180) 99 : cephadm [INF] Deploying daemon osd.2 on smithi164 2024-02-10T09:18:48.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:47 smithi018 bash[14175]: cluster 2024-02-10T09:18:47.269534+0000 mgr.smithi018.dxgutx (mgr.14180) 100 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:48.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:47 smithi018 bash[14175]: audit 2024-02-10T09:18:47.535888+0000 mon.smithi018 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.18:0/2731409389' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:18:48.784 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707556714,"num_remapped_pgs":0} 2024-02-10T09:18:49.449 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:49 smithi164 bash[18308]: cluster 2024-02-10T09:18:49.269831+0000 mgr.smithi018.dxgutx (mgr.14180) 101 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:49.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:49 smithi018 bash[14175]: cluster 2024-02-10T09:18:49.269831+0000 mgr.smithi018.dxgutx (mgr.14180) 101 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:49.786 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T09:18:51.265 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:50 smithi018 bash[14175]: audit 2024-02-10T09:18:50.872013+0000 mon.smithi018 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-10T09:18:51.265 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:50 smithi018 bash[14175]: audit 2024-02-10T09:18:50.873493+0000 mon.smithi018 (mon.0) 339 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:18:51.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:50 smithi164 bash[18308]: audit 2024-02-10T09:18:50.872013+0000 mon.smithi018 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-10T09:18:51.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:50 smithi164 bash[18308]: audit 2024-02-10T09:18:50.873493+0000 mon.smithi018 (mon.0) 339 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:18:52.122 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:51 smithi164 bash[18308]: cephadm 2024-02-10T09:18:50.874754+0000 mgr.smithi018.dxgutx (mgr.14180) 102 : cephadm [INF] Deploying daemon osd.1 on smithi018 2024-02-10T09:18:52.122 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:51 smithi164 bash[18308]: cluster 2024-02-10T09:18:51.270173+0000 mgr.smithi018.dxgutx (mgr.14180) 103 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:52.196 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:51 smithi018 bash[14175]: cephadm 2024-02-10T09:18:50.874754+0000 mgr.smithi018.dxgutx (mgr.14180) 102 : cephadm [INF] Deploying daemon osd.1 on smithi018 2024-02-10T09:18:52.196 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:51 smithi018 bash[14175]: cluster 2024-02-10T09:18:51.270173+0000 mgr.smithi018.dxgutx (mgr.14180) 103 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:53.442 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:53 smithi164 bash[18308]: audit 2024-02-10T09:18:52.158857+0000 mon.smithi018 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:53.442 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:53 smithi164 bash[18308]: audit 2024-02-10T09:18:52.175858+0000 mon.smithi018 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-10T09:18:53.442 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:53 smithi164 bash[18308]: audit 2024-02-10T09:18:52.177462+0000 mon.smithi018 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:18:53.442 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:53 smithi164 bash[18308]: cephadm 2024-02-10T09:18:52.178575+0000 mgr.smithi018.dxgutx (mgr.14180) 104 : cephadm [INF] Deploying daemon osd.4 on smithi164 2024-02-10T09:18:53.475 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:53 smithi018 bash[14175]: audit 2024-02-10T09:18:52.158857+0000 mon.smithi018 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:53.475 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:53 smithi018 bash[14175]: audit 2024-02-10T09:18:52.175858+0000 mon.smithi018 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-10T09:18:53.475 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:53 smithi018 bash[14175]: audit 2024-02-10T09:18:52.177462+0000 mon.smithi018 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:18:53.475 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:53 smithi018 bash[14175]: cephadm 2024-02-10T09:18:52.178575+0000 mgr.smithi018.dxgutx (mgr.14180) 104 : cephadm [INF] Deploying daemon osd.4 on smithi164 2024-02-10T09:18:54.469 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:54 smithi018 bash[14175]: cluster 2024-02-10T09:18:53.270553+0000 mgr.smithi018.dxgutx (mgr.14180) 105 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:54.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:54 smithi164 bash[18308]: cluster 2024-02-10T09:18:53.270553+0000 mgr.smithi018.dxgutx (mgr.14180) 105 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:54.801 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:18:55.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:55 smithi164 bash[18308]: audit 2024-02-10T09:18:54.607421+0000 mon.smithi164 (mon.1) 8 : audit [INF] from='osd.0 [v2:172.21.15.164:6800/249269138,v1:172.21.15.164:6801/249269138]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-10T09:18:55.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:55 smithi164 bash[18308]: audit 2024-02-10T09:18:54.607688+0000 mon.smithi018 (mon.0) 343 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-10T09:18:55.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:55 smithi164 bash[18308]: audit 2024-02-10T09:18:54.800259+0000 mon.smithi018 (mon.0) 344 : audit [DBG] from='client.? 172.21.15.18:0/3466228870' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:18:55.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:55 smithi018 bash[14175]: audit 2024-02-10T09:18:54.607421+0000 mon.smithi164 (mon.1) 8 : audit [INF] from='osd.0 [v2:172.21.15.164:6800/249269138,v1:172.21.15.164:6801/249269138]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-10T09:18:55.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:55 smithi018 bash[14175]: audit 2024-02-10T09:18:54.607688+0000 mon.smithi018 (mon.0) 343 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-10T09:18:55.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:55 smithi018 bash[14175]: audit 2024-02-10T09:18:54.800259+0000 mon.smithi018 (mon.0) 344 : audit [DBG] from='client.? 172.21.15.18:0/3466228870' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:18:55.873 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707556714,"num_remapped_pgs":0} 2024-02-10T09:18:56.465 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:56 smithi018 bash[14175]: audit 2024-02-10T09:18:55.177585+0000 mon.smithi018 (mon.0) 345 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-10T09:18:56.465 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:56 smithi018 bash[14175]: cluster 2024-02-10T09:18:55.177751+0000 mon.smithi018 (mon.0) 346 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-10T09:18:56.465 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:56 smithi018 bash[14175]: audit 2024-02-10T09:18:55.177905+0000 mon.smithi018 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T09:18:56.465 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:56 smithi018 bash[14175]: audit 2024-02-10T09:18:55.178241+0000 mon.smithi018 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:18:56.465 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:56 smithi018 bash[14175]: audit 2024-02-10T09:18:55.178444+0000 mon.smithi018 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:18:56.465 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:56 smithi018 bash[14175]: audit 2024-02-10T09:18:55.178693+0000 mon.smithi018 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:18:56.465 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:56 smithi018 bash[14175]: audit 2024-02-10T09:18:55.178705+0000 mon.smithi164 (mon.1) 9 : audit [INF] from='osd.0 [v2:172.21.15.164:6800/249269138,v1:172.21.15.164:6801/249269138]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-10T09:18:56.466 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:56 smithi018 bash[14175]: audit 2024-02-10T09:18:55.178897+0000 mon.smithi018 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:18:56.466 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:56 smithi018 bash[14175]: audit 2024-02-10T09:18:55.179281+0000 mon.smithi018 (mon.0) 352 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-10T09:18:56.466 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:56 smithi018 bash[14175]: audit 2024-02-10T09:18:55.179541+0000 mon.smithi018 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:18:56.466 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:56 smithi018 bash[14175]: audit 2024-02-10T09:18:55.179775+0000 mon.smithi018 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:18:56.466 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:56 smithi018 bash[14175]: audit 2024-02-10T09:18:55.179990+0000 mon.smithi018 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:18:56.466 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:56 smithi018 bash[14175]: cluster 2024-02-10T09:18:55.270916+0000 mgr.smithi018.dxgutx (mgr.14180) 106 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:56.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:56 smithi164 bash[18308]: audit 2024-02-10T09:18:55.177585+0000 mon.smithi018 (mon.0) 345 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-10T09:18:56.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:56 smithi164 bash[18308]: cluster 2024-02-10T09:18:55.177751+0000 mon.smithi018 (mon.0) 346 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-10T09:18:56.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:56 smithi164 bash[18308]: audit 2024-02-10T09:18:55.177905+0000 mon.smithi018 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T09:18:56.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:56 smithi164 bash[18308]: audit 2024-02-10T09:18:55.178241+0000 mon.smithi018 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:18:56.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:56 smithi164 bash[18308]: audit 2024-02-10T09:18:55.178444+0000 mon.smithi018 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:18:56.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:56 smithi164 bash[18308]: audit 2024-02-10T09:18:55.178693+0000 mon.smithi018 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:18:56.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:56 smithi164 bash[18308]: audit 2024-02-10T09:18:55.178705+0000 mon.smithi164 (mon.1) 9 : audit [INF] from='osd.0 [v2:172.21.15.164:6800/249269138,v1:172.21.15.164:6801/249269138]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-10T09:18:56.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:56 smithi164 bash[18308]: audit 2024-02-10T09:18:55.178897+0000 mon.smithi018 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:18:56.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:56 smithi164 bash[18308]: audit 2024-02-10T09:18:55.179281+0000 mon.smithi018 (mon.0) 352 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-10T09:18:56.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:56 smithi164 bash[18308]: audit 2024-02-10T09:18:55.179541+0000 mon.smithi018 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:18:56.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:56 smithi164 bash[18308]: audit 2024-02-10T09:18:55.179775+0000 mon.smithi018 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:18:56.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:56 smithi164 bash[18308]: audit 2024-02-10T09:18:55.179990+0000 mon.smithi018 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:18:56.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:56 smithi164 bash[18308]: cluster 2024-02-10T09:18:55.270916+0000 mgr.smithi018.dxgutx (mgr.14180) 106 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:56.874 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T09:18:57.403 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:57 smithi018 bash[14175]: audit 2024-02-10T09:18:56.180254+0000 mon.smithi018 (mon.0) 356 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]': finished 2024-02-10T09:18:57.403 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:57 smithi018 bash[14175]: cluster 2024-02-10T09:18:56.180447+0000 mon.smithi018 (mon.0) 357 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-10T09:18:57.404 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:57 smithi018 bash[14175]: audit 2024-02-10T09:18:56.186155+0000 mon.smithi018 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T09:18:57.404 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:57 smithi018 bash[14175]: audit 2024-02-10T09:18:56.200198+0000 mon.smithi018 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:18:57.404 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:57 smithi018 bash[14175]: audit 2024-02-10T09:18:56.200746+0000 mon.smithi018 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:18:57.404 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:57 smithi018 bash[14175]: audit 2024-02-10T09:18:56.201249+0000 mon.smithi018 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:18:57.404 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:57 smithi018 bash[14175]: audit 2024-02-10T09:18:56.201742+0000 mon.smithi018 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:18:57.404 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:57 smithi018 bash[14175]: audit 2024-02-10T09:18:56.202237+0000 mon.smithi018 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:18:57.404 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:57 smithi018 bash[14175]: audit 2024-02-10T09:18:56.202792+0000 mon.smithi018 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:18:57.404 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:57 smithi018 bash[14175]: audit 2024-02-10T09:18:56.203294+0000 mon.smithi018 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:18:57.490 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:57 smithi164 bash[18308]: audit 2024-02-10T09:18:56.180254+0000 mon.smithi018 (mon.0) 356 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]': finished 2024-02-10T09:18:57.490 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:57 smithi164 bash[18308]: cluster 2024-02-10T09:18:56.180447+0000 mon.smithi018 (mon.0) 357 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-10T09:18:57.490 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:57 smithi164 bash[18308]: audit 2024-02-10T09:18:56.186155+0000 mon.smithi018 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T09:18:57.490 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:57 smithi164 bash[18308]: audit 2024-02-10T09:18:56.200198+0000 mon.smithi018 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:18:57.490 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:57 smithi164 bash[18308]: audit 2024-02-10T09:18:56.200746+0000 mon.smithi018 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:18:57.490 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:57 smithi164 bash[18308]: audit 2024-02-10T09:18:56.201249+0000 mon.smithi018 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:18:57.490 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:57 smithi164 bash[18308]: audit 2024-02-10T09:18:56.201742+0000 mon.smithi018 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:18:57.491 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:57 smithi164 bash[18308]: audit 2024-02-10T09:18:56.202237+0000 mon.smithi018 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:18:57.491 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:57 smithi164 bash[18308]: audit 2024-02-10T09:18:56.202792+0000 mon.smithi018 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:18:57.491 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:57 smithi164 bash[18308]: audit 2024-02-10T09:18:56.203294+0000 mon.smithi018 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:18:58.502 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:58 smithi018 bash[14175]: cluster 2024-02-10T09:18:55.608866+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T09:18:58.502 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:58 smithi018 bash[14175]: cluster 2024-02-10T09:18:55.608969+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T09:18:58.503 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:58 smithi018 bash[14175]: cluster 2024-02-10T09:18:57.186326+0000 mon.smithi018 (mon.0) 366 : cluster [INF] osd.0 [v2:172.21.15.164:6800/249269138,v1:172.21.15.164:6801/249269138] boot 2024-02-10T09:18:58.503 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:58 smithi018 bash[14175]: cluster 2024-02-10T09:18:57.186359+0000 mon.smithi018 (mon.0) 367 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-10T09:18:58.503 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:58 smithi018 bash[14175]: audit 2024-02-10T09:18:57.186688+0000 mon.smithi018 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T09:18:58.503 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:58 smithi018 bash[14175]: audit 2024-02-10T09:18:57.186942+0000 mon.smithi018 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:18:58.503 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:58 smithi018 bash[14175]: audit 2024-02-10T09:18:57.187082+0000 mon.smithi018 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:18:58.503 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:58 smithi018 bash[14175]: audit 2024-02-10T09:18:57.187211+0000 mon.smithi018 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:18:58.503 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:58 smithi018 bash[14175]: audit 2024-02-10T09:18:57.187338+0000 mon.smithi018 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:18:58.503 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:58 smithi018 bash[14175]: audit 2024-02-10T09:18:57.187466+0000 mon.smithi018 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:18:58.503 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:58 smithi018 bash[14175]: audit 2024-02-10T09:18:57.187588+0000 mon.smithi018 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:18:58.503 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:58 smithi018 bash[14175]: audit 2024-02-10T09:18:57.187716+0000 mon.smithi018 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:18:58.503 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:58 smithi018 bash[14175]: cluster 2024-02-10T09:18:57.271178+0000 mgr.smithi018.dxgutx (mgr.14180) 107 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:58.503 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:58 smithi018 bash[14175]: audit 2024-02-10T09:18:57.687551+0000 mon.smithi018 (mon.0) 376 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:58.503 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:58 smithi018 bash[14175]: audit 2024-02-10T09:18:57.688878+0000 mon.smithi018 (mon.0) 377 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-10T09:18:58.504 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:58 smithi018 bash[14175]: audit 2024-02-10T09:18:57.692700+0000 mon.smithi018 (mon.0) 378 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:58.504 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:58 smithi018 bash[14175]: audit 2024-02-10T09:18:57.693098+0000 mon.smithi018 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:18:58.504 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:58 smithi018 bash[14175]: audit 2024-02-10T09:18:57.693861+0000 mon.smithi018 (mon.0) 380 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-10T09:18:58.504 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:58 smithi018 bash[14175]: audit 2024-02-10T09:18:57.694717+0000 mon.smithi018 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:18:58.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:58 smithi164 bash[18308]: cluster 2024-02-10T09:18:55.608866+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T09:18:58.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:58 smithi164 bash[18308]: cluster 2024-02-10T09:18:55.608969+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T09:18:58.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:58 smithi164 bash[18308]: cluster 2024-02-10T09:18:57.186326+0000 mon.smithi018 (mon.0) 366 : cluster [INF] osd.0 [v2:172.21.15.164:6800/249269138,v1:172.21.15.164:6801/249269138] boot 2024-02-10T09:18:58.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:58 smithi164 bash[18308]: cluster 2024-02-10T09:18:57.186359+0000 mon.smithi018 (mon.0) 367 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-10T09:18:58.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:58 smithi164 bash[18308]: audit 2024-02-10T09:18:57.186688+0000 mon.smithi018 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T09:18:58.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:58 smithi164 bash[18308]: audit 2024-02-10T09:18:57.186942+0000 mon.smithi018 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:18:58.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:58 smithi164 bash[18308]: audit 2024-02-10T09:18:57.187082+0000 mon.smithi018 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:18:58.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:58 smithi164 bash[18308]: audit 2024-02-10T09:18:57.187211+0000 mon.smithi018 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:18:58.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:58 smithi164 bash[18308]: audit 2024-02-10T09:18:57.187338+0000 mon.smithi018 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:18:58.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:58 smithi164 bash[18308]: audit 2024-02-10T09:18:57.187466+0000 mon.smithi018 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:18:58.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:58 smithi164 bash[18308]: audit 2024-02-10T09:18:57.187588+0000 mon.smithi018 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:18:58.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:58 smithi164 bash[18308]: audit 2024-02-10T09:18:57.187716+0000 mon.smithi018 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:18:58.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:58 smithi164 bash[18308]: cluster 2024-02-10T09:18:57.271178+0000 mgr.smithi018.dxgutx (mgr.14180) 107 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:18:58.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:58 smithi164 bash[18308]: audit 2024-02-10T09:18:57.687551+0000 mon.smithi018 (mon.0) 376 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:58.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:58 smithi164 bash[18308]: audit 2024-02-10T09:18:57.688878+0000 mon.smithi018 (mon.0) 377 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-10T09:18:58.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:58 smithi164 bash[18308]: audit 2024-02-10T09:18:57.692700+0000 mon.smithi018 (mon.0) 378 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:18:58.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:58 smithi164 bash[18308]: audit 2024-02-10T09:18:57.693098+0000 mon.smithi018 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:18:58.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:58 smithi164 bash[18308]: audit 2024-02-10T09:18:57.693861+0000 mon.smithi018 (mon.0) 380 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-10T09:18:58.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:58 smithi164 bash[18308]: audit 2024-02-10T09:18:57.694717+0000 mon.smithi018 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:18:59.409 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:59 smithi164 bash[18308]: cephadm 2024-02-10T09:18:57.694476+0000 mgr.smithi018.dxgutx (mgr.14180) 108 : cephadm [INF] Deploying daemon osd.3 on smithi018 2024-02-10T09:18:59.409 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:59 smithi164 bash[18308]: cephadm 2024-02-10T09:18:57.695531+0000 mgr.smithi018.dxgutx (mgr.14180) 109 : cephadm [INF] Deploying daemon osd.6 on smithi164 2024-02-10T09:18:59.409 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:59 smithi164 bash[18308]: cluster 2024-02-10T09:18:58.403540+0000 mon.smithi018 (mon.0) 382 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-10T09:18:59.409 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:59 smithi164 bash[18308]: audit 2024-02-10T09:18:58.403769+0000 mon.smithi018 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:18:59.409 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:59 smithi164 bash[18308]: audit 2024-02-10T09:18:58.404391+0000 mon.smithi018 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:18:59.409 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:59 smithi164 bash[18308]: audit 2024-02-10T09:18:58.404846+0000 mon.smithi018 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:18:59.409 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:59 smithi164 bash[18308]: audit 2024-02-10T09:18:58.405271+0000 mon.smithi018 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:18:59.409 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:59 smithi164 bash[18308]: audit 2024-02-10T09:18:58.405707+0000 mon.smithi018 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:18:59.409 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:59 smithi164 bash[18308]: audit 2024-02-10T09:18:58.406123+0000 mon.smithi018 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:18:59.409 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:18:59 smithi164 bash[18308]: audit 2024-02-10T09:18:58.406673+0000 mon.smithi018 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:18:59.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:59 smithi018 bash[14175]: cephadm 2024-02-10T09:18:57.694476+0000 mgr.smithi018.dxgutx (mgr.14180) 108 : cephadm [INF] Deploying daemon osd.3 on smithi018 2024-02-10T09:18:59.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:59 smithi018 bash[14175]: cephadm 2024-02-10T09:18:57.695531+0000 mgr.smithi018.dxgutx (mgr.14180) 109 : cephadm [INF] Deploying daemon osd.6 on smithi164 2024-02-10T09:18:59.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:59 smithi018 bash[14175]: cluster 2024-02-10T09:18:58.403540+0000 mon.smithi018 (mon.0) 382 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-10T09:18:59.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:59 smithi018 bash[14175]: audit 2024-02-10T09:18:58.403769+0000 mon.smithi018 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:18:59.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:59 smithi018 bash[14175]: audit 2024-02-10T09:18:58.404391+0000 mon.smithi018 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:18:59.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:59 smithi018 bash[14175]: audit 2024-02-10T09:18:58.404846+0000 mon.smithi018 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:18:59.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:59 smithi018 bash[14175]: audit 2024-02-10T09:18:58.405271+0000 mon.smithi018 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:18:59.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:59 smithi018 bash[14175]: audit 2024-02-10T09:18:58.405707+0000 mon.smithi018 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:18:59.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:59 smithi018 bash[14175]: audit 2024-02-10T09:18:58.406123+0000 mon.smithi018 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:18:59.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:18:59 smithi018 bash[14175]: audit 2024-02-10T09:18:58.406673+0000 mon.smithi018 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:00.294 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:00 smithi018 bash[14175]: cluster 2024-02-10T09:18:59.271515+0000 mgr.smithi018.dxgutx (mgr.14180) 110 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-10T09:19:00.530 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:00 smithi164 bash[18308]: cluster 2024-02-10T09:18:59.271515+0000 mgr.smithi018.dxgutx (mgr.14180) 110 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-10T09:19:01.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:01 smithi164 bash[18308]: audit 2024-02-10T09:19:00.536138+0000 mon.smithi164 (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.164:6808/4242289267,v1:172.21.15.164:6809/4242289267]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-10T09:19:01.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:01 smithi164 bash[18308]: audit 2024-02-10T09:19:00.536559+0000 mon.smithi018 (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-10T09:19:01.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:01 smithi018 bash[14175]: audit 2024-02-10T09:19:00.536138+0000 mon.smithi164 (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.164:6808/4242289267,v1:172.21.15.164:6809/4242289267]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-10T09:19:01.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:01 smithi018 bash[14175]: audit 2024-02-10T09:19:00.536559+0000 mon.smithi018 (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-10T09:19:02.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:02 smithi018 bash[14175]: audit 2024-02-10T09:19:01.210650+0000 mon.smithi018 (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-10T09:19:02.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:02 smithi018 bash[14175]: cluster 2024-02-10T09:19:01.210718+0000 mon.smithi018 (mon.0) 392 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-10T09:19:02.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:02 smithi018 bash[14175]: audit 2024-02-10T09:19:01.210842+0000 mon.smithi018 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:19:02.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:02 smithi018 bash[14175]: audit 2024-02-10T09:19:01.211208+0000 mon.smithi018 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:19:02.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:02 smithi018 bash[14175]: audit 2024-02-10T09:19:01.211396+0000 mon.smithi018 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:02.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:02 smithi018 bash[14175]: audit 2024-02-10T09:19:01.211560+0000 mon.smithi018 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:19:02.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:02 smithi018 bash[14175]: audit 2024-02-10T09:19:01.211746+0000 mon.smithi018 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:02.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:02 smithi018 bash[14175]: audit 2024-02-10T09:19:01.211859+0000 mon.smithi164 (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.164:6808/4242289267,v1:172.21.15.164:6809/4242289267]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-10T09:19:02.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:02 smithi018 bash[14175]: audit 2024-02-10T09:19:01.211983+0000 mon.smithi018 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:19:02.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:02 smithi018 bash[14175]: audit 2024-02-10T09:19:01.212215+0000 mon.smithi018 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:02.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:02 smithi018 bash[14175]: audit 2024-02-10T09:19:01.212457+0000 mon.smithi018 (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-10T09:19:02.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:02 smithi018 bash[14175]: cluster 2024-02-10T09:19:01.271927+0000 mgr.smithi018.dxgutx (mgr.14180) 111 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-10T09:19:02.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:02 smithi164 bash[18308]: audit 2024-02-10T09:19:01.210650+0000 mon.smithi018 (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-10T09:19:02.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:02 smithi164 bash[18308]: cluster 2024-02-10T09:19:01.210718+0000 mon.smithi018 (mon.0) 392 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-10T09:19:02.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:02 smithi164 bash[18308]: audit 2024-02-10T09:19:01.210842+0000 mon.smithi018 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:19:02.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:02 smithi164 bash[18308]: audit 2024-02-10T09:19:01.211208+0000 mon.smithi018 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:19:02.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:02 smithi164 bash[18308]: audit 2024-02-10T09:19:01.211396+0000 mon.smithi018 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:02.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:02 smithi164 bash[18308]: audit 2024-02-10T09:19:01.211560+0000 mon.smithi018 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:19:02.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:02 smithi164 bash[18308]: audit 2024-02-10T09:19:01.211746+0000 mon.smithi018 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:02.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:02 smithi164 bash[18308]: audit 2024-02-10T09:19:01.211859+0000 mon.smithi164 (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.164:6808/4242289267,v1:172.21.15.164:6809/4242289267]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-10T09:19:02.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:02 smithi164 bash[18308]: audit 2024-02-10T09:19:01.211983+0000 mon.smithi018 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:19:02.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:02 smithi164 bash[18308]: audit 2024-02-10T09:19:01.212215+0000 mon.smithi018 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:02.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:02 smithi164 bash[18308]: audit 2024-02-10T09:19:01.212457+0000 mon.smithi018 (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-10T09:19:02.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:02 smithi164 bash[18308]: cluster 2024-02-10T09:19:01.271927+0000 mgr.smithi018.dxgutx (mgr.14180) 111 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-10T09:19:03.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:03 smithi018 bash[14175]: audit 2024-02-10T09:19:02.213458+0000 mon.smithi018 (mon.0) 401 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]': finished 2024-02-10T09:19:03.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:03 smithi018 bash[14175]: cluster 2024-02-10T09:19:02.213546+0000 mon.smithi018 (mon.0) 402 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-10T09:19:03.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:03 smithi018 bash[14175]: audit 2024-02-10T09:19:02.213932+0000 mon.smithi018 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:19:03.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:03 smithi018 bash[14175]: audit 2024-02-10T09:19:02.214193+0000 mon.smithi018 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:19:03.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:03 smithi018 bash[14175]: audit 2024-02-10T09:19:02.214391+0000 mon.smithi018 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:03.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:03 smithi018 bash[14175]: audit 2024-02-10T09:19:02.214577+0000 mon.smithi018 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:19:03.282 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:03 smithi164 bash[18308]: audit 2024-02-10T09:19:02.213458+0000 mon.smithi018 (mon.0) 401 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]': finished 2024-02-10T09:19:03.282 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:03 smithi164 bash[18308]: cluster 2024-02-10T09:19:02.213546+0000 mon.smithi018 (mon.0) 402 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-10T09:19:03.282 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:03 smithi164 bash[18308]: audit 2024-02-10T09:19:02.213932+0000 mon.smithi018 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:19:03.282 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:03 smithi164 bash[18308]: audit 2024-02-10T09:19:02.214193+0000 mon.smithi018 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:19:03.282 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:03 smithi164 bash[18308]: audit 2024-02-10T09:19:02.214391+0000 mon.smithi018 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:03.282 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:03 smithi164 bash[18308]: audit 2024-02-10T09:19:02.214577+0000 mon.smithi018 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:19:03.282 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:03 smithi164 bash[18308]: audit 2024-02-10T09:19:02.214820+0000 mon.smithi018 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:03.283 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:03 smithi164 bash[18308]: audit 2024-02-10T09:19:02.220414+0000 mon.smithi018 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:19:03.283 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:03 smithi164 bash[18308]: audit 2024-02-10T09:19:02.220729+0000 mon.smithi018 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:03.283 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:03 smithi164 bash[18308]: audit 2024-02-10T09:19:02.222066+0000 mon.smithi018 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:19:03.367 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:19:03.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:03 smithi018 bash[14175]: audit 2024-02-10T09:19:02.214820+0000 mon.smithi018 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:03.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:03 smithi018 bash[14175]: audit 2024-02-10T09:19:02.220414+0000 mon.smithi018 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:19:03.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:03 smithi018 bash[14175]: audit 2024-02-10T09:19:02.220729+0000 mon.smithi018 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:03.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:03 smithi018 bash[14175]: audit 2024-02-10T09:19:02.222066+0000 mon.smithi018 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:19:04.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:04 smithi164 bash[18308]: cluster 2024-02-10T09:19:01.528043+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T09:19:04.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:04 smithi164 bash[18308]: cluster 2024-02-10T09:19:01.528207+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T09:19:04.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:04 smithi164 bash[18308]: cluster 2024-02-10T09:19:03.219527+0000 mon.smithi018 (mon.0) 411 : cluster [INF] osd.2 [v2:172.21.15.164:6808/4242289267,v1:172.21.15.164:6809/4242289267] boot 2024-02-10T09:19:04.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:04 smithi164 bash[18308]: cluster 2024-02-10T09:19:03.219567+0000 mon.smithi018 (mon.0) 412 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-10T09:19:04.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:04 smithi164 bash[18308]: audit 2024-02-10T09:19:03.219932+0000 mon.smithi018 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:19:04.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:04 smithi164 bash[18308]: audit 2024-02-10T09:19:03.220582+0000 mon.smithi018 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:19:04.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:04 smithi164 bash[18308]: audit 2024-02-10T09:19:03.221077+0000 mon.smithi018 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:04.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:04 smithi164 bash[18308]: audit 2024-02-10T09:19:03.221473+0000 mon.smithi018 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:19:04.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:04 smithi164 bash[18308]: audit 2024-02-10T09:19:03.221824+0000 mon.smithi018 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:04.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:04 smithi164 bash[18308]: audit 2024-02-10T09:19:03.222182+0000 mon.smithi018 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:19:04.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:04 smithi164 bash[18308]: audit 2024-02-10T09:19:03.222568+0000 mon.smithi018 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:04.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:04 smithi164 bash[18308]: audit 2024-02-10T09:19:03.265357+0000 mon.smithi018 (mon.0) 420 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:19:04.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:04 smithi164 bash[18308]: cluster 2024-02-10T09:19:03.272193+0000 mgr.smithi018.dxgutx (mgr.14180) 112 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-10T09:19:04.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:04 smithi164 bash[18308]: audit 2024-02-10T09:19:03.367456+0000 mon.smithi018 (mon.0) 421 : audit [DBG] from='client.? 172.21.15.18:0/4078685395' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:19:04.496 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:04 smithi018 bash[14175]: cluster 2024-02-10T09:19:01.528043+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T09:19:04.496 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:04 smithi018 bash[14175]: cluster 2024-02-10T09:19:01.528207+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T09:19:04.496 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:04 smithi018 bash[14175]: cluster 2024-02-10T09:19:03.219527+0000 mon.smithi018 (mon.0) 411 : cluster [INF] osd.2 [v2:172.21.15.164:6808/4242289267,v1:172.21.15.164:6809/4242289267] boot 2024-02-10T09:19:04.496 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:04 smithi018 bash[14175]: cluster 2024-02-10T09:19:03.219567+0000 mon.smithi018 (mon.0) 412 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-10T09:19:04.496 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:04 smithi018 bash[14175]: audit 2024-02-10T09:19:03.219932+0000 mon.smithi018 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:19:04.496 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:04 smithi018 bash[14175]: audit 2024-02-10T09:19:03.220582+0000 mon.smithi018 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T09:19:04.496 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:04 smithi018 bash[14175]: audit 2024-02-10T09:19:03.221077+0000 mon.smithi018 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:04.496 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:04 smithi018 bash[14175]: audit 2024-02-10T09:19:03.221473+0000 mon.smithi018 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:19:04.496 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:04 smithi018 bash[14175]: audit 2024-02-10T09:19:03.221824+0000 mon.smithi018 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:04.497 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:04 smithi018 bash[14175]: audit 2024-02-10T09:19:03.222182+0000 mon.smithi018 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:19:04.497 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:04 smithi018 bash[14175]: audit 2024-02-10T09:19:03.222568+0000 mon.smithi018 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:04.497 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:04 smithi018 bash[14175]: audit 2024-02-10T09:19:03.265357+0000 mon.smithi018 (mon.0) 420 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:19:04.497 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:04 smithi018 bash[14175]: cluster 2024-02-10T09:19:03.272193+0000 mgr.smithi018.dxgutx (mgr.14180) 112 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-10T09:19:04.497 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:04 smithi018 bash[14175]: audit 2024-02-10T09:19:03.367456+0000 mon.smithi018 (mon.0) 421 : audit [DBG] from='client.? 172.21.15.18:0/4078685395' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:19:04.606 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":20,"num_osds":8,"num_up_osds":2,"osd_up_since":1707556743,"num_in_osds":8,"osd_in_since":1707556714,"num_remapped_pgs":0} 2024-02-10T09:19:05.469 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:05 smithi018 bash[14175]: cluster 2024-02-10T09:19:04.271554+0000 mon.smithi018 (mon.0) 422 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-02-10T09:19:05.469 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:05 smithi018 bash[14175]: audit 2024-02-10T09:19:04.271755+0000 mon.smithi018 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:19:05.469 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:05 smithi018 bash[14175]: audit 2024-02-10T09:19:04.272243+0000 mon.smithi018 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:05.469 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:05 smithi018 bash[14175]: audit 2024-02-10T09:19:04.272551+0000 mon.smithi018 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:19:05.469 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:05 smithi018 bash[14175]: audit 2024-02-10T09:19:04.272931+0000 mon.smithi018 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:05.469 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:05 smithi018 bash[14175]: audit 2024-02-10T09:19:04.273230+0000 mon.smithi018 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:19:05.469 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:05 smithi018 bash[14175]: audit 2024-02-10T09:19:04.273588+0000 mon.smithi018 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:05.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:05 smithi164 bash[18308]: cluster 2024-02-10T09:19:04.271554+0000 mon.smithi018 (mon.0) 422 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-02-10T09:19:05.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:05 smithi164 bash[18308]: audit 2024-02-10T09:19:04.271755+0000 mon.smithi018 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:19:05.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:05 smithi164 bash[18308]: audit 2024-02-10T09:19:04.272243+0000 mon.smithi018 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:05.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:05 smithi164 bash[18308]: audit 2024-02-10T09:19:04.272551+0000 mon.smithi018 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:19:05.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:05 smithi164 bash[18308]: audit 2024-02-10T09:19:04.272931+0000 mon.smithi018 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:05.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:05 smithi164 bash[18308]: audit 2024-02-10T09:19:04.273230+0000 mon.smithi018 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:19:05.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:05 smithi164 bash[18308]: audit 2024-02-10T09:19:04.273588+0000 mon.smithi018 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:05.608 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T09:19:06.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:06 smithi164 bash[18308]: cluster 2024-02-10T09:19:05.273223+0000 mgr.smithi018.dxgutx (mgr.14180) 113 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-10T09:19:06.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:06 smithi164 bash[18308]: audit 2024-02-10T09:19:05.677215+0000 mon.smithi164 (mon.1) 12 : audit [INF] from='osd.4 [v2:172.21.15.164:6816/4190487347,v1:172.21.15.164:6817/4190487347]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T09:19:06.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:06 smithi164 bash[18308]: audit 2024-02-10T09:19:05.677853+0000 mon.smithi018 (mon.0) 429 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T09:19:06.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:06 smithi164 bash[18308]: audit 2024-02-10T09:19:05.766177+0000 mon.smithi018 (mon.0) 430 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:19:06.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:06 smithi164 bash[18308]: audit 2024-02-10T09:19:05.767473+0000 mon.smithi018 (mon.0) 431 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-10T09:19:06.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:06 smithi164 bash[18308]: audit 2024-02-10T09:19:05.768539+0000 mon.smithi018 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:19:06.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:06 smithi018 bash[14175]: cluster 2024-02-10T09:19:05.273223+0000 mgr.smithi018.dxgutx (mgr.14180) 113 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-10T09:19:06.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:06 smithi018 bash[14175]: audit 2024-02-10T09:19:05.677215+0000 mon.smithi164 (mon.1) 12 : audit [INF] from='osd.4 [v2:172.21.15.164:6816/4190487347,v1:172.21.15.164:6817/4190487347]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T09:19:06.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:06 smithi018 bash[14175]: audit 2024-02-10T09:19:05.677853+0000 mon.smithi018 (mon.0) 429 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T09:19:06.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:06 smithi018 bash[14175]: audit 2024-02-10T09:19:05.766177+0000 mon.smithi018 (mon.0) 430 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:19:06.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:06 smithi018 bash[14175]: audit 2024-02-10T09:19:05.767473+0000 mon.smithi018 (mon.0) 431 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-10T09:19:06.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:06 smithi018 bash[14175]: audit 2024-02-10T09:19:05.768539+0000 mon.smithi018 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:19:07.564 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:07 smithi018 bash[14175]: cephadm 2024-02-10T09:19:05.769431+0000 mgr.smithi018.dxgutx (mgr.14180) 114 : cephadm [INF] Deploying daemon osd.5 on smithi018 2024-02-10T09:19:07.565 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:07 smithi018 bash[14175]: audit 2024-02-10T09:19:06.282742+0000 mon.smithi018 (mon.0) 433 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-10T09:19:07.565 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:07 smithi018 bash[14175]: cluster 2024-02-10T09:19:06.282808+0000 mon.smithi018 (mon.0) 434 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-02-10T09:19:07.565 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:07 smithi018 bash[14175]: audit 2024-02-10T09:19:06.283100+0000 mon.smithi018 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:19:07.565 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:07 smithi018 bash[14175]: audit 2024-02-10T09:19:06.283463+0000 mon.smithi018 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:07.565 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:07 smithi018 bash[14175]: audit 2024-02-10T09:19:06.283685+0000 mon.smithi018 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:19:07.565 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:07 smithi018 bash[14175]: audit 2024-02-10T09:19:06.283884+0000 mon.smithi018 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:07.565 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:07 smithi018 bash[14175]: audit 2024-02-10T09:19:06.284094+0000 mon.smithi018 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:19:07.565 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:07 smithi018 bash[14175]: audit 2024-02-10T09:19:06.284293+0000 mon.smithi018 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:07.565 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:07 smithi018 bash[14175]: audit 2024-02-10T09:19:06.286691+0000 mon.smithi164 (mon.1) 13 : audit [INF] from='osd.4 [v2:172.21.15.164:6816/4190487347,v1:172.21.15.164:6817/4190487347]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-10T09:19:07.565 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:07 smithi018 bash[14175]: audit 2024-02-10T09:19:06.287198+0000 mon.smithi018 (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-10T09:19:07.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:07 smithi164 bash[18308]: cephadm 2024-02-10T09:19:05.769431+0000 mgr.smithi018.dxgutx (mgr.14180) 114 : cephadm [INF] Deploying daemon osd.5 on smithi018 2024-02-10T09:19:07.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:07 smithi164 bash[18308]: audit 2024-02-10T09:19:06.282742+0000 mon.smithi018 (mon.0) 433 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-10T09:19:07.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:07 smithi164 bash[18308]: cluster 2024-02-10T09:19:06.282808+0000 mon.smithi018 (mon.0) 434 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-02-10T09:19:07.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:07 smithi164 bash[18308]: audit 2024-02-10T09:19:06.283100+0000 mon.smithi018 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:19:07.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:07 smithi164 bash[18308]: audit 2024-02-10T09:19:06.283463+0000 mon.smithi018 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:07.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:07 smithi164 bash[18308]: audit 2024-02-10T09:19:06.283685+0000 mon.smithi018 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:19:07.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:07 smithi164 bash[18308]: audit 2024-02-10T09:19:06.283884+0000 mon.smithi018 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:07.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:07 smithi164 bash[18308]: audit 2024-02-10T09:19:06.284094+0000 mon.smithi018 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:19:07.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:07 smithi164 bash[18308]: audit 2024-02-10T09:19:06.284293+0000 mon.smithi018 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:07.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:07 smithi164 bash[18308]: audit 2024-02-10T09:19:06.286691+0000 mon.smithi164 (mon.1) 13 : audit [INF] from='osd.4 [v2:172.21.15.164:6816/4190487347,v1:172.21.15.164:6817/4190487347]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-10T09:19:07.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:07 smithi164 bash[18308]: audit 2024-02-10T09:19:06.287198+0000 mon.smithi018 (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-10T09:19:08.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:08 smithi018 bash[14175]: cluster 2024-02-10T09:19:07.273702+0000 mgr.smithi018.dxgutx (mgr.14180) 115 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-10T09:19:08.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:08 smithi018 bash[14175]: audit 2024-02-10T09:19:07.285843+0000 mon.smithi018 (mon.0) 442 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]': finished 2024-02-10T09:19:08.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:08 smithi018 bash[14175]: cluster 2024-02-10T09:19:07.286001+0000 mon.smithi018 (mon.0) 443 : cluster [DBG] osdmap e23: 8 total, 2 up, 8 in 2024-02-10T09:19:08.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:08 smithi018 bash[14175]: audit 2024-02-10T09:19:07.286647+0000 mon.smithi018 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:19:08.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:08 smithi018 bash[14175]: audit 2024-02-10T09:19:07.287062+0000 mon.smithi018 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:08.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:08 smithi018 bash[14175]: audit 2024-02-10T09:19:07.287334+0000 mon.smithi018 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:19:08.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:08 smithi018 bash[14175]: audit 2024-02-10T09:19:07.287601+0000 mon.smithi018 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:08.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:08 smithi018 bash[14175]: audit 2024-02-10T09:19:07.287870+0000 mon.smithi018 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:19:08.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:08 smithi018 bash[14175]: audit 2024-02-10T09:19:07.288141+0000 mon.smithi018 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:08.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:08 smithi018 bash[14175]: audit 2024-02-10T09:19:07.295158+0000 mon.smithi018 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:19:08.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:08 smithi018 bash[14175]: audit 2024-02-10T09:19:08.024084+0000 mon.smithi018 (mon.0) 451 : audit [INF] from='osd.1 [v2:172.21.15.18:6802/2989357334,v1:172.21.15.18:6803/2989357334]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-10T09:19:09.049 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:08 smithi164 bash[18308]: cluster 2024-02-10T09:19:07.273702+0000 mgr.smithi018.dxgutx (mgr.14180) 115 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-10T09:19:09.049 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:08 smithi164 bash[18308]: audit 2024-02-10T09:19:07.285843+0000 mon.smithi018 (mon.0) 442 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]': finished 2024-02-10T09:19:09.049 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:08 smithi164 bash[18308]: cluster 2024-02-10T09:19:07.286001+0000 mon.smithi018 (mon.0) 443 : cluster [DBG] osdmap e23: 8 total, 2 up, 8 in 2024-02-10T09:19:09.049 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:08 smithi164 bash[18308]: audit 2024-02-10T09:19:07.286647+0000 mon.smithi018 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:19:09.049 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:08 smithi164 bash[18308]: audit 2024-02-10T09:19:07.287062+0000 mon.smithi018 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:09.050 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:08 smithi164 bash[18308]: audit 2024-02-10T09:19:07.287334+0000 mon.smithi018 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:19:09.050 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:08 smithi164 bash[18308]: audit 2024-02-10T09:19:07.287601+0000 mon.smithi018 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:09.050 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:08 smithi164 bash[18308]: audit 2024-02-10T09:19:07.287870+0000 mon.smithi018 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:19:09.050 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:08 smithi164 bash[18308]: audit 2024-02-10T09:19:07.288141+0000 mon.smithi018 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:09.050 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:08 smithi164 bash[18308]: audit 2024-02-10T09:19:07.295158+0000 mon.smithi018 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:19:09.050 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:08 smithi164 bash[18308]: audit 2024-02-10T09:19:08.024084+0000 mon.smithi018 (mon.0) 451 : audit [INF] from='osd.1 [v2:172.21.15.18:6802/2989357334,v1:172.21.15.18:6803/2989357334]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-10T09:19:10.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:09 smithi164 bash[18308]: cluster 2024-02-10T09:19:06.674557+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T09:19:10.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:09 smithi164 bash[18308]: cluster 2024-02-10T09:19:06.674668+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T09:19:10.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:09 smithi164 bash[18308]: cluster 2024-02-10T09:19:08.294870+0000 mon.smithi018 (mon.0) 452 : cluster [INF] osd.4 [v2:172.21.15.164:6816/4190487347,v1:172.21.15.164:6817/4190487347] boot 2024-02-10T09:19:10.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:09 smithi164 bash[18308]: audit 2024-02-10T09:19:08.294949+0000 mon.smithi018 (mon.0) 453 : audit [INF] from='osd.1 [v2:172.21.15.18:6802/2989357334,v1:172.21.15.18:6803/2989357334]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-10T09:19:10.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:09 smithi164 bash[18308]: cluster 2024-02-10T09:19:08.295034+0000 mon.smithi018 (mon.0) 454 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-10T09:19:10.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:09 smithi164 bash[18308]: audit 2024-02-10T09:19:08.295425+0000 mon.smithi018 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:19:10.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:09 smithi164 bash[18308]: audit 2024-02-10T09:19:08.295734+0000 mon.smithi018 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:10.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:09 smithi164 bash[18308]: audit 2024-02-10T09:19:08.296009+0000 mon.smithi018 (mon.0) 457 : audit [INF] from='osd.1 [v2:172.21.15.18:6802/2989357334,v1:172.21.15.18:6803/2989357334]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]: dispatch 2024-02-10T09:19:10.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:09 smithi164 bash[18308]: audit 2024-02-10T09:19:08.296256+0000 mon.smithi018 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:19:10.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:09 smithi164 bash[18308]: audit 2024-02-10T09:19:08.296492+0000 mon.smithi018 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:10.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:09 smithi164 bash[18308]: audit 2024-02-10T09:19:08.296696+0000 mon.smithi018 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:19:10.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:09 smithi164 bash[18308]: audit 2024-02-10T09:19:08.296888+0000 mon.smithi018 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:10.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:09 smithi164 bash[18308]: audit 2024-02-10T09:19:08.297145+0000 mon.smithi018 (mon.0) 462 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 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-10T09:19:10.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:09 smithi164 bash[18308]: cluster 2024-02-10T09:19:09.274086+0000 mgr.smithi018.dxgutx (mgr.14180) 116 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-10T09:19:10.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:09 smithi164 bash[18308]: audit 2024-02-10T09:19:09.297174+0000 mon.smithi018 (mon.0) 463 : audit [INF] from='osd.1 [v2:172.21.15.18:6802/2989357334,v1:172.21.15.18:6803/2989357334]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]': finished 2024-02-10T09:19:10.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:09 smithi164 bash[18308]: audit 2024-02-10T09:19:09.297249+0000 mon.smithi018 (mon.0) 464 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 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-10T09:19:10.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:09 smithi164 bash[18308]: cluster 2024-02-10T09:19:09.297293+0000 mon.smithi018 (mon.0) 465 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-02-10T09:19:10.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:09 smithi164 bash[18308]: audit 2024-02-10T09:19:09.297537+0000 mon.smithi018 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:19:10.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:09 smithi164 bash[18308]: audit 2024-02-10T09:19:09.298072+0000 mon.smithi018 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:10.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:09 smithi164 bash[18308]: audit 2024-02-10T09:19:09.298751+0000 mon.smithi018 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:10.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:09 smithi164 bash[18308]: audit 2024-02-10T09:19:09.299105+0000 mon.smithi018 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:19:10.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:09 smithi164 bash[18308]: audit 2024-02-10T09:19:09.299421+0000 mon.smithi018 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:10.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:09 smithi164 bash[18308]: audit 2024-02-10T09:19:09.300147+0000 mon.smithi018 (mon.0) 471 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-10T09:19:10.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:09 smithi164 bash[18308]: audit 2024-02-10T09:19:09.302035+0000 mon.smithi018 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:19:10.140 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:09 smithi018 bash[14175]: cluster 2024-02-10T09:19:06.674557+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T09:19:10.140 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:09 smithi018 bash[14175]: cluster 2024-02-10T09:19:06.674668+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T09:19:10.140 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:09 smithi018 bash[14175]: cluster 2024-02-10T09:19:08.294870+0000 mon.smithi018 (mon.0) 452 : cluster [INF] osd.4 [v2:172.21.15.164:6816/4190487347,v1:172.21.15.164:6817/4190487347] boot 2024-02-10T09:19:10.140 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:09 smithi018 bash[14175]: audit 2024-02-10T09:19:08.294949+0000 mon.smithi018 (mon.0) 453 : audit [INF] from='osd.1 [v2:172.21.15.18:6802/2989357334,v1:172.21.15.18:6803/2989357334]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-10T09:19:10.140 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:09 smithi018 bash[14175]: cluster 2024-02-10T09:19:08.295034+0000 mon.smithi018 (mon.0) 454 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-10T09:19:10.140 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:09 smithi018 bash[14175]: audit 2024-02-10T09:19:08.295425+0000 mon.smithi018 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:19:10.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:09 smithi018 bash[14175]: audit 2024-02-10T09:19:08.295734+0000 mon.smithi018 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:10.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:09 smithi018 bash[14175]: audit 2024-02-10T09:19:08.296009+0000 mon.smithi018 (mon.0) 457 : audit [INF] from='osd.1 [v2:172.21.15.18:6802/2989357334,v1:172.21.15.18:6803/2989357334]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]: dispatch 2024-02-10T09:19:10.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:09 smithi018 bash[14175]: audit 2024-02-10T09:19:08.296256+0000 mon.smithi018 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T09:19:10.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:09 smithi018 bash[14175]: audit 2024-02-10T09:19:08.296492+0000 mon.smithi018 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:10.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:09 smithi018 bash[14175]: audit 2024-02-10T09:19:08.296696+0000 mon.smithi018 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:19:10.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:09 smithi018 bash[14175]: audit 2024-02-10T09:19:08.296888+0000 mon.smithi018 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:10.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:09 smithi018 bash[14175]: audit 2024-02-10T09:19:08.297145+0000 mon.smithi018 (mon.0) 462 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 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-10T09:19:10.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:09 smithi018 bash[14175]: cluster 2024-02-10T09:19:09.274086+0000 mgr.smithi018.dxgutx (mgr.14180) 116 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-10T09:19:10.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:09 smithi018 bash[14175]: audit 2024-02-10T09:19:09.297174+0000 mon.smithi018 (mon.0) 463 : audit [INF] from='osd.1 [v2:172.21.15.18:6802/2989357334,v1:172.21.15.18:6803/2989357334]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]': finished 2024-02-10T09:19:10.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:09 smithi018 bash[14175]: audit 2024-02-10T09:19:09.297249+0000 mon.smithi018 (mon.0) 464 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 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-10T09:19:10.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:09 smithi018 bash[14175]: cluster 2024-02-10T09:19:09.297293+0000 mon.smithi018 (mon.0) 465 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-02-10T09:19:10.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:09 smithi018 bash[14175]: audit 2024-02-10T09:19:09.297537+0000 mon.smithi018 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:19:10.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:09 smithi018 bash[14175]: audit 2024-02-10T09:19:09.298072+0000 mon.smithi018 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:10.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:09 smithi018 bash[14175]: audit 2024-02-10T09:19:09.298751+0000 mon.smithi018 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:10.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:09 smithi018 bash[14175]: audit 2024-02-10T09:19:09.299105+0000 mon.smithi018 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:19:10.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:09 smithi018 bash[14175]: audit 2024-02-10T09:19:09.299421+0000 mon.smithi018 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:10.142 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:09 smithi018 bash[14175]: audit 2024-02-10T09:19:09.300147+0000 mon.smithi018 (mon.0) 471 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-10T09:19:10.142 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:09 smithi018 bash[14175]: audit 2024-02-10T09:19:09.302035+0000 mon.smithi018 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:19:11.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:10 smithi164 bash[18308]: audit 2024-02-10T09:19:09.997473+0000 mon.smithi164 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.164:6824/4263498075,v1:172.21.15.164:6825/4263498075]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-10T09:19:11.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:10 smithi164 bash[18308]: audit 2024-02-10T09:19:09.998115+0000 mon.smithi018 (mon.0) 473 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-10T09:19:11.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:10 smithi164 bash[18308]: audit 2024-02-10T09:19:10.301011+0000 mon.smithi018 (mon.0) 474 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-10T09:19:11.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:10 smithi164 bash[18308]: cluster 2024-02-10T09:19:10.301126+0000 mon.smithi018 (mon.0) 475 : cluster [INF] osd.1 [v2:172.21.15.18:6802/2989357334,v1:172.21.15.18:6803/2989357334] boot 2024-02-10T09:19:11.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:10 smithi164 bash[18308]: audit 2024-02-10T09:19:10.301221+0000 mon.smithi018 (mon.0) 476 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-10T09:19:11.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:10 smithi164 bash[18308]: cluster 2024-02-10T09:19:10.301333+0000 mon.smithi018 (mon.0) 477 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-02-10T09:19:11.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:10 smithi164 bash[18308]: audit 2024-02-10T09:19:10.302171+0000 mon.smithi018 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:19:11.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:10 smithi164 bash[18308]: audit 2024-02-10T09:19:10.302446+0000 mon.smithi164 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.164:6824/4263498075,v1:172.21.15.164:6825/4263498075]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-10T09:19:11.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:10 smithi164 bash[18308]: audit 2024-02-10T09:19:10.302797+0000 mon.smithi018 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:11.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:10 smithi164 bash[18308]: audit 2024-02-10T09:19:10.303290+0000 mon.smithi018 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:11.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:10 smithi164 bash[18308]: audit 2024-02-10T09:19:10.303778+0000 mon.smithi018 (mon.0) 481 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-10T09:19:11.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:10 smithi164 bash[18308]: audit 2024-02-10T09:19:10.304242+0000 mon.smithi018 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:19:11.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:10 smithi164 bash[18308]: audit 2024-02-10T09:19:10.304608+0000 mon.smithi018 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:11.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:10 smithi018 bash[14175]: audit 2024-02-10T09:19:09.997473+0000 mon.smithi164 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.164:6824/4263498075,v1:172.21.15.164:6825/4263498075]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-10T09:19:11.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:10 smithi018 bash[14175]: audit 2024-02-10T09:19:09.998115+0000 mon.smithi018 (mon.0) 473 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-10T09:19:11.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:10 smithi018 bash[14175]: audit 2024-02-10T09:19:10.301011+0000 mon.smithi018 (mon.0) 474 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-10T09:19:11.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:10 smithi018 bash[14175]: cluster 2024-02-10T09:19:10.301126+0000 mon.smithi018 (mon.0) 475 : cluster [INF] osd.1 [v2:172.21.15.18:6802/2989357334,v1:172.21.15.18:6803/2989357334] boot 2024-02-10T09:19:11.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:10 smithi018 bash[14175]: audit 2024-02-10T09:19:10.301221+0000 mon.smithi018 (mon.0) 476 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-10T09:19:11.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:10 smithi018 bash[14175]: cluster 2024-02-10T09:19:10.301333+0000 mon.smithi018 (mon.0) 477 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-02-10T09:19:11.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:10 smithi018 bash[14175]: audit 2024-02-10T09:19:10.302171+0000 mon.smithi018 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T09:19:11.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:10 smithi018 bash[14175]: audit 2024-02-10T09:19:10.302446+0000 mon.smithi164 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.164:6824/4263498075,v1:172.21.15.164:6825/4263498075]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-10T09:19:11.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:10 smithi018 bash[14175]: audit 2024-02-10T09:19:10.302797+0000 mon.smithi018 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:11.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:10 smithi018 bash[14175]: audit 2024-02-10T09:19:10.303290+0000 mon.smithi018 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:11.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:10 smithi018 bash[14175]: audit 2024-02-10T09:19:10.303778+0000 mon.smithi018 (mon.0) 481 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-02-10T09:19:11.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:10 smithi018 bash[14175]: audit 2024-02-10T09:19:10.304242+0000 mon.smithi018 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:19:11.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:10 smithi018 bash[14175]: audit 2024-02-10T09:19:10.304608+0000 mon.smithi018 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:11.965 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:19:12.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:11 smithi164 bash[18308]: cluster 2024-02-10T09:19:09.039789+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T09:19:12.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:11 smithi164 bash[18308]: cluster 2024-02-10T09:19:09.039870+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T09:19:12.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:11 smithi164 bash[18308]: cluster 2024-02-10T09:19:11.274427+0000 mgr.smithi018.dxgutx (mgr.14180) 117 : cluster [DBG] pgmap v90: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-10T09:19:12.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:11 smithi164 bash[18308]: audit 2024-02-10T09:19:11.304184+0000 mon.smithi018 (mon.0) 484 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]': finished 2024-02-10T09:19:12.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:11 smithi164 bash[18308]: cluster 2024-02-10T09:19:11.304336+0000 mon.smithi018 (mon.0) 485 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-02-10T09:19:12.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:11 smithi164 bash[18308]: audit 2024-02-10T09:19:11.304551+0000 mon.smithi018 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:12.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:11 smithi164 bash[18308]: audit 2024-02-10T09:19:11.304953+0000 mon.smithi018 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:12.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:11 smithi164 bash[18308]: audit 2024-02-10T09:19:11.305251+0000 mon.smithi018 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:19:12.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:11 smithi164 bash[18308]: audit 2024-02-10T09:19:11.305654+0000 mon.smithi018 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:12.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:11 smithi164 bash[18308]: audit 2024-02-10T09:19:11.310820+0000 mon.smithi018 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:19:12.126 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:11 smithi018 bash[14175]: cluster 2024-02-10T09:19:09.039789+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T09:19:12.126 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:11 smithi018 bash[14175]: cluster 2024-02-10T09:19:09.039870+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T09:19:12.126 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:11 smithi018 bash[14175]: cluster 2024-02-10T09:19:11.274427+0000 mgr.smithi018.dxgutx (mgr.14180) 117 : cluster [DBG] pgmap v90: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-10T09:19:12.126 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:11 smithi018 bash[14175]: audit 2024-02-10T09:19:11.304184+0000 mon.smithi018 (mon.0) 484 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]': finished 2024-02-10T09:19:12.126 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:11 smithi018 bash[14175]: cluster 2024-02-10T09:19:11.304336+0000 mon.smithi018 (mon.0) 485 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-02-10T09:19:12.126 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:11 smithi018 bash[14175]: audit 2024-02-10T09:19:11.304551+0000 mon.smithi018 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:12.126 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:11 smithi018 bash[14175]: audit 2024-02-10T09:19:11.304953+0000 mon.smithi018 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:12.126 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:11 smithi018 bash[14175]: audit 2024-02-10T09:19:11.305251+0000 mon.smithi018 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:19:12.126 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:11 smithi018 bash[14175]: audit 2024-02-10T09:19:11.305654+0000 mon.smithi018 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:12.126 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:11 smithi018 bash[14175]: audit 2024-02-10T09:19:11.310820+0000 mon.smithi018 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:19:12.960 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:12 smithi018 bash[14175]: audit 2024-02-10T09:19:11.964962+0000 mon.smithi018 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.18:0/2040036788' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:19:12.960 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:12 smithi018 bash[14175]: cluster 2024-02-10T09:19:12.306965+0000 mon.smithi018 (mon.0) 492 : cluster [INF] osd.6 [v2:172.21.15.164:6824/4263498075,v1:172.21.15.164:6825/4263498075] boot 2024-02-10T09:19:12.960 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:12 smithi018 bash[14175]: cluster 2024-02-10T09:19:12.307048+0000 mon.smithi018 (mon.0) 493 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-02-10T09:19:12.961 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:12 smithi018 bash[14175]: audit 2024-02-10T09:19:12.307314+0000 mon.smithi018 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:12.961 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:12 smithi018 bash[14175]: audit 2024-02-10T09:19:12.307881+0000 mon.smithi018 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:12.961 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:12 smithi018 bash[14175]: audit 2024-02-10T09:19:12.308235+0000 mon.smithi018 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:19:12.961 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:12 smithi018 bash[14175]: audit 2024-02-10T09:19:12.308712+0000 mon.smithi018 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:12.961 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:12 smithi018 bash[14175]: cluster 2024-02-10T09:19:12.405710+0000 mon.smithi018 (mon.0) 498 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-02-10T09:19:12.961 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:12 smithi018 bash[14175]: audit 2024-02-10T09:19:12.406039+0000 mon.smithi018 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:12.961 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:12 smithi018 bash[14175]: audit 2024-02-10T09:19:12.406482+0000 mon.smithi018 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:12.961 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:12 smithi018 bash[14175]: audit 2024-02-10T09:19:12.406785+0000 mon.smithi018 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:12.962 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":27,"num_osds":8,"num_up_osds":4,"osd_up_since":1707556750,"num_in_osds":8,"osd_in_since":1707556714,"num_remapped_pgs":0} 2024-02-10T09:19:13.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:12 smithi164 bash[18308]: audit 2024-02-10T09:19:11.964962+0000 mon.smithi018 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.18:0/2040036788' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:19:13.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:12 smithi164 bash[18308]: cluster 2024-02-10T09:19:12.306965+0000 mon.smithi018 (mon.0) 492 : cluster [INF] osd.6 [v2:172.21.15.164:6824/4263498075,v1:172.21.15.164:6825/4263498075] boot 2024-02-10T09:19:13.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:12 smithi164 bash[18308]: cluster 2024-02-10T09:19:12.307048+0000 mon.smithi018 (mon.0) 493 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-02-10T09:19:13.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:12 smithi164 bash[18308]: audit 2024-02-10T09:19:12.307314+0000 mon.smithi018 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:13.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:12 smithi164 bash[18308]: audit 2024-02-10T09:19:12.307881+0000 mon.smithi018 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:13.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:12 smithi164 bash[18308]: audit 2024-02-10T09:19:12.308235+0000 mon.smithi018 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T09:19:13.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:12 smithi164 bash[18308]: audit 2024-02-10T09:19:12.308712+0000 mon.smithi018 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:13.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:12 smithi164 bash[18308]: cluster 2024-02-10T09:19:12.405710+0000 mon.smithi018 (mon.0) 498 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-02-10T09:19:13.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:12 smithi164 bash[18308]: audit 2024-02-10T09:19:12.406039+0000 mon.smithi018 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:13.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:12 smithi164 bash[18308]: audit 2024-02-10T09:19:12.406482+0000 mon.smithi018 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:13.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:12 smithi164 bash[18308]: audit 2024-02-10T09:19:12.406785+0000 mon.smithi018 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:13.963 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T09:19:14.149 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:13 smithi018 bash[14175]: cluster 2024-02-10T09:19:10.995317+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T09:19:14.149 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:13 smithi018 bash[14175]: cluster 2024-02-10T09:19:10.995414+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T09:19:14.149 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:13 smithi018 bash[14175]: audit 2024-02-10T09:19:12.922552+0000 mon.smithi018 (mon.0) 502 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:19:14.149 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:13 smithi018 bash[14175]: cluster 2024-02-10T09:19:13.274904+0000 mgr.smithi018.dxgutx (mgr.14180) 118 : cluster [DBG] pgmap v94: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-10T09:19:14.149 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:13 smithi018 bash[14175]: cluster 2024-02-10T09:19:13.418892+0000 mon.smithi018 (mon.0) 503 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-02-10T09:19:14.149 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:13 smithi018 bash[14175]: audit 2024-02-10T09:19:13.419129+0000 mon.smithi018 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:14.149 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:13 smithi018 bash[14175]: audit 2024-02-10T09:19:13.419680+0000 mon.smithi018 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:14.150 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:13 smithi018 bash[14175]: audit 2024-02-10T09:19:13.420170+0000 mon.smithi018 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:14.150 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:13 smithi018 bash[14175]: audit 2024-02-10T09:19:13.587528+0000 mon.smithi018 (mon.0) 507 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:19:14.150 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:13 smithi018 bash[14175]: audit 2024-02-10T09:19:13.588822+0000 mon.smithi018 (mon.0) 508 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-10T09:19:14.150 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:13 smithi018 bash[14175]: audit 2024-02-10T09:19:13.589965+0000 mon.smithi018 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:19:14.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:13 smithi164 bash[18308]: cluster 2024-02-10T09:19:10.995317+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T09:19:14.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:13 smithi164 bash[18308]: cluster 2024-02-10T09:19:10.995414+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T09:19:14.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:13 smithi164 bash[18308]: audit 2024-02-10T09:19:12.922552+0000 mon.smithi018 (mon.0) 502 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:19:14.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:13 smithi164 bash[18308]: cluster 2024-02-10T09:19:13.274904+0000 mgr.smithi018.dxgutx (mgr.14180) 118 : cluster [DBG] pgmap v94: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-10T09:19:14.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:13 smithi164 bash[18308]: cluster 2024-02-10T09:19:13.418892+0000 mon.smithi018 (mon.0) 503 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-02-10T09:19:14.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:13 smithi164 bash[18308]: audit 2024-02-10T09:19:13.419129+0000 mon.smithi018 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:14.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:13 smithi164 bash[18308]: audit 2024-02-10T09:19:13.419680+0000 mon.smithi018 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:14.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:13 smithi164 bash[18308]: audit 2024-02-10T09:19:13.420170+0000 mon.smithi018 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:14.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:13 smithi164 bash[18308]: audit 2024-02-10T09:19:13.587528+0000 mon.smithi018 (mon.0) 507 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:19:14.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:13 smithi164 bash[18308]: audit 2024-02-10T09:19:13.588822+0000 mon.smithi018 (mon.0) 508 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-10T09:19:14.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:13 smithi164 bash[18308]: audit 2024-02-10T09:19:13.589965+0000 mon.smithi018 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:19:15.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:14 smithi018 bash[14175]: cephadm 2024-02-10T09:19:13.591061+0000 mgr.smithi018.dxgutx (mgr.14180) 119 : cephadm [INF] Deploying daemon osd.7 on smithi018 2024-02-10T09:19:15.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:14 smithi018 bash[14175]: cluster 2024-02-10T09:19:14.422160+0000 mon.smithi018 (mon.0) 510 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2024-02-10T09:19:15.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:14 smithi018 bash[14175]: audit 2024-02-10T09:19:14.422441+0000 mon.smithi018 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:15.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:14 smithi018 bash[14175]: audit 2024-02-10T09:19:14.423159+0000 mon.smithi018 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:15.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:14 smithi018 bash[14175]: audit 2024-02-10T09:19:14.423588+0000 mon.smithi018 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:15.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:14 smithi164 bash[18308]: cephadm 2024-02-10T09:19:13.591061+0000 mgr.smithi018.dxgutx (mgr.14180) 119 : cephadm [INF] Deploying daemon osd.7 on smithi018 2024-02-10T09:19:15.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:14 smithi164 bash[18308]: cluster 2024-02-10T09:19:14.422160+0000 mon.smithi018 (mon.0) 510 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2024-02-10T09:19:15.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:14 smithi164 bash[18308]: audit 2024-02-10T09:19:14.422441+0000 mon.smithi018 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:15.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:14 smithi164 bash[18308]: audit 2024-02-10T09:19:14.423159+0000 mon.smithi018 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:15.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:14 smithi164 bash[18308]: audit 2024-02-10T09:19:14.423588+0000 mon.smithi018 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:16.124 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:15 smithi018 bash[14175]: cluster 2024-02-10T09:19:15.275470+0000 mgr.smithi018.dxgutx (mgr.14180) 120 : cluster [DBG] pgmap v97: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-10T09:19:16.124 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:15 smithi018 bash[14175]: audit 2024-02-10T09:19:15.471742+0000 mon.smithi018 (mon.0) 514 : audit [INF] from='osd.3 [v2:172.21.15.18:6810/1894512625,v1:172.21.15.18:6811/1894512625]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-10T09:19:16.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:15 smithi164 bash[18308]: cluster 2024-02-10T09:19:15.275470+0000 mgr.smithi018.dxgutx (mgr.14180) 120 : cluster [DBG] pgmap v97: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-10T09:19:16.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:15 smithi164 bash[18308]: audit 2024-02-10T09:19:15.471742+0000 mon.smithi018 (mon.0) 514 : audit [INF] from='osd.3 [v2:172.21.15.18:6810/1894512625,v1:172.21.15.18:6811/1894512625]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-10T09:19:17.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:16 smithi018 bash[14175]: audit 2024-02-10T09:19:15.934421+0000 mon.smithi018 (mon.0) 515 : audit [INF] from='osd.3 [v2:172.21.15.18:6810/1894512625,v1:172.21.15.18:6811/1894512625]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-10T09:19:17.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:16 smithi018 bash[14175]: cluster 2024-02-10T09:19:15.934503+0000 mon.smithi018 (mon.0) 516 : cluster [DBG] osdmap e32: 8 total, 5 up, 8 in 2024-02-10T09:19:17.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:16 smithi018 bash[14175]: audit 2024-02-10T09:19:15.934976+0000 mon.smithi018 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:17.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:16 smithi018 bash[14175]: audit 2024-02-10T09:19:15.935305+0000 mon.smithi018 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:17.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:16 smithi018 bash[14175]: audit 2024-02-10T09:19:15.935600+0000 mon.smithi018 (mon.0) 519 : audit [INF] from='osd.3 [v2:172.21.15.18:6810/1894512625,v1:172.21.15.18:6811/1894512625]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]: dispatch 2024-02-10T09:19:17.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:16 smithi018 bash[14175]: audit 2024-02-10T09:19:15.935922+0000 mon.smithi018 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:17.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:16 smithi018 bash[14175]: audit 2024-02-10T09:19:16.938413+0000 mon.smithi018 (mon.0) 521 : audit [INF] from='osd.3 [v2:172.21.15.18:6810/1894512625,v1:172.21.15.18:6811/1894512625]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]': finished 2024-02-10T09:19:17.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:16 smithi164 bash[18308]: audit 2024-02-10T09:19:15.934421+0000 mon.smithi018 (mon.0) 515 : audit [INF] from='osd.3 [v2:172.21.15.18:6810/1894512625,v1:172.21.15.18:6811/1894512625]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-10T09:19:17.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:16 smithi164 bash[18308]: cluster 2024-02-10T09:19:15.934503+0000 mon.smithi018 (mon.0) 516 : cluster [DBG] osdmap e32: 8 total, 5 up, 8 in 2024-02-10T09:19:17.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:16 smithi164 bash[18308]: audit 2024-02-10T09:19:15.934976+0000 mon.smithi018 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:17.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:16 smithi164 bash[18308]: audit 2024-02-10T09:19:15.935305+0000 mon.smithi018 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:17.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:16 smithi164 bash[18308]: audit 2024-02-10T09:19:15.935600+0000 mon.smithi018 (mon.0) 519 : audit [INF] from='osd.3 [v2:172.21.15.18:6810/1894512625,v1:172.21.15.18:6811/1894512625]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]: dispatch 2024-02-10T09:19:17.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:16 smithi164 bash[18308]: audit 2024-02-10T09:19:15.935922+0000 mon.smithi018 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:17.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:16 smithi164 bash[18308]: audit 2024-02-10T09:19:16.938413+0000 mon.smithi018 (mon.0) 521 : audit [INF] from='osd.3 [v2:172.21.15.18:6810/1894512625,v1:172.21.15.18:6811/1894512625]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]': finished 2024-02-10T09:19:18.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:17 smithi018 bash[14175]: cluster 2024-02-10T09:19:16.938536+0000 mon.smithi018 (mon.0) 522 : cluster [DBG] osdmap e33: 8 total, 5 up, 8 in 2024-02-10T09:19:18.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:17 smithi018 bash[14175]: audit 2024-02-10T09:19:16.938806+0000 mon.smithi018 (mon.0) 523 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:18.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:17 smithi018 bash[14175]: audit 2024-02-10T09:19:16.940097+0000 mon.smithi018 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:18.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:17 smithi018 bash[14175]: audit 2024-02-10T09:19:16.941168+0000 mon.smithi018 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:18.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:17 smithi018 bash[14175]: audit 2024-02-10T09:19:16.950170+0000 mon.smithi018 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:18.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:17 smithi018 bash[14175]: cluster 2024-02-10T09:19:17.275932+0000 mgr.smithi018.dxgutx (mgr.14180) 121 : cluster [DBG] pgmap v100: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-10T09:19:18.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:17 smithi018 bash[14175]: cluster 2024-02-10T09:19:17.406914+0000 mon.smithi018 (mon.0) 527 : cluster [INF] osd.3 [v2:172.21.15.18:6810/1894512625,v1:172.21.15.18:6811/1894512625] boot 2024-02-10T09:19:18.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:17 smithi018 bash[14175]: cluster 2024-02-10T09:19:17.406962+0000 mon.smithi018 (mon.0) 528 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-02-10T09:19:18.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:17 smithi018 bash[14175]: audit 2024-02-10T09:19:17.407855+0000 mon.smithi018 (mon.0) 529 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:18.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:17 smithi018 bash[14175]: audit 2024-02-10T09:19:17.408249+0000 mon.smithi018 (mon.0) 530 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:18.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:17 smithi018 bash[14175]: audit 2024-02-10T09:19:17.408485+0000 mon.smithi018 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:18.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:17 smithi164 bash[18308]: cluster 2024-02-10T09:19:16.938536+0000 mon.smithi018 (mon.0) 522 : cluster [DBG] osdmap e33: 8 total, 5 up, 8 in 2024-02-10T09:19:18.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:17 smithi164 bash[18308]: audit 2024-02-10T09:19:16.938806+0000 mon.smithi018 (mon.0) 523 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:18.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:17 smithi164 bash[18308]: audit 2024-02-10T09:19:16.940097+0000 mon.smithi018 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:18.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:17 smithi164 bash[18308]: audit 2024-02-10T09:19:16.941168+0000 mon.smithi018 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:18.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:17 smithi164 bash[18308]: audit 2024-02-10T09:19:16.950170+0000 mon.smithi018 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:18.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:17 smithi164 bash[18308]: cluster 2024-02-10T09:19:17.275932+0000 mgr.smithi018.dxgutx (mgr.14180) 121 : cluster [DBG] pgmap v100: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-10T09:19:18.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:17 smithi164 bash[18308]: cluster 2024-02-10T09:19:17.406914+0000 mon.smithi018 (mon.0) 527 : cluster [INF] osd.3 [v2:172.21.15.18:6810/1894512625,v1:172.21.15.18:6811/1894512625] boot 2024-02-10T09:19:18.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:17 smithi164 bash[18308]: cluster 2024-02-10T09:19:17.406962+0000 mon.smithi018 (mon.0) 528 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-02-10T09:19:18.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:17 smithi164 bash[18308]: audit 2024-02-10T09:19:17.407855+0000 mon.smithi018 (mon.0) 529 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T09:19:18.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:17 smithi164 bash[18308]: audit 2024-02-10T09:19:17.408249+0000 mon.smithi018 (mon.0) 530 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:18.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:17 smithi164 bash[18308]: audit 2024-02-10T09:19:17.408485+0000 mon.smithi018 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:19.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:19 smithi018 bash[14175]: cluster 2024-02-10T09:19:16.494221+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T09:19:19.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:19 smithi018 bash[14175]: cluster 2024-02-10T09:19:16.494352+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T09:19:19.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:19 smithi018 bash[14175]: cluster 2024-02-10T09:19:18.408906+0000 mon.smithi018 (mon.0) 532 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2024-02-10T09:19:19.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:19 smithi018 bash[14175]: audit 2024-02-10T09:19:18.409078+0000 mon.smithi018 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:19.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:19 smithi018 bash[14175]: audit 2024-02-10T09:19:18.409427+0000 mon.smithi018 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:19.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:19 smithi018 bash[14175]: cluster 2024-02-10T09:19:19.276453+0000 mgr.smithi018.dxgutx (mgr.14180) 122 : cluster [DBG] pgmap v103: 1 pgs: 1 unknown; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-10T09:19:19.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:19 smithi164 bash[18308]: cluster 2024-02-10T09:19:16.494221+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T09:19:19.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:19 smithi164 bash[18308]: cluster 2024-02-10T09:19:16.494352+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T09:19:19.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:19 smithi164 bash[18308]: cluster 2024-02-10T09:19:18.408906+0000 mon.smithi018 (mon.0) 532 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2024-02-10T09:19:19.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:19 smithi164 bash[18308]: audit 2024-02-10T09:19:18.409078+0000 mon.smithi018 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:19.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:19 smithi164 bash[18308]: audit 2024-02-10T09:19:18.409427+0000 mon.smithi018 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:19.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:19 smithi164 bash[18308]: cluster 2024-02-10T09:19:19.276453+0000 mgr.smithi018.dxgutx (mgr.14180) 122 : cluster [DBG] pgmap v103: 1 pgs: 1 unknown; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-10T09:19:20.347 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:19:20.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:20 smithi018 bash[14175]: cluster 2024-02-10T09:19:19.416601+0000 mon.smithi018 (mon.0) 535 : cluster [DBG] osdmap e36: 8 total, 6 up, 8 in 2024-02-10T09:19:20.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:20 smithi018 bash[14175]: audit 2024-02-10T09:19:19.416822+0000 mon.smithi018 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:20.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:20 smithi018 bash[14175]: audit 2024-02-10T09:19:19.417557+0000 mon.smithi018 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:20.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:20 smithi018 bash[14175]: audit 2024-02-10T09:19:20.346963+0000 mon.smithi018 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.18:0/1305124328' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:19:20.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:20 smithi164 bash[18308]: cluster 2024-02-10T09:19:19.416601+0000 mon.smithi018 (mon.0) 535 : cluster [DBG] osdmap e36: 8 total, 6 up, 8 in 2024-02-10T09:19:20.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:20 smithi164 bash[18308]: audit 2024-02-10T09:19:19.416822+0000 mon.smithi018 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:20.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:20 smithi164 bash[18308]: audit 2024-02-10T09:19:19.417557+0000 mon.smithi018 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:20.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:20 smithi164 bash[18308]: audit 2024-02-10T09:19:20.346963+0000 mon.smithi018 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.18:0/1305124328' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:19:21.444 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":36,"num_osds":8,"num_up_osds":6,"osd_up_since":1707556757,"num_in_osds":8,"osd_in_since":1707556714,"num_remapped_pgs":0} 2024-02-10T09:19:21.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:21 smithi018 bash[14175]: cluster 2024-02-10T09:19:21.277008+0000 mgr.smithi018.dxgutx (mgr.14180) 123 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-10T09:19:21.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:21 smithi164 bash[18308]: cluster 2024-02-10T09:19:21.277008+0000 mgr.smithi018.dxgutx (mgr.14180) 123 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-10T09:19:22.445 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T09:19:23.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:23 smithi164 bash[18308]: audit 2024-02-10T09:19:22.027820+0000 mon.smithi018 (mon.0) 539 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:19:23.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:23 smithi018 bash[14175]: audit 2024-02-10T09:19:22.027820+0000 mon.smithi018 (mon.0) 539 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:19:24.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:24 smithi018 bash[14175]: cluster 2024-02-10T09:19:23.277634+0000 mgr.smithi018.dxgutx (mgr.14180) 124 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-10T09:19:24.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:24 smithi018 bash[14175]: audit 2024-02-10T09:19:23.816343+0000 mon.smithi018 (mon.0) 540 : audit [INF] from='osd.5 [v2:172.21.15.18:6818/1333752789,v1:172.21.15.18:6819/1333752789]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-10T09:19:24.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:24 smithi164 bash[18308]: cluster 2024-02-10T09:19:23.277634+0000 mgr.smithi018.dxgutx (mgr.14180) 124 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-10T09:19:24.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:24 smithi164 bash[18308]: audit 2024-02-10T09:19:23.816343+0000 mon.smithi018 (mon.0) 540 : audit [INF] from='osd.5 [v2:172.21.15.18:6818/1333752789,v1:172.21.15.18:6819/1333752789]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-10T09:19:25.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:25 smithi018 bash[14175]: audit 2024-02-10T09:19:24.033003+0000 mon.smithi018 (mon.0) 541 : audit [INF] from='osd.5 [v2:172.21.15.18:6818/1333752789,v1:172.21.15.18:6819/1333752789]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-10T09:19:25.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:25 smithi018 bash[14175]: cluster 2024-02-10T09:19:24.033109+0000 mon.smithi018 (mon.0) 542 : cluster [DBG] osdmap e37: 8 total, 6 up, 8 in 2024-02-10T09:19:25.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:25 smithi018 bash[14175]: audit 2024-02-10T09:19:24.033871+0000 mon.smithi018 (mon.0) 543 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:25.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:25 smithi018 bash[14175]: audit 2024-02-10T09:19:24.034494+0000 mon.smithi018 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:25.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:25 smithi018 bash[14175]: audit 2024-02-10T09:19:24.034951+0000 mon.smithi018 (mon.0) 545 : audit [INF] from='osd.5 [v2:172.21.15.18:6818/1333752789,v1:172.21.15.18:6819/1333752789]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]: dispatch 2024-02-10T09:19:25.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:25 smithi164 bash[18308]: audit 2024-02-10T09:19:24.033003+0000 mon.smithi018 (mon.0) 541 : audit [INF] from='osd.5 [v2:172.21.15.18:6818/1333752789,v1:172.21.15.18:6819/1333752789]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-10T09:19:25.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:25 smithi164 bash[18308]: cluster 2024-02-10T09:19:24.033109+0000 mon.smithi018 (mon.0) 542 : cluster [DBG] osdmap e37: 8 total, 6 up, 8 in 2024-02-10T09:19:25.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:25 smithi164 bash[18308]: audit 2024-02-10T09:19:24.033871+0000 mon.smithi018 (mon.0) 543 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:25.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:25 smithi164 bash[18308]: audit 2024-02-10T09:19:24.034494+0000 mon.smithi018 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:25.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:25 smithi164 bash[18308]: audit 2024-02-10T09:19:24.034951+0000 mon.smithi018 (mon.0) 545 : audit [INF] from='osd.5 [v2:172.21.15.18:6818/1333752789,v1:172.21.15.18:6819/1333752789]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]: dispatch 2024-02-10T09:19:26.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:26 smithi164 bash[18308]: audit 2024-02-10T09:19:25.036786+0000 mon.smithi018 (mon.0) 546 : audit [INF] from='osd.5 [v2:172.21.15.18:6818/1333752789,v1:172.21.15.18:6819/1333752789]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]': finished 2024-02-10T09:19:26.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:26 smithi164 bash[18308]: cluster 2024-02-10T09:19:25.036921+0000 mon.smithi018 (mon.0) 547 : cluster [DBG] osdmap e38: 8 total, 6 up, 8 in 2024-02-10T09:19:26.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:26 smithi164 bash[18308]: audit 2024-02-10T09:19:25.037236+0000 mon.smithi018 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:26.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:26 smithi164 bash[18308]: audit 2024-02-10T09:19:25.038615+0000 mon.smithi018 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:26.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:26 smithi164 bash[18308]: audit 2024-02-10T09:19:25.043798+0000 mon.smithi018 (mon.0) 550 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:26.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:26 smithi164 bash[18308]: cluster 2024-02-10T09:19:25.278116+0000 mgr.smithi018.dxgutx (mgr.14180) 125 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-10T09:19:26.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:26 smithi018 bash[14175]: audit 2024-02-10T09:19:25.036786+0000 mon.smithi018 (mon.0) 546 : audit [INF] from='osd.5 [v2:172.21.15.18:6818/1333752789,v1:172.21.15.18:6819/1333752789]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]': finished 2024-02-10T09:19:26.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:26 smithi018 bash[14175]: cluster 2024-02-10T09:19:25.036921+0000 mon.smithi018 (mon.0) 547 : cluster [DBG] osdmap e38: 8 total, 6 up, 8 in 2024-02-10T09:19:26.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:26 smithi018 bash[14175]: audit 2024-02-10T09:19:25.037236+0000 mon.smithi018 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:26.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:26 smithi018 bash[14175]: audit 2024-02-10T09:19:25.038615+0000 mon.smithi018 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:26.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:26 smithi018 bash[14175]: audit 2024-02-10T09:19:25.043798+0000 mon.smithi018 (mon.0) 550 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:26.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:26 smithi018 bash[14175]: cluster 2024-02-10T09:19:25.278116+0000 mgr.smithi018.dxgutx (mgr.14180) 125 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-10T09:19:27.048 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:19:27.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:27 smithi164 bash[18308]: cluster 2024-02-10T09:19:24.814377+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T09:19:27.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:27 smithi164 bash[18308]: cluster 2024-02-10T09:19:24.814457+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T09:19:27.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:27 smithi164 bash[18308]: audit 2024-02-10T09:19:26.047177+0000 mon.smithi018 (mon.0) 551 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:27.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:27 smithi164 bash[18308]: cluster 2024-02-10T09:19:26.052031+0000 mon.smithi018 (mon.0) 552 : cluster [INF] osd.5 [v2:172.21.15.18:6818/1333752789,v1:172.21.15.18:6819/1333752789] boot 2024-02-10T09:19:27.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:27 smithi164 bash[18308]: cluster 2024-02-10T09:19:26.052065+0000 mon.smithi018 (mon.0) 553 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2024-02-10T09:19:27.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:27 smithi164 bash[18308]: audit 2024-02-10T09:19:26.052683+0000 mon.smithi018 (mon.0) 554 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:27.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:27 smithi164 bash[18308]: audit 2024-02-10T09:19:26.053030+0000 mon.smithi018 (mon.0) 555 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:27.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:27 smithi164 bash[18308]: audit 2024-02-10T09:19:27.047376+0000 mon.smithi018 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.18:0/1832833860' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:19:27.323 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:27 smithi018 bash[14175]: cluster 2024-02-10T09:19:24.814377+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T09:19:27.323 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:27 smithi018 bash[14175]: cluster 2024-02-10T09:19:24.814457+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T09:19:27.323 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:27 smithi018 bash[14175]: audit 2024-02-10T09:19:26.047177+0000 mon.smithi018 (mon.0) 551 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:27.323 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:27 smithi018 bash[14175]: cluster 2024-02-10T09:19:26.052031+0000 mon.smithi018 (mon.0) 552 : cluster [INF] osd.5 [v2:172.21.15.18:6818/1333752789,v1:172.21.15.18:6819/1333752789] boot 2024-02-10T09:19:27.323 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:27 smithi018 bash[14175]: cluster 2024-02-10T09:19:26.052065+0000 mon.smithi018 (mon.0) 553 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2024-02-10T09:19:27.323 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:27 smithi018 bash[14175]: audit 2024-02-10T09:19:26.052683+0000 mon.smithi018 (mon.0) 554 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T09:19:27.323 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:27 smithi018 bash[14175]: audit 2024-02-10T09:19:26.053030+0000 mon.smithi018 (mon.0) 555 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:27.323 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:27 smithi018 bash[14175]: audit 2024-02-10T09:19:27.047376+0000 mon.smithi018 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.18:0/1832833860' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:19:27.837 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":39,"num_osds":8,"num_up_osds":7,"osd_up_since":1707556766,"num_in_osds":8,"osd_in_since":1707556714,"num_remapped_pgs":0} 2024-02-10T09:19:28.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:28 smithi164 bash[18308]: cluster 2024-02-10T09:19:27.059620+0000 mon.smithi018 (mon.0) 557 : cluster [DBG] osdmap e40: 8 total, 7 up, 8 in 2024-02-10T09:19:28.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:28 smithi164 bash[18308]: audit 2024-02-10T09:19:27.059812+0000 mon.smithi018 (mon.0) 558 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:28.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:28 smithi164 bash[18308]: cluster 2024-02-10T09:19:27.278582+0000 mgr.smithi018.dxgutx (mgr.14180) 126 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-10T09:19:28.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:28 smithi018 bash[14175]: cluster 2024-02-10T09:19:27.059620+0000 mon.smithi018 (mon.0) 557 : cluster [DBG] osdmap e40: 8 total, 7 up, 8 in 2024-02-10T09:19:28.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:28 smithi018 bash[14175]: audit 2024-02-10T09:19:27.059812+0000 mon.smithi018 (mon.0) 558 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:28.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:28 smithi018 bash[14175]: cluster 2024-02-10T09:19:27.278582+0000 mgr.smithi018.dxgutx (mgr.14180) 126 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-10T09:19:28.839 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T09:19:29.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:29 smithi018 bash[14175]: cluster 2024-02-10T09:19:29.278989+0000 mgr.smithi018.dxgutx (mgr.14180) 127 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-10T09:19:29.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:29 smithi164 bash[18308]: cluster 2024-02-10T09:19:29.278989+0000 mgr.smithi018.dxgutx (mgr.14180) 127 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-10T09:19:30.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:30 smithi018 bash[14175]: audit 2024-02-10T09:19:30.601687+0000 mon.smithi164 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.18:6826/13674057,v1:172.21.15.18:6827/13674057]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-10T09:19:30.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:30 smithi018 bash[14175]: audit 2024-02-10T09:19:30.602137+0000 mon.smithi018 (mon.0) 559 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-10T09:19:31.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:30 smithi164 bash[18308]: audit 2024-02-10T09:19:30.601687+0000 mon.smithi164 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.18:6826/13674057,v1:172.21.15.18:6827/13674057]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-10T09:19:31.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:30 smithi164 bash[18308]: audit 2024-02-10T09:19:30.602137+0000 mon.smithi018 (mon.0) 559 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-10T09:19:31.674 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:31 smithi018 bash[14175]: audit 2024-02-10T09:19:30.658244+0000 mon.smithi018 (mon.0) 560 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-10T09:19:31.674 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:31 smithi018 bash[14175]: cluster 2024-02-10T09:19:30.658431+0000 mon.smithi018 (mon.0) 561 : cluster [DBG] osdmap e41: 8 total, 7 up, 8 in 2024-02-10T09:19:31.675 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:31 smithi018 bash[14175]: audit 2024-02-10T09:19:30.659015+0000 mon.smithi018 (mon.0) 562 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:31.675 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:31 smithi018 bash[14175]: audit 2024-02-10T09:19:30.662716+0000 mon.smithi164 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.18:6826/13674057,v1:172.21.15.18:6827/13674057]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]: dispatch 2024-02-10T09:19:31.675 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:31 smithi018 bash[14175]: audit 2024-02-10T09:19:30.667194+0000 mon.smithi018 (mon.0) 563 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]: dispatch 2024-02-10T09:19:31.675 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:31 smithi018 bash[14175]: cluster 2024-02-10T09:19:31.279497+0000 mgr.smithi018.dxgutx (mgr.14180) 128 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-10T09:19:32.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:31 smithi164 bash[18308]: audit 2024-02-10T09:19:30.658244+0000 mon.smithi018 (mon.0) 560 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-10T09:19:32.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:31 smithi164 bash[18308]: cluster 2024-02-10T09:19:30.658431+0000 mon.smithi018 (mon.0) 561 : cluster [DBG] osdmap e41: 8 total, 7 up, 8 in 2024-02-10T09:19:32.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:31 smithi164 bash[18308]: audit 2024-02-10T09:19:30.659015+0000 mon.smithi018 (mon.0) 562 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:32.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:31 smithi164 bash[18308]: audit 2024-02-10T09:19:30.662716+0000 mon.smithi164 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.18:6826/13674057,v1:172.21.15.18:6827/13674057]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]: dispatch 2024-02-10T09:19:32.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:31 smithi164 bash[18308]: audit 2024-02-10T09:19:30.667194+0000 mon.smithi018 (mon.0) 563 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]: dispatch 2024-02-10T09:19:32.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:31 smithi164 bash[18308]: cluster 2024-02-10T09:19:31.279497+0000 mgr.smithi018.dxgutx (mgr.14180) 128 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-10T09:19:32.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:32 smithi018 bash[14175]: audit 2024-02-10T09:19:31.670140+0000 mon.smithi018 (mon.0) 564 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]': finished 2024-02-10T09:19:32.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:32 smithi018 bash[14175]: cluster 2024-02-10T09:19:31.670353+0000 mon.smithi018 (mon.0) 565 : cluster [DBG] osdmap e42: 8 total, 7 up, 8 in 2024-02-10T09:19:32.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:32 smithi018 bash[14175]: audit 2024-02-10T09:19:31.670994+0000 mon.smithi018 (mon.0) 566 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:32.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:32 smithi018 bash[14175]: audit 2024-02-10T09:19:31.676565+0000 mon.smithi018 (mon.0) 567 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:33.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:32 smithi164 bash[18308]: audit 2024-02-10T09:19:31.670140+0000 mon.smithi018 (mon.0) 564 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]': finished 2024-02-10T09:19:33.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:32 smithi164 bash[18308]: cluster 2024-02-10T09:19:31.670353+0000 mon.smithi018 (mon.0) 565 : cluster [DBG] osdmap e42: 8 total, 7 up, 8 in 2024-02-10T09:19:33.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:32 smithi164 bash[18308]: audit 2024-02-10T09:19:31.670994+0000 mon.smithi018 (mon.0) 566 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:33.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:32 smithi164 bash[18308]: audit 2024-02-10T09:19:31.676565+0000 mon.smithi018 (mon.0) 567 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:33.751 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:19:33.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:33 smithi018 bash[14175]: cluster 2024-02-10T09:19:31.607575+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T09:19:33.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:33 smithi018 bash[14175]: cluster 2024-02-10T09:19:31.607682+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T09:19:33.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:33 smithi018 bash[14175]: cluster 2024-02-10T09:19:32.680035+0000 mon.smithi018 (mon.0) 568 : cluster [INF] osd.7 [v2:172.21.15.18:6826/13674057,v1:172.21.15.18:6827/13674057] boot 2024-02-10T09:19:33.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:33 smithi018 bash[14175]: cluster 2024-02-10T09:19:32.680168+0000 mon.smithi018 (mon.0) 569 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-10T09:19:33.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:33 smithi018 bash[14175]: audit 2024-02-10T09:19:32.680705+0000 mon.smithi018 (mon.0) 570 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:33.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:33 smithi018 bash[14175]: cluster 2024-02-10T09:19:33.280129+0000 mgr.smithi018.dxgutx (mgr.14180) 129 : cluster [DBG] pgmap v118: 1 pgs: 1 remapped+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-10T09:19:34.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:33 smithi164 bash[18308]: cluster 2024-02-10T09:19:31.607575+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T09:19:34.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:33 smithi164 bash[18308]: cluster 2024-02-10T09:19:31.607682+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T09:19:34.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:33 smithi164 bash[18308]: cluster 2024-02-10T09:19:32.680035+0000 mon.smithi018 (mon.0) 568 : cluster [INF] osd.7 [v2:172.21.15.18:6826/13674057,v1:172.21.15.18:6827/13674057] boot 2024-02-10T09:19:34.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:33 smithi164 bash[18308]: cluster 2024-02-10T09:19:32.680168+0000 mon.smithi018 (mon.0) 569 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-10T09:19:34.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:33 smithi164 bash[18308]: audit 2024-02-10T09:19:32.680705+0000 mon.smithi018 (mon.0) 570 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T09:19:34.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:33 smithi164 bash[18308]: cluster 2024-02-10T09:19:33.280129+0000 mgr.smithi018.dxgutx (mgr.14180) 129 : cluster [DBG] pgmap v118: 1 pgs: 1 remapped+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-10T09:19:34.869 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":44,"num_osds":8,"num_up_osds":8,"osd_up_since":1707556772,"num_in_osds":8,"osd_in_since":1707556714,"num_remapped_pgs":0} 2024-02-10T09:19:34.870 INFO:tasks.cephadm:Setting up client nodes... 2024-02-10T09:19:34.870 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-10T09:19:34.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:34 smithi018 bash[14175]: cluster 2024-02-10T09:19:33.687531+0000 mon.smithi018 (mon.0) 571 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-10T09:19:34.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:34 smithi018 bash[14175]: audit 2024-02-10T09:19:33.751312+0000 mon.smithi018 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.18:0/1213210993' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:19:35.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:34 smithi164 bash[18308]: cluster 2024-02-10T09:19:33.687531+0000 mon.smithi018 (mon.0) 571 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-10T09:19:35.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:34 smithi164 bash[18308]: audit 2024-02-10T09:19:33.751312+0000 mon.smithi018 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.18:0/1213210993' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T09:19:35.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:35 smithi018 bash[14175]: cluster 2024-02-10T09:19:34.703925+0000 mon.smithi018 (mon.0) 573 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-10T09:19:35.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:35 smithi018 bash[14175]: cluster 2024-02-10T09:19:35.280569+0000 mgr.smithi018.dxgutx (mgr.14180) 130 : cluster [DBG] pgmap v121: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:19:35.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:35 smithi018 bash[14175]: audit 2024-02-10T09:19:35.607097+0000 mon.smithi018 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:19:35.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:35 smithi018 bash[14175]: audit 2024-02-10T09:19:35.610443+0000 mon.smithi018 (mon.0) 575 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:19:36.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:35 smithi164 bash[18308]: cluster 2024-02-10T09:19:34.703925+0000 mon.smithi018 (mon.0) 573 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-10T09:19:36.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:35 smithi164 bash[18308]: cluster 2024-02-10T09:19:35.280569+0000 mgr.smithi018.dxgutx (mgr.14180) 130 : cluster [DBG] pgmap v121: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:19:36.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:35 smithi164 bash[18308]: audit 2024-02-10T09:19:35.607097+0000 mon.smithi018 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:19:36.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:35 smithi164 bash[18308]: audit 2024-02-10T09:19:35.610443+0000 mon.smithi018 (mon.0) 575 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:19:37.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:37 smithi018 bash[14175]: cluster 2024-02-10T09:19:37.281184+0000 mgr.smithi018.dxgutx (mgr.14180) 131 : cluster [DBG] pgmap v122: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:19:37.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:37 smithi164 bash[18308]: cluster 2024-02-10T09:19:37.281184+0000 mgr.smithi018.dxgutx (mgr.14180) 131 : cluster [DBG] pgmap v122: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:19:38.247 INFO:teuthology.orchestra.run.smithi018.stdout:[client.0] 2024-02-10T09:19:38.247 INFO:teuthology.orchestra.run.smithi018.stdout: key = AQCqP8dlAupmDhAAwox6rdgatzapbo3GE9ZIJA== 2024-02-10T09:19:38.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:38 smithi018 bash[14175]: audit 2024-02-10T09:19:38.241290+0000 mon.smithi018 (mon.0) 576 : audit [INF] from='client.? 172.21.15.18:0/1916719665' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-10T09:19:38.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:38 smithi018 bash[14175]: audit 2024-02-10T09:19:38.246439+0000 mon.smithi018 (mon.0) 577 : audit [INF] from='client.? 172.21.15.18:0/1916719665' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-10T09:19:38.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:38 smithi164 bash[18308]: audit 2024-02-10T09:19:38.241290+0000 mon.smithi018 (mon.0) 576 : audit [INF] from='client.? 172.21.15.18:0/1916719665' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-10T09:19:38.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:38 smithi164 bash[18308]: audit 2024-02-10T09:19:38.246439+0000 mon.smithi018 (mon.0) 577 : audit [INF] from='client.? 172.21.15.18:0/1916719665' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-10T09:19:39.000 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-02-10T09:19:39.000 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-10T09:19:39.000 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-10T09:19:39.023 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-10T09:19:39.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:39 smithi164 bash[18308]: cluster 2024-02-10T09:19:39.281785+0000 mgr.smithi018.dxgutx (mgr.14180) 132 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:19:39.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:39 smithi018 bash[14175]: cluster 2024-02-10T09:19:39.281785+0000 mgr.smithi018.dxgutx (mgr.14180) 132 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:19:42.095 INFO:teuthology.orchestra.run.smithi164.stdout:[client.1] 2024-02-10T09:19:42.095 INFO:teuthology.orchestra.run.smithi164.stdout: key = AQCuP8dlOU9DBRAACO3LgGKh0b7MP1XbFhdGLw== 2024-02-10T09:19:42.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:42 smithi164 bash[18308]: audit 2024-02-10T09:19:41.000671+0000 mon.smithi018 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:19:42.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:42 smithi164 bash[18308]: cluster 2024-02-10T09:19:41.282368+0000 mgr.smithi018.dxgutx (mgr.14180) 133 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:19:42.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:42 smithi164 bash[18308]: audit 2024-02-10T09:19:41.608068+0000 mon.smithi018 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:19:42.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:42 smithi018 bash[14175]: audit 2024-02-10T09:19:41.000671+0000 mon.smithi018 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:19:42.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:42 smithi018 bash[14175]: cluster 2024-02-10T09:19:41.282368+0000 mgr.smithi018.dxgutx (mgr.14180) 133 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:19:42.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:42 smithi018 bash[14175]: audit 2024-02-10T09:19:41.608068+0000 mon.smithi018 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:19:42.818 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-02-10T09:19:42.818 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-02-10T09:19:42.818 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-02-10T09:19:42.842 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-10T09:19:43.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:43 smithi164 bash[18308]: audit 2024-02-10T09:19:42.087058+0000 mon.smithi164 (mon.1) 18 : audit [INF] from='client.? 172.21.15.164:0/406012901' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-10T09:19:43.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:43 smithi164 bash[18308]: audit 2024-02-10T09:19:42.087960+0000 mon.smithi018 (mon.0) 580 : 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-10T09:19:43.072 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:43 smithi164 bash[18308]: audit 2024-02-10T09:19:42.094387+0000 mon.smithi018 (mon.0) 581 : 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-10T09:19:43.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:43 smithi018 bash[14175]: audit 2024-02-10T09:19:42.087058+0000 mon.smithi164 (mon.1) 18 : audit [INF] from='client.? 172.21.15.164:0/406012901' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-10T09:19:43.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:43 smithi018 bash[14175]: audit 2024-02-10T09:19:42.087960+0000 mon.smithi018 (mon.0) 580 : 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-10T09:19:43.223 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:43 smithi018 bash[14175]: audit 2024-02-10T09:19:42.094387+0000 mon.smithi018 (mon.0) 581 : 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-10T09:19:44.322 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:44 smithi164 bash[18308]: cluster 2024-02-10T09:19:43.282891+0000 mgr.smithi018.dxgutx (mgr.14180) 134 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:19:44.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:44 smithi018 bash[14175]: cluster 2024-02-10T09:19:43.282891+0000 mgr.smithi018.dxgutx (mgr.14180) 134 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:19:45.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:45 smithi018 bash[14175]: cluster 2024-02-10T09:19:45.283486+0000 mgr.smithi018.dxgutx (mgr.14180) 135 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:19:45.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:45 smithi164 bash[18308]: cluster 2024-02-10T09:19:45.283486+0000 mgr.smithi018.dxgutx (mgr.14180) 135 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:19:47.425 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/mon.smithi018/config 2024-02-10T09:19:47.472 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:47 smithi164 bash[18308]: cluster 2024-02-10T09:19:47.284046+0000 mgr.smithi018.dxgutx (mgr.14180) 136 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:19:47.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:47 smithi018 bash[14175]: cluster 2024-02-10T09:19:47.284046+0000 mgr.smithi018.dxgutx (mgr.14180) 136 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:19:49.710 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:49 smithi018 bash[14175]: cluster 2024-02-10T09:19:49.284749+0000 mgr.smithi018.dxgutx (mgr.14180) 137 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:19:49.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:49 smithi164 bash[18308]: cluster 2024-02-10T09:19:49.284749+0000 mgr.smithi018.dxgutx (mgr.14180) 137 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:19:51.692 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:19:51.693 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":45,"fsid":"a4ea9902-c7f4-11ee-95b8-87774f69a715","created":"2024-02-10T09:14:25.697958+0000","modified":"2024-02-10T09:19:34.693198+0000","last_up_change":"2024-02-10T09:19:32.672704+0000","last_in_change":"2024-02-10T09:18:34.138937+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"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-10T09:19:08.762000+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":"31","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":"0481bd4a-5ae7-491a-813b-31c46aa91ce0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6800","nonce":249269138},{"type":"v1","addr":"172.21.15.164:6801","nonce":249269138}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6802","nonce":249269138},{"type":"v1","addr":"172.21.15.164:6803","nonce":249269138}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6806","nonce":249269138},{"type":"v1","addr":"172.21.15.164:6807","nonce":249269138}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6804","nonce":249269138},{"type":"v1","addr":"172.21.15.164:6805","nonce":249269138}]},"public_addr":"172.21.15.164:6801/249269138","cluster_addr":"172.21.15.164:6803/249269138","heartbeat_back_addr":"172.21.15.164:6807/249269138","heartbeat_front_addr":"172.21.15.164:6805/249269138","state":["exists","up"]},{"osd":1,"uuid":"2e741734-d130-4df3-887e-6ec1bfd54af7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6802","nonce":2989357334},{"type":"v1","addr":"172.21.15.18:6803","nonce":2989357334}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6804","nonce":2989357334},{"type":"v1","addr":"172.21.15.18:6805","nonce":2989357334}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6808","nonce":2989357334},{"type":"v1","addr":"172.21.15.18:6809","nonce":2989357334}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6806","nonce":2989357334},{"type":"v1","addr":"172.21.15.18:6807","nonce":2989357334}]},"public_addr":"172.21.15.18:6803/2989357334","cluster_addr":"172.21.15.18:6805/2989357334","heartbeat_back_addr":"172.21.15.18:6809/2989357334","heartbeat_front_addr":"172.21.15.18:6807/2989357334","state":["exists","up"]},{"osd":2,"uuid":"9a481de4-0abb-4f16-b3df-8c6fd69edeed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6808","nonce":4242289267},{"type":"v1","addr":"172.21.15.164:6809","nonce":4242289267}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6810","nonce":4242289267},{"type":"v1","addr":"172.21.15.164:6811","nonce":4242289267}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6814","nonce":4242289267},{"type":"v1","addr":"172.21.15.164:6815","nonce":4242289267}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6812","nonce":4242289267},{"type":"v1","addr":"172.21.15.164:6813","nonce":4242289267}]},"public_addr":"172.21.15.164:6809/4242289267","cluster_addr":"172.21.15.164:6811/4242289267","heartbeat_back_addr":"172.21.15.164:6815/4242289267","heartbeat_front_addr":"172.21.15.164:6813/4242289267","state":["exists","up"]},{"osd":3,"uuid":"1961c7e2-3ef1-4d39-8e87-391c5b0d02cf","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.18:6810","nonce":1894512625},{"type":"v1","addr":"172.21.15.18:6811","nonce":1894512625}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6812","nonce":1894512625},{"type":"v1","addr":"172.21.15.18:6813","nonce":1894512625}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6816","nonce":1894512625},{"type":"v1","addr":"172.21.15.18:6817","nonce":1894512625}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6814","nonce":1894512625},{"type":"v1","addr":"172.21.15.18:6815","nonce":1894512625}]},"public_addr":"172.21.15.18:6811/1894512625","cluster_addr":"172.21.15.18:6813/1894512625","heartbeat_back_addr":"172.21.15.18:6817/1894512625","heartbeat_front_addr":"172.21.15.18:6815/1894512625","state":["exists","up"]},{"osd":4,"uuid":"3f126ae1-b9d3-4012-be1d-5fefe5470b94","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6816","nonce":4190487347},{"type":"v1","addr":"172.21.15.164:6817","nonce":4190487347}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6818","nonce":4190487347},{"type":"v1","addr":"172.21.15.164:6819","nonce":4190487347}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6822","nonce":4190487347},{"type":"v1","addr":"172.21.15.164:6823","nonce":4190487347}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6820","nonce":4190487347},{"type":"v1","addr":"172.21.15.164:6821","nonce":4190487347}]},"public_addr":"172.21.15.164:6817/4190487347","cluster_addr":"172.21.15.164:6819/4190487347","heartbeat_back_addr":"172.21.15.164:6823/4190487347","heartbeat_front_addr":"172.21.15.164:6821/4190487347","state":["exists","up"]},{"osd":5,"uuid":"a3055033-11a3-4036-be75-5468c29950b5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6818","nonce":1333752789},{"type":"v1","addr":"172.21.15.18:6819","nonce":1333752789}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6820","nonce":1333752789},{"type":"v1","addr":"172.21.15.18:6821","nonce":1333752789}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6824","nonce":1333752789},{"type":"v1","addr":"172.21.15.18:6825","nonce":1333752789}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6822","nonce":1333752789},{"type":"v1","addr":"172.21.15.18:6823","nonce":1333752789}]},"public_addr":"172.21.15.18:6819/1333752789","cluster_addr":"172.21.15.18:6821/1333752789","heartbeat_back_addr":"172.21.15.18:6825/1333752789","heartbeat_front_addr":"172.21.15.18:6823/1333752789","state":["exists","up"]},{"osd":6,"uuid":"764759dd-c774-43b4-a853-a09269bbd179","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6824","nonce":4263498075},{"type":"v1","addr":"172.21.15.164:6825","nonce":4263498075}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6826","nonce":4263498075},{"type":"v1","addr":"172.21.15.164:6827","nonce":4263498075}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6830","nonce":4263498075},{"type":"v1","addr":"172.21.15.164:6831","nonce":4263498075}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6828","nonce":4263498075},{"type":"v1","addr":"172.21.15.164:6829","nonce":4263498075}]},"public_addr":"172.21.15.164:6825/4263498075","cluster_addr":"172.21.15.164:6827/4263498075","heartbeat_back_addr":"172.21.15.164:6831/4263498075","heartbeat_front_addr":"172.21.15.164:6829/4263498075","state":["exists","up"]},{"osd":7,"uuid":"fbaa2abd-ce9f-4b2e-a1ad-7117faf0180a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6826","nonce":13674057},{"type":"v1","addr":"172.21.15.18:6827","nonce":13674057}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6828","nonce":13674057},{"type":"v1","addr":"172.21.15.18:6829","nonce":13674057}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6832","nonce":13674057},{"type":"v1","addr":"172.21.15.18:6833","nonce":13674057}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6830","nonce":13674057},{"type":"v1","addr":"172.21.15.18:6831","nonce":13674057}]},"public_addr":"172.21.15.18:6827/13674057","cluster_addr":"172.21.15.18:6829/13674057","heartbeat_back_addr":"172.21.15.18:6833/13674057","heartbeat_front_addr":"172.21.15.18:6831/13674057","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-10T09:18:55.608975+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-10T09:19:09.039874+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-10T09:19:01.528210+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-10T09:19:16.494361+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-10T09:19:06.674674+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-10T09:19:24.814461+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-10T09:19:10.995419+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-10T09:19:31.607688+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.18:6801/4057344643":"2024-02-11T09:16:41.235958+0000","172.21.15.18:6800/4057344643":"2024-02-11T09:16:41.235958+0000","172.21.15.18:0/2738825852":"2024-02-11T09:16:41.235958+0000","172.21.15.18:0/140673897":"2024-02-11T09:16:41.235958+0000","172.21.15.18:0/3674180859":"2024-02-11T09:15:37.564428+0000","172.21.15.18:0/1841949940":"2024-02-11T09:15:37.564428+0000","172.21.15.18:6801/2412611858":"2024-02-11T09:15:37.564428+0000","172.21.15.18:6800/2412611858":"2024-02-11T09:15:37.564428+0000","172.21.15.18:6800/823945599":"2024-02-11T09:14:55.149182+0000","172.21.15.18:0/4276467364":"2024-02-11T09:14:55.149182+0000","172.21.15.18:6801/823945599":"2024-02-11T09:14:55.149182+0000","172.21.15.18:0/1637045675":"2024-02-11T09:14:55.149182+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-10T09:19:51.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:51 smithi018 bash[14175]: cluster 2024-02-10T09:19:51.285288+0000 mgr.smithi018.dxgutx (mgr.14180) 138 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:19:51.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:51 smithi164 bash[18308]: cluster 2024-02-10T09:19:51.285288+0000 mgr.smithi018.dxgutx (mgr.14180) 138 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:19:52.785 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:52 smithi018 bash[14175]: cephadm 2024-02-10T09:19:51.469130+0000 mgr.smithi018.dxgutx (mgr.14180) 139 : cephadm [INF] Detected new or changed devices on smithi164 2024-02-10T09:19:52.785 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:52 smithi018 bash[14175]: audit 2024-02-10T09:19:51.477738+0000 mon.smithi018 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:19:52.785 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:52 smithi018 bash[14175]: audit 2024-02-10T09:19:51.690625+0000 mon.smithi018 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.18:0/2634025540' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T09:19:52.785 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:52 smithi018 bash[14175]: audit 2024-02-10T09:19:51.768212+0000 mon.smithi018 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:19:52.785 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:52 smithi018 bash[14175]: audit 2024-02-10T09:19:51.769650+0000 mon.smithi018 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:19:52.785 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:52 smithi018 bash[14175]: audit 2024-02-10T09:19:51.771251+0000 mon.smithi018 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:19:52.785 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:52 smithi018 bash[14175]: audit 2024-02-10T09:19:51.772754+0000 mon.smithi018 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:19:52.785 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:52 smithi018 bash[14175]: cephadm 2024-02-10T09:19:51.774008+0000 mgr.smithi018.dxgutx (mgr.14180) 140 : cephadm [INF] Adjusting osd_memory_target on smithi164 to 4028M 2024-02-10T09:19:52.785 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:52 smithi018 bash[14175]: audit 2024-02-10T09:19:51.781270+0000 mon.smithi018 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:19:52.787 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-10T09:19:08.762000+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': '31', '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-10T09:19:52.787 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-10T09:19:52.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:52 smithi164 bash[18308]: cephadm 2024-02-10T09:19:51.469130+0000 mgr.smithi018.dxgutx (mgr.14180) 139 : cephadm [INF] Detected new or changed devices on smithi164 2024-02-10T09:19:52.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:52 smithi164 bash[18308]: audit 2024-02-10T09:19:51.477738+0000 mon.smithi018 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:19:52.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:52 smithi164 bash[18308]: audit 2024-02-10T09:19:51.690625+0000 mon.smithi018 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.18:0/2634025540' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T09:19:52.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:52 smithi164 bash[18308]: audit 2024-02-10T09:19:51.768212+0000 mon.smithi018 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:19:52.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:52 smithi164 bash[18308]: audit 2024-02-10T09:19:51.769650+0000 mon.smithi018 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:19:52.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:52 smithi164 bash[18308]: audit 2024-02-10T09:19:51.771251+0000 mon.smithi018 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:19:52.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:52 smithi164 bash[18308]: audit 2024-02-10T09:19:51.772754+0000 mon.smithi018 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:19:52.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:52 smithi164 bash[18308]: cephadm 2024-02-10T09:19:51.774008+0000 mgr.smithi018.dxgutx (mgr.14180) 140 : cephadm [INF] Adjusting osd_memory_target on smithi164 to 4028M 2024-02-10T09:19:52.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:52 smithi164 bash[18308]: audit 2024-02-10T09:19:51.781270+0000 mon.smithi018 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:19:53.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:53 smithi164 bash[18308]: cluster 2024-02-10T09:19:53.285836+0000 mgr.smithi018.dxgutx (mgr.14180) 141 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:19:53.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:53 smithi164 bash[18308]: audit 2024-02-10T09:19:53.369067+0000 mon.smithi018 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:19:53.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:53 smithi018 bash[14175]: cluster 2024-02-10T09:19:53.285836+0000 mgr.smithi018.dxgutx (mgr.14180) 141 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:19:53.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:53 smithi018 bash[14175]: audit 2024-02-10T09:19:53.369067+0000 mon.smithi018 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:19:54.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:54 smithi164 bash[18308]: cephadm 2024-02-10T09:19:53.356140+0000 mgr.smithi018.dxgutx (mgr.14180) 142 : cephadm [INF] Detected new or changed devices on smithi018 2024-02-10T09:19:54.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:54 smithi164 bash[18308]: audit 2024-02-10T09:19:53.667791+0000 mon.smithi018 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:19:54.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:54 smithi164 bash[18308]: audit 2024-02-10T09:19:53.668853+0000 mon.smithi018 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:19:54.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:54 smithi164 bash[18308]: audit 2024-02-10T09:19:53.669914+0000 mon.smithi018 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:19:54.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:54 smithi164 bash[18308]: audit 2024-02-10T09:19:53.671058+0000 mon.smithi018 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:19:54.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:54 smithi164 bash[18308]: cephadm 2024-02-10T09:19:53.671810+0000 mgr.smithi018.dxgutx (mgr.14180) 143 : cephadm [INF] Adjusting osd_memory_target on smithi018 to 3261M 2024-02-10T09:19:54.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:54 smithi164 bash[18308]: audit 2024-02-10T09:19:53.678773+0000 mon.smithi018 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:19:54.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:54 smithi164 bash[18308]: audit 2024-02-10T09:19:53.680961+0000 mon.smithi018 (mon.0) 595 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:19:54.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:54 smithi164 bash[18308]: audit 2024-02-10T09:19:53.682158+0000 mon.smithi018 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:19:54.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:54 smithi164 bash[18308]: audit 2024-02-10T09:19:53.687701+0000 mon.smithi018 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:19:54.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:54 smithi164 bash[18308]: audit 2024-02-10T09:19:53.693623+0000 mon.smithi018 (mon.0) 598 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:19:54.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:54 smithi164 bash[18308]: audit 2024-02-10T09:19:53.698820+0000 mon.smithi018 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T09:19:54.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:54 smithi164 bash[18308]: audit 2024-02-10T09:19:53.701272+0000 mon.smithi018 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T09:19:54.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:54 smithi164 bash[18308]: audit 2024-02-10T09:19:53.701743+0000 mon.smithi018 (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:19:54.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:54 smithi164 bash[18308]: audit 2024-02-10T09:19:53.702516+0000 mon.smithi018 (mon.0) 602 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:19:54.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:54 smithi018 bash[14175]: cephadm 2024-02-10T09:19:53.356140+0000 mgr.smithi018.dxgutx (mgr.14180) 142 : cephadm [INF] Detected new or changed devices on smithi018 2024-02-10T09:19:54.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:54 smithi018 bash[14175]: audit 2024-02-10T09:19:53.667791+0000 mon.smithi018 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:19:54.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:54 smithi018 bash[14175]: audit 2024-02-10T09:19:53.668853+0000 mon.smithi018 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:19:54.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:54 smithi018 bash[14175]: audit 2024-02-10T09:19:53.669914+0000 mon.smithi018 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:19:54.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:54 smithi018 bash[14175]: audit 2024-02-10T09:19:53.671058+0000 mon.smithi018 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:19:54.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:54 smithi018 bash[14175]: cephadm 2024-02-10T09:19:53.671810+0000 mgr.smithi018.dxgutx (mgr.14180) 143 : cephadm [INF] Adjusting osd_memory_target on smithi018 to 3261M 2024-02-10T09:19:54.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:54 smithi018 bash[14175]: audit 2024-02-10T09:19:53.678773+0000 mon.smithi018 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:19:54.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:54 smithi018 bash[14175]: audit 2024-02-10T09:19:53.680961+0000 mon.smithi018 (mon.0) 595 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:19:54.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:54 smithi018 bash[14175]: audit 2024-02-10T09:19:53.682158+0000 mon.smithi018 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:19:54.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:54 smithi018 bash[14175]: audit 2024-02-10T09:19:53.687701+0000 mon.smithi018 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:19:54.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:54 smithi018 bash[14175]: audit 2024-02-10T09:19:53.693623+0000 mon.smithi018 (mon.0) 598 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:19:54.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:54 smithi018 bash[14175]: audit 2024-02-10T09:19:53.698820+0000 mon.smithi018 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T09:19:54.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:54 smithi018 bash[14175]: audit 2024-02-10T09:19:53.701272+0000 mon.smithi018 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T09:19:54.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:54 smithi018 bash[14175]: audit 2024-02-10T09:19:53.701743+0000 mon.smithi018 (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:19:54.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:54 smithi018 bash[14175]: audit 2024-02-10T09:19:53.702516+0000 mon.smithi018 (mon.0) 602 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:19:55.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:55 smithi164 bash[18308]: cluster 2024-02-10T09:19:55.286554+0000 mgr.smithi018.dxgutx (mgr.14180) 144 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:19:55.973 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:55 smithi018 bash[14175]: cluster 2024-02-10T09:19:55.286554+0000 mgr.smithi018.dxgutx (mgr.14180) 144 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:19:57.583 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/mon.smithi018/config 2024-02-10T09:19:57.615 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:57 smithi018 bash[14175]: cluster 2024-02-10T09:19:57.287149+0000 mgr.smithi018.dxgutx (mgr.14180) 145 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:19:57.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:57 smithi164 bash[18308]: cluster 2024-02-10T09:19:57.287149+0000 mgr.smithi018.dxgutx (mgr.14180) 145 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:19:59.675 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:19:59 smithi018 bash[14175]: cluster 2024-02-10T09:19:59.287781+0000 mgr.smithi018.dxgutx (mgr.14180) 146 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:19:59.737 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:19:59 smithi164 bash[18308]: cluster 2024-02-10T09:19:59.287781+0000 mgr.smithi018.dxgutx (mgr.14180) 146 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:00.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:00 smithi164 bash[18308]: cluster 2024-02-10T09:20:00.000200+0000 mon.smithi018 (mon.0) 603 : cluster [INF] overall HEALTH_OK 2024-02-10T09:20:00.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:00 smithi018 bash[14175]: cluster 2024-02-10T09:20:00.000200+0000 mon.smithi018 (mon.0) 603 : cluster [INF] overall HEALTH_OK 2024-02-10T09:20:01.710 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:01 smithi018 bash[14175]: cluster 2024-02-10T09:20:01.288286+0000 mgr.smithi018.dxgutx (mgr.14180) 147 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:01.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:01 smithi164 bash[18308]: cluster 2024-02-10T09:20:01.288286+0000 mgr.smithi018.dxgutx (mgr.14180) 147 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:02.141 INFO:teuthology.orchestra.run.smithi018.stdout:pg_num: 1 2024-02-10T09:20:02.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:02 smithi018 bash[14175]: audit 2024-02-10T09:20:02.140175+0000 mon.smithi018 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.18:0/3015834401' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-10T09:20:02.654 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:02 smithi164 bash[18308]: audit 2024-02-10T09:20:02.140175+0000 mon.smithi018 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.18:0/3015834401' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-10T09:20:02.852 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-10T09:20:02.852 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-10T09:20:02.853 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph mgr dump --format=json 2024-02-10T09:20:03.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:03 smithi018 bash[14175]: cluster 2024-02-10T09:20:03.288900+0000 mgr.smithi018.dxgutx (mgr.14180) 148 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:03.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:03 smithi164 bash[18308]: cluster 2024-02-10T09:20:03.288900+0000 mgr.smithi018.dxgutx (mgr.14180) 148 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:05.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:05 smithi018 bash[14175]: cluster 2024-02-10T09:20:05.289558+0000 mgr.smithi018.dxgutx (mgr.14180) 149 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:05.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:05 smithi164 bash[18308]: cluster 2024-02-10T09:20:05.289558+0000 mgr.smithi018.dxgutx (mgr.14180) 149 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:07.713 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/mon.smithi018/config 2024-02-10T09:20:07.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:07 smithi018 bash[14175]: cluster 2024-02-10T09:20:07.290139+0000 mgr.smithi018.dxgutx (mgr.14180) 150 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:07.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:07 smithi164 bash[18308]: cluster 2024-02-10T09:20:07.290139+0000 mgr.smithi018.dxgutx (mgr.14180) 150 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:09.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:09 smithi164 bash[18308]: cluster 2024-02-10T09:20:09.290591+0000 mgr.smithi018.dxgutx (mgr.14180) 151 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:09.761 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:09 smithi018 bash[14175]: cluster 2024-02-10T09:20:09.290591+0000 mgr.smithi018.dxgutx (mgr.14180) 151 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:11.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:11 smithi018 bash[14175]: cluster 2024-02-10T09:20:11.291032+0000 mgr.smithi018.dxgutx (mgr.14180) 152 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:11.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:11 smithi164 bash[18308]: cluster 2024-02-10T09:20:11.291032+0000 mgr.smithi018.dxgutx (mgr.14180) 152 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:12.229 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:20:12.657 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:12 smithi018 bash[14175]: audit 2024-02-10T09:20:12.223660+0000 mon.smithi018 (mon.0) 605 : audit [DBG] from='client.? 172.21.15.18:0/1998321721' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-10T09:20:12.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:12 smithi164 bash[18308]: audit 2024-02-10T09:20:12.223660+0000 mon.smithi018 (mon.0) 605 : audit [DBG] from='client.? 172.21.15.18:0/1998321721' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-10T09:20:13.338 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi018.dxgutx","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6800","nonce":3192915540},{"type":"v1","addr":"172.21.15.18:6801","nonce":3192915540}]},"active_addr":"172.21.15.18:6801/3192915540","active_change":"2024-02-10T09:16:41.236273+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14202,"name":"smithi164.tdjvfj","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.18:8443/","prometheus":"http://172.21.15.18: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.18:0","nonce":3815817453}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.18:0","nonce":2208748309}]}]} 2024-02-10T09:20:13.342 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-10T09:20:13.342 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-10T09:20:13.342 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-10T09:20:13.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:13 smithi018 bash[14175]: cluster 2024-02-10T09:20:13.291432+0000 mgr.smithi018.dxgutx (mgr.14180) 153 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:13.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:13 smithi164 bash[18308]: cluster 2024-02-10T09:20:13.291432+0000 mgr.smithi018.dxgutx (mgr.14180) 153 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:15.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:15 smithi018 bash[14175]: cluster 2024-02-10T09:20:15.291918+0000 mgr.smithi018.dxgutx (mgr.14180) 154 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:15.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:15 smithi164 bash[18308]: cluster 2024-02-10T09:20:15.291918+0000 mgr.smithi018.dxgutx (mgr.14180) 154 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:17.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:17 smithi164 bash[18308]: cluster 2024-02-10T09:20:17.292470+0000 mgr.smithi018.dxgutx (mgr.14180) 155 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:17.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:17 smithi018 bash[14175]: cluster 2024-02-10T09:20:17.292470+0000 mgr.smithi018.dxgutx (mgr.14180) 155 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:18.195 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/mon.smithi018/config 2024-02-10T09:20:19.658 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:19 smithi164 bash[18308]: cluster 2024-02-10T09:20:19.293192+0000 mgr.smithi018.dxgutx (mgr.14180) 156 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:19.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:19 smithi018 bash[14175]: cluster 2024-02-10T09:20:19.293192+0000 mgr.smithi018.dxgutx (mgr.14180) 156 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:21.338 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:21 smithi018 bash[14175]: audit 2024-02-10T09:20:20.136548+0000 mon.smithi018 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:20:21.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:21 smithi164 bash[18308]: audit 2024-02-10T09:20:20.136548+0000 mon.smithi018 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:20:22.464 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:22 smithi018 bash[14175]: cluster 2024-02-10T09:20:21.293798+0000 mgr.smithi018.dxgutx (mgr.14180) 157 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:22.503 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:20:22.503 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":45,"fsid":"a4ea9902-c7f4-11ee-95b8-87774f69a715","created":"2024-02-10T09:14:25.697958+0000","modified":"2024-02-10T09:19:34.693198+0000","last_up_change":"2024-02-10T09:19:32.672704+0000","last_in_change":"2024-02-10T09:18:34.138937+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"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-10T09:19:08.762000+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":"31","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":"0481bd4a-5ae7-491a-813b-31c46aa91ce0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6800","nonce":249269138},{"type":"v1","addr":"172.21.15.164:6801","nonce":249269138}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6802","nonce":249269138},{"type":"v1","addr":"172.21.15.164:6803","nonce":249269138}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6806","nonce":249269138},{"type":"v1","addr":"172.21.15.164:6807","nonce":249269138}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6804","nonce":249269138},{"type":"v1","addr":"172.21.15.164:6805","nonce":249269138}]},"public_addr":"172.21.15.164:6801/249269138","cluster_addr":"172.21.15.164:6803/249269138","heartbeat_back_addr":"172.21.15.164:6807/249269138","heartbeat_front_addr":"172.21.15.164:6805/249269138","state":["exists","up"]},{"osd":1,"uuid":"2e741734-d130-4df3-887e-6ec1bfd54af7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6802","nonce":2989357334},{"type":"v1","addr":"172.21.15.18:6803","nonce":2989357334}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6804","nonce":2989357334},{"type":"v1","addr":"172.21.15.18:6805","nonce":2989357334}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6808","nonce":2989357334},{"type":"v1","addr":"172.21.15.18:6809","nonce":2989357334}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6806","nonce":2989357334},{"type":"v1","addr":"172.21.15.18:6807","nonce":2989357334}]},"public_addr":"172.21.15.18:6803/2989357334","cluster_addr":"172.21.15.18:6805/2989357334","heartbeat_back_addr":"172.21.15.18:6809/2989357334","heartbeat_front_addr":"172.21.15.18:6807/2989357334","state":["exists","up"]},{"osd":2,"uuid":"9a481de4-0abb-4f16-b3df-8c6fd69edeed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6808","nonce":4242289267},{"type":"v1","addr":"172.21.15.164:6809","nonce":4242289267}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6810","nonce":4242289267},{"type":"v1","addr":"172.21.15.164:6811","nonce":4242289267}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6814","nonce":4242289267},{"type":"v1","addr":"172.21.15.164:6815","nonce":4242289267}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6812","nonce":4242289267},{"type":"v1","addr":"172.21.15.164:6813","nonce":4242289267}]},"public_addr":"172.21.15.164:6809/4242289267","cluster_addr":"172.21.15.164:6811/4242289267","heartbeat_back_addr":"172.21.15.164:6815/4242289267","heartbeat_front_addr":"172.21.15.164:6813/4242289267","state":["exists","up"]},{"osd":3,"uuid":"1961c7e2-3ef1-4d39-8e87-391c5b0d02cf","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.18:6810","nonce":1894512625},{"type":"v1","addr":"172.21.15.18:6811","nonce":1894512625}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6812","nonce":1894512625},{"type":"v1","addr":"172.21.15.18:6813","nonce":1894512625}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6816","nonce":1894512625},{"type":"v1","addr":"172.21.15.18:6817","nonce":1894512625}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6814","nonce":1894512625},{"type":"v1","addr":"172.21.15.18:6815","nonce":1894512625}]},"public_addr":"172.21.15.18:6811/1894512625","cluster_addr":"172.21.15.18:6813/1894512625","heartbeat_back_addr":"172.21.15.18:6817/1894512625","heartbeat_front_addr":"172.21.15.18:6815/1894512625","state":["exists","up"]},{"osd":4,"uuid":"3f126ae1-b9d3-4012-be1d-5fefe5470b94","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6816","nonce":4190487347},{"type":"v1","addr":"172.21.15.164:6817","nonce":4190487347}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6818","nonce":4190487347},{"type":"v1","addr":"172.21.15.164:6819","nonce":4190487347}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6822","nonce":4190487347},{"type":"v1","addr":"172.21.15.164:6823","nonce":4190487347}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6820","nonce":4190487347},{"type":"v1","addr":"172.21.15.164:6821","nonce":4190487347}]},"public_addr":"172.21.15.164:6817/4190487347","cluster_addr":"172.21.15.164:6819/4190487347","heartbeat_back_addr":"172.21.15.164:6823/4190487347","heartbeat_front_addr":"172.21.15.164:6821/4190487347","state":["exists","up"]},{"osd":5,"uuid":"a3055033-11a3-4036-be75-5468c29950b5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6818","nonce":1333752789},{"type":"v1","addr":"172.21.15.18:6819","nonce":1333752789}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6820","nonce":1333752789},{"type":"v1","addr":"172.21.15.18:6821","nonce":1333752789}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6824","nonce":1333752789},{"type":"v1","addr":"172.21.15.18:6825","nonce":1333752789}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6822","nonce":1333752789},{"type":"v1","addr":"172.21.15.18:6823","nonce":1333752789}]},"public_addr":"172.21.15.18:6819/1333752789","cluster_addr":"172.21.15.18:6821/1333752789","heartbeat_back_addr":"172.21.15.18:6825/1333752789","heartbeat_front_addr":"172.21.15.18:6823/1333752789","state":["exists","up"]},{"osd":6,"uuid":"764759dd-c774-43b4-a853-a09269bbd179","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6824","nonce":4263498075},{"type":"v1","addr":"172.21.15.164:6825","nonce":4263498075}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6826","nonce":4263498075},{"type":"v1","addr":"172.21.15.164:6827","nonce":4263498075}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6830","nonce":4263498075},{"type":"v1","addr":"172.21.15.164:6831","nonce":4263498075}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6828","nonce":4263498075},{"type":"v1","addr":"172.21.15.164:6829","nonce":4263498075}]},"public_addr":"172.21.15.164:6825/4263498075","cluster_addr":"172.21.15.164:6827/4263498075","heartbeat_back_addr":"172.21.15.164:6831/4263498075","heartbeat_front_addr":"172.21.15.164:6829/4263498075","state":["exists","up"]},{"osd":7,"uuid":"fbaa2abd-ce9f-4b2e-a1ad-7117faf0180a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6826","nonce":13674057},{"type":"v1","addr":"172.21.15.18:6827","nonce":13674057}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6828","nonce":13674057},{"type":"v1","addr":"172.21.15.18:6829","nonce":13674057}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6832","nonce":13674057},{"type":"v1","addr":"172.21.15.18:6833","nonce":13674057}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6830","nonce":13674057},{"type":"v1","addr":"172.21.15.18:6831","nonce":13674057}]},"public_addr":"172.21.15.18:6827/13674057","cluster_addr":"172.21.15.18:6829/13674057","heartbeat_back_addr":"172.21.15.18:6833/13674057","heartbeat_front_addr":"172.21.15.18:6831/13674057","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-10T09:18:55.608975+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-10T09:19:09.039874+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-10T09:19:01.528210+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-10T09:19:16.494361+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-10T09:19:06.674674+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-10T09:19:24.814461+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-10T09:19:10.995419+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-10T09:19:31.607688+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.18:6801/4057344643":"2024-02-11T09:16:41.235958+0000","172.21.15.18:6800/4057344643":"2024-02-11T09:16:41.235958+0000","172.21.15.18:0/2738825852":"2024-02-11T09:16:41.235958+0000","172.21.15.18:0/140673897":"2024-02-11T09:16:41.235958+0000","172.21.15.18:0/3674180859":"2024-02-11T09:15:37.564428+0000","172.21.15.18:0/1841949940":"2024-02-11T09:15:37.564428+0000","172.21.15.18:6801/2412611858":"2024-02-11T09:15:37.564428+0000","172.21.15.18:6800/2412611858":"2024-02-11T09:15:37.564428+0000","172.21.15.18:6800/823945599":"2024-02-11T09:14:55.149182+0000","172.21.15.18:0/4276467364":"2024-02-11T09:14:55.149182+0000","172.21.15.18:6801/823945599":"2024-02-11T09:14:55.149182+0000","172.21.15.18:0/1637045675":"2024-02-11T09:14:55.149182+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-10T09:20:22.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:22 smithi164 bash[18308]: cluster 2024-02-10T09:20:21.293798+0000 mgr.smithi018.dxgutx (mgr.14180) 157 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:23.683 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:23 smithi018 bash[14175]: audit 2024-02-10T09:20:22.501316+0000 mon.smithi018 (mon.0) 607 : audit [DBG] from='client.? 172.21.15.18:0/1225213887' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T09:20:23.683 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:23 smithi018 bash[14175]: cluster 2024-02-10T09:20:23.294284+0000 mgr.smithi018.dxgutx (mgr.14180) 158 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:23.684 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-10T09:20:23.684 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-10T09:20:23.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:23 smithi164 bash[18308]: audit 2024-02-10T09:20:22.501316+0000 mon.smithi018 (mon.0) 607 : audit [DBG] from='client.? 172.21.15.18:0/1225213887' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T09:20:23.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:23 smithi164 bash[18308]: cluster 2024-02-10T09:20:23.294284+0000 mgr.smithi018.dxgutx (mgr.14180) 158 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:26.473 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:26 smithi018 bash[14175]: audit 2024-02-10T09:20:25.120518+0000 mon.smithi018 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:20:26.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:26 smithi018 bash[14175]: cluster 2024-02-10T09:20:25.294813+0000 mgr.smithi018.dxgutx (mgr.14180) 159 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:26.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:26 smithi164 bash[18308]: audit 2024-02-10T09:20:25.120518+0000 mon.smithi018 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:20:26.572 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:26 smithi164 bash[18308]: cluster 2024-02-10T09:20:25.294813+0000 mgr.smithi018.dxgutx (mgr.14180) 159 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:27.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:27 smithi018 bash[14175]: cluster 2024-02-10T09:20:27.295386+0000 mgr.smithi018.dxgutx (mgr.14180) 160 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:27.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:27 smithi164 bash[18308]: cluster 2024-02-10T09:20:27.295386+0000 mgr.smithi018.dxgutx (mgr.14180) 160 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:28.646 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/mon.smithi018/config 2024-02-10T09:20:29.655 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:29 smithi018 bash[14175]: cluster 2024-02-10T09:20:29.295962+0000 mgr.smithi018.dxgutx (mgr.14180) 161 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:29.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:29 smithi164 bash[18308]: cluster 2024-02-10T09:20:29.295962+0000 mgr.smithi018.dxgutx (mgr.14180) 161 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:31.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:31 smithi018 bash[14175]: cluster 2024-02-10T09:20:31.296506+0000 mgr.smithi018.dxgutx (mgr.14180) 162 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:31.787 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:20:31.787 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":45,"fsid":"a4ea9902-c7f4-11ee-95b8-87774f69a715","created":"2024-02-10T09:14:25.697958+0000","modified":"2024-02-10T09:19:34.693198+0000","last_up_change":"2024-02-10T09:19:32.672704+0000","last_in_change":"2024-02-10T09:18:34.138937+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"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-10T09:19:08.762000+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":"31","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":"0481bd4a-5ae7-491a-813b-31c46aa91ce0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6800","nonce":249269138},{"type":"v1","addr":"172.21.15.164:6801","nonce":249269138}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6802","nonce":249269138},{"type":"v1","addr":"172.21.15.164:6803","nonce":249269138}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6806","nonce":249269138},{"type":"v1","addr":"172.21.15.164:6807","nonce":249269138}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6804","nonce":249269138},{"type":"v1","addr":"172.21.15.164:6805","nonce":249269138}]},"public_addr":"172.21.15.164:6801/249269138","cluster_addr":"172.21.15.164:6803/249269138","heartbeat_back_addr":"172.21.15.164:6807/249269138","heartbeat_front_addr":"172.21.15.164:6805/249269138","state":["exists","up"]},{"osd":1,"uuid":"2e741734-d130-4df3-887e-6ec1bfd54af7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6802","nonce":2989357334},{"type":"v1","addr":"172.21.15.18:6803","nonce":2989357334}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6804","nonce":2989357334},{"type":"v1","addr":"172.21.15.18:6805","nonce":2989357334}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6808","nonce":2989357334},{"type":"v1","addr":"172.21.15.18:6809","nonce":2989357334}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6806","nonce":2989357334},{"type":"v1","addr":"172.21.15.18:6807","nonce":2989357334}]},"public_addr":"172.21.15.18:6803/2989357334","cluster_addr":"172.21.15.18:6805/2989357334","heartbeat_back_addr":"172.21.15.18:6809/2989357334","heartbeat_front_addr":"172.21.15.18:6807/2989357334","state":["exists","up"]},{"osd":2,"uuid":"9a481de4-0abb-4f16-b3df-8c6fd69edeed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6808","nonce":4242289267},{"type":"v1","addr":"172.21.15.164:6809","nonce":4242289267}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6810","nonce":4242289267},{"type":"v1","addr":"172.21.15.164:6811","nonce":4242289267}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6814","nonce":4242289267},{"type":"v1","addr":"172.21.15.164:6815","nonce":4242289267}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6812","nonce":4242289267},{"type":"v1","addr":"172.21.15.164:6813","nonce":4242289267}]},"public_addr":"172.21.15.164:6809/4242289267","cluster_addr":"172.21.15.164:6811/4242289267","heartbeat_back_addr":"172.21.15.164:6815/4242289267","heartbeat_front_addr":"172.21.15.164:6813/4242289267","state":["exists","up"]},{"osd":3,"uuid":"1961c7e2-3ef1-4d39-8e87-391c5b0d02cf","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.18:6810","nonce":1894512625},{"type":"v1","addr":"172.21.15.18:6811","nonce":1894512625}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6812","nonce":1894512625},{"type":"v1","addr":"172.21.15.18:6813","nonce":1894512625}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6816","nonce":1894512625},{"type":"v1","addr":"172.21.15.18:6817","nonce":1894512625}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6814","nonce":1894512625},{"type":"v1","addr":"172.21.15.18:6815","nonce":1894512625}]},"public_addr":"172.21.15.18:6811/1894512625","cluster_addr":"172.21.15.18:6813/1894512625","heartbeat_back_addr":"172.21.15.18:6817/1894512625","heartbeat_front_addr":"172.21.15.18:6815/1894512625","state":["exists","up"]},{"osd":4,"uuid":"3f126ae1-b9d3-4012-be1d-5fefe5470b94","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6816","nonce":4190487347},{"type":"v1","addr":"172.21.15.164:6817","nonce":4190487347}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6818","nonce":4190487347},{"type":"v1","addr":"172.21.15.164:6819","nonce":4190487347}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6822","nonce":4190487347},{"type":"v1","addr":"172.21.15.164:6823","nonce":4190487347}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6820","nonce":4190487347},{"type":"v1","addr":"172.21.15.164:6821","nonce":4190487347}]},"public_addr":"172.21.15.164:6817/4190487347","cluster_addr":"172.21.15.164:6819/4190487347","heartbeat_back_addr":"172.21.15.164:6823/4190487347","heartbeat_front_addr":"172.21.15.164:6821/4190487347","state":["exists","up"]},{"osd":5,"uuid":"a3055033-11a3-4036-be75-5468c29950b5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6818","nonce":1333752789},{"type":"v1","addr":"172.21.15.18:6819","nonce":1333752789}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6820","nonce":1333752789},{"type":"v1","addr":"172.21.15.18:6821","nonce":1333752789}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6824","nonce":1333752789},{"type":"v1","addr":"172.21.15.18:6825","nonce":1333752789}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6822","nonce":1333752789},{"type":"v1","addr":"172.21.15.18:6823","nonce":1333752789}]},"public_addr":"172.21.15.18:6819/1333752789","cluster_addr":"172.21.15.18:6821/1333752789","heartbeat_back_addr":"172.21.15.18:6825/1333752789","heartbeat_front_addr":"172.21.15.18:6823/1333752789","state":["exists","up"]},{"osd":6,"uuid":"764759dd-c774-43b4-a853-a09269bbd179","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6824","nonce":4263498075},{"type":"v1","addr":"172.21.15.164:6825","nonce":4263498075}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6826","nonce":4263498075},{"type":"v1","addr":"172.21.15.164:6827","nonce":4263498075}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6830","nonce":4263498075},{"type":"v1","addr":"172.21.15.164:6831","nonce":4263498075}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6828","nonce":4263498075},{"type":"v1","addr":"172.21.15.164:6829","nonce":4263498075}]},"public_addr":"172.21.15.164:6825/4263498075","cluster_addr":"172.21.15.164:6827/4263498075","heartbeat_back_addr":"172.21.15.164:6831/4263498075","heartbeat_front_addr":"172.21.15.164:6829/4263498075","state":["exists","up"]},{"osd":7,"uuid":"fbaa2abd-ce9f-4b2e-a1ad-7117faf0180a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6826","nonce":13674057},{"type":"v1","addr":"172.21.15.18:6827","nonce":13674057}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6828","nonce":13674057},{"type":"v1","addr":"172.21.15.18:6829","nonce":13674057}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6832","nonce":13674057},{"type":"v1","addr":"172.21.15.18:6833","nonce":13674057}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6830","nonce":13674057},{"type":"v1","addr":"172.21.15.18:6831","nonce":13674057}]},"public_addr":"172.21.15.18:6827/13674057","cluster_addr":"172.21.15.18:6829/13674057","heartbeat_back_addr":"172.21.15.18:6833/13674057","heartbeat_front_addr":"172.21.15.18:6831/13674057","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-10T09:18:55.608975+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-10T09:19:09.039874+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-10T09:19:01.528210+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-10T09:19:16.494361+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-10T09:19:06.674674+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-10T09:19:24.814461+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-10T09:19:10.995419+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-10T09:19:31.607688+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.18:6801/4057344643":"2024-02-11T09:16:41.235958+0000","172.21.15.18:6800/4057344643":"2024-02-11T09:16:41.235958+0000","172.21.15.18:0/2738825852":"2024-02-11T09:16:41.235958+0000","172.21.15.18:0/140673897":"2024-02-11T09:16:41.235958+0000","172.21.15.18:0/3674180859":"2024-02-11T09:15:37.564428+0000","172.21.15.18:0/1841949940":"2024-02-11T09:15:37.564428+0000","172.21.15.18:6801/2412611858":"2024-02-11T09:15:37.564428+0000","172.21.15.18:6800/2412611858":"2024-02-11T09:15:37.564428+0000","172.21.15.18:6800/823945599":"2024-02-11T09:14:55.149182+0000","172.21.15.18:0/4276467364":"2024-02-11T09:14:55.149182+0000","172.21.15.18:6801/823945599":"2024-02-11T09:14:55.149182+0000","172.21.15.18:0/1637045675":"2024-02-11T09:14:55.149182+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-10T09:20:31.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:31 smithi164 bash[18308]: cluster 2024-02-10T09:20:31.296506+0000 mgr.smithi018.dxgutx (mgr.14180) 162 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:32.539 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-10T09:20:32.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:32 smithi018 bash[14175]: audit 2024-02-10T09:20:31.784541+0000 mon.smithi018 (mon.0) 609 : audit [DBG] from='client.? 172.21.15.18:0/752682556' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T09:20:32.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:32 smithi164 bash[18308]: audit 2024-02-10T09:20:31.784541+0000 mon.smithi018 (mon.0) 609 : audit [DBG] from='client.? 172.21.15.18:0/752682556' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T09:20:33.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:33 smithi018 bash[14175]: cluster 2024-02-10T09:20:33.297067+0000 mgr.smithi018.dxgutx (mgr.14180) 163 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:33.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:33 smithi164 bash[18308]: cluster 2024-02-10T09:20:33.297067+0000 mgr.smithi018.dxgutx (mgr.14180) 163 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:35.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:35 smithi018 bash[14175]: cluster 2024-02-10T09:20:35.297729+0000 mgr.smithi018.dxgutx (mgr.14180) 164 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:35.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:35 smithi164 bash[18308]: cluster 2024-02-10T09:20:35.297729+0000 mgr.smithi018.dxgutx (mgr.14180) 164 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:37.327 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/mon.smithi018/config 2024-02-10T09:20:37.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:37 smithi018 bash[14175]: cluster 2024-02-10T09:20:37.298360+0000 mgr.smithi018.dxgutx (mgr.14180) 165 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:37.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:37 smithi164 bash[18308]: cluster 2024-02-10T09:20:37.298360+0000 mgr.smithi018.dxgutx (mgr.14180) 165 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:39.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:39 smithi018 bash[14175]: cluster 2024-02-10T09:20:39.298873+0000 mgr.smithi018.dxgutx (mgr.14180) 166 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:39.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:39 smithi164 bash[18308]: cluster 2024-02-10T09:20:39.298873+0000 mgr.smithi018.dxgutx (mgr.14180) 166 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:41.294 INFO:teuthology.orchestra.run.smithi018.stdout:68719476759 2024-02-10T09:20:41.294 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-10T09:20:41.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:41 smithi018 bash[14175]: cluster 2024-02-10T09:20:41.299271+0000 mgr.smithi018.dxgutx (mgr.14180) 167 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:41.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:41 smithi164 bash[18308]: cluster 2024-02-10T09:20:41.299271+0000 mgr.smithi018.dxgutx (mgr.14180) 167 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:43.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:43 smithi018 bash[14175]: cluster 2024-02-10T09:20:43.299778+0000 mgr.smithi018.dxgutx (mgr.14180) 168 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:43.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:43 smithi164 bash[18308]: cluster 2024-02-10T09:20:43.299778+0000 mgr.smithi018.dxgutx (mgr.14180) 168 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:45.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:45 smithi018 bash[14175]: cluster 2024-02-10T09:20:45.300337+0000 mgr.smithi018.dxgutx (mgr.14180) 169 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:45.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:45 smithi164 bash[18308]: cluster 2024-02-10T09:20:45.300337+0000 mgr.smithi018.dxgutx (mgr.14180) 169 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:46.086 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/mon.smithi018/config 2024-02-10T09:20:47.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:47 smithi018 bash[14175]: cluster 2024-02-10T09:20:47.300874+0000 mgr.smithi018.dxgutx (mgr.14180) 170 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:47.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:47 smithi164 bash[18308]: cluster 2024-02-10T09:20:47.300874+0000 mgr.smithi018.dxgutx (mgr.14180) 170 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:49.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:49 smithi018 bash[14175]: cluster 2024-02-10T09:20:49.301455+0000 mgr.smithi018.dxgutx (mgr.14180) 171 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:49.751 INFO:teuthology.orchestra.run.smithi018.stdout:111669149718 2024-02-10T09:20:49.752 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-10T09:20:49.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:49 smithi164 bash[18308]: cluster 2024-02-10T09:20:49.301455+0000 mgr.smithi018.dxgutx (mgr.14180) 171 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:51.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:51 smithi018 bash[14175]: cluster 2024-02-10T09:20:51.302008+0000 mgr.smithi018.dxgutx (mgr.14180) 172 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:51.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:51 smithi164 bash[18308]: cluster 2024-02-10T09:20:51.302008+0000 mgr.smithi018.dxgutx (mgr.14180) 172 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:53.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:53 smithi018 bash[14175]: cluster 2024-02-10T09:20:53.302590+0000 mgr.smithi018.dxgutx (mgr.14180) 173 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:53.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:53 smithi164 bash[18308]: cluster 2024-02-10T09:20:53.302590+0000 mgr.smithi018.dxgutx (mgr.14180) 173 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:54.549 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/mon.smithi018/config 2024-02-10T09:20:55.654 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:55 smithi018 bash[14175]: cluster 2024-02-10T09:20:55.303154+0000 mgr.smithi018.dxgutx (mgr.14180) 174 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:55.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:55 smithi164 bash[18308]: cluster 2024-02-10T09:20:55.303154+0000 mgr.smithi018.dxgutx (mgr.14180) 174 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:57.602 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:57 smithi018 bash[14175]: cluster 2024-02-10T09:20:57.303570+0000 mgr.smithi018.dxgutx (mgr.14180) 175 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:57.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:57 smithi164 bash[18308]: cluster 2024-02-10T09:20:57.303570+0000 mgr.smithi018.dxgutx (mgr.14180) 175 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:58.337 INFO:teuthology.orchestra.run.smithi018.stdout:85899345944 2024-02-10T09:20:58.337 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-10T09:20:59.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:20:59 smithi018 bash[14175]: cluster 2024-02-10T09:20:59.304121+0000 mgr.smithi018.dxgutx (mgr.14180) 176 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:20:59.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:20:59 smithi164 bash[18308]: cluster 2024-02-10T09:20:59.304121+0000 mgr.smithi018.dxgutx (mgr.14180) 176 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:01.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:01 smithi018 bash[14175]: cluster 2024-02-10T09:21:01.304678+0000 mgr.smithi018.dxgutx (mgr.14180) 177 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:01.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:01 smithi164 bash[18308]: cluster 2024-02-10T09:21:01.304678+0000 mgr.smithi018.dxgutx (mgr.14180) 177 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:03.130 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/mon.smithi018/config 2024-02-10T09:21:03.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:03 smithi018 bash[14175]: cluster 2024-02-10T09:21:03.305251+0000 mgr.smithi018.dxgutx (mgr.14180) 178 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:03.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:03 smithi164 bash[18308]: cluster 2024-02-10T09:21:03.305251+0000 mgr.smithi018.dxgutx (mgr.14180) 178 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:05.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:05 smithi018 bash[14175]: cluster 2024-02-10T09:21:05.305822+0000 mgr.smithi018.dxgutx (mgr.14180) 179 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:05.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:05 smithi164 bash[18308]: cluster 2024-02-10T09:21:05.305822+0000 mgr.smithi018.dxgutx (mgr.14180) 179 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:06.730 INFO:teuthology.orchestra.run.smithi018.stdout:146028888088 2024-02-10T09:21:06.731 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-10T09:21:07.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:07 smithi018 bash[14175]: cluster 2024-02-10T09:21:07.306398+0000 mgr.smithi018.dxgutx (mgr.14180) 180 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:07.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:07 smithi164 bash[18308]: cluster 2024-02-10T09:21:07.306398+0000 mgr.smithi018.dxgutx (mgr.14180) 180 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:09.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:09 smithi018 bash[14175]: cluster 2024-02-10T09:21:09.307053+0000 mgr.smithi018.dxgutx (mgr.14180) 181 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:09.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:09 smithi164 bash[18308]: cluster 2024-02-10T09:21:09.307053+0000 mgr.smithi018.dxgutx (mgr.14180) 181 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:11.525 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/mon.smithi018/config 2024-02-10T09:21:11.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:11 smithi018 bash[14175]: cluster 2024-02-10T09:21:11.307621+0000 mgr.smithi018.dxgutx (mgr.14180) 182 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:11.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:11 smithi164 bash[18308]: cluster 2024-02-10T09:21:11.307621+0000 mgr.smithi018.dxgutx (mgr.14180) 182 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:13.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:13 smithi018 bash[14175]: cluster 2024-02-10T09:21:13.307986+0000 mgr.smithi018.dxgutx (mgr.14180) 183 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:13.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:13 smithi164 bash[18308]: cluster 2024-02-10T09:21:13.307986+0000 mgr.smithi018.dxgutx (mgr.14180) 183 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:15.034 INFO:teuthology.orchestra.run.smithi018.stdout:103079215132 2024-02-10T09:21:15.034 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-10T09:21:15.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:15 smithi018 bash[14175]: cluster 2024-02-10T09:21:15.308634+0000 mgr.smithi018.dxgutx (mgr.14180) 184 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:15.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:15 smithi164 bash[18308]: cluster 2024-02-10T09:21:15.308634+0000 mgr.smithi018.dxgutx (mgr.14180) 184 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:17.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:17 smithi018 bash[14175]: cluster 2024-02-10T09:21:17.309277+0000 mgr.smithi018.dxgutx (mgr.14180) 185 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:17.822 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:17 smithi164 bash[18308]: cluster 2024-02-10T09:21:17.309277+0000 mgr.smithi018.dxgutx (mgr.14180) 185 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:19.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:19 smithi018 bash[14175]: cluster 2024-02-10T09:21:19.309974+0000 mgr.smithi018.dxgutx (mgr.14180) 186 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:19.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:19 smithi164 bash[18308]: cluster 2024-02-10T09:21:19.309974+0000 mgr.smithi018.dxgutx (mgr.14180) 186 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:19.826 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/mon.smithi018/config 2024-02-10T09:21:21.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:21 smithi018 bash[14175]: cluster 2024-02-10T09:21:21.310575+0000 mgr.smithi018.dxgutx (mgr.14180) 187 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:21.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:21 smithi164 bash[18308]: cluster 2024-02-10T09:21:21.310575+0000 mgr.smithi018.dxgutx (mgr.14180) 187 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:23.556 INFO:teuthology.orchestra.run.smithi018.stdout:167503724571 2024-02-10T09:21:23.556 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-10T09:21:23.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:23 smithi018 bash[14175]: cluster 2024-02-10T09:21:23.311021+0000 mgr.smithi018.dxgutx (mgr.14180) 188 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:23.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:23 smithi164 bash[18308]: cluster 2024-02-10T09:21:23.311021+0000 mgr.smithi018.dxgutx (mgr.14180) 188 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:25.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:25 smithi018 bash[14175]: audit 2024-02-10T09:21:25.125669+0000 mon.smithi018 (mon.0) 610 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:21:25.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:25 smithi164 bash[18308]: audit 2024-02-10T09:21:25.125669+0000 mon.smithi018 (mon.0) 610 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:21:26.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:26 smithi018 bash[14175]: cluster 2024-02-10T09:21:25.311573+0000 mgr.smithi018.dxgutx (mgr.14180) 189 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:26.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:26 smithi164 bash[18308]: cluster 2024-02-10T09:21:25.311573+0000 mgr.smithi018.dxgutx (mgr.14180) 189 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:27.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:27 smithi018 bash[14175]: cluster 2024-02-10T09:21:27.312106+0000 mgr.smithi018.dxgutx (mgr.14180) 190 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:27.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:27 smithi164 bash[18308]: cluster 2024-02-10T09:21:27.312106+0000 mgr.smithi018.dxgutx (mgr.14180) 190 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:28.366 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/mon.smithi018/config 2024-02-10T09:21:29.643 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:29 smithi018 bash[14175]: cluster 2024-02-10T09:21:29.312632+0000 mgr.smithi018.dxgutx (mgr.14180) 191 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:29.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:29 smithi164 bash[18308]: cluster 2024-02-10T09:21:29.312632+0000 mgr.smithi018.dxgutx (mgr.14180) 191 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:31.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:31 smithi018 bash[14175]: audit 2024-02-10T09:21:30.459653+0000 mon.smithi018 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:21:31.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:31 smithi018 bash[14175]: audit 2024-02-10T09:21:30.569719+0000 mon.smithi018 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:21:31.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:31 smithi018 bash[14175]: audit 2024-02-10T09:21:30.851693+0000 mon.smithi018 (mon.0) 613 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:21:31.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:31 smithi018 bash[14175]: audit 2024-02-10T09:21:30.852957+0000 mon.smithi018 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:21:31.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:31 smithi018 bash[14175]: audit 2024-02-10T09:21:30.859692+0000 mon.smithi018 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:21:31.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:31 smithi018 bash[14175]: audit 2024-02-10T09:21:30.867524+0000 mon.smithi018 (mon.0) 616 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:21:31.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:31 smithi018 bash[14175]: cluster 2024-02-10T09:21:31.313258+0000 mgr.smithi018.dxgutx (mgr.14180) 192 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:31.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:31 smithi164 bash[18308]: audit 2024-02-10T09:21:30.459653+0000 mon.smithi018 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:21:31.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:31 smithi164 bash[18308]: audit 2024-02-10T09:21:30.569719+0000 mon.smithi018 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:21:31.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:31 smithi164 bash[18308]: audit 2024-02-10T09:21:30.851693+0000 mon.smithi018 (mon.0) 613 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:21:31.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:31 smithi164 bash[18308]: audit 2024-02-10T09:21:30.852957+0000 mon.smithi018 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:21:31.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:31 smithi164 bash[18308]: audit 2024-02-10T09:21:30.859692+0000 mon.smithi018 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:21:31.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:31 smithi164 bash[18308]: audit 2024-02-10T09:21:30.867524+0000 mon.smithi018 (mon.0) 616 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:21:31.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:31 smithi164 bash[18308]: cluster 2024-02-10T09:21:31.313258+0000 mgr.smithi018.dxgutx (mgr.14180) 192 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:32.043 INFO:teuthology.orchestra.run.smithi018.stdout:120259084317 2024-02-10T09:21:32.043 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-10T09:21:33.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:33 smithi018 bash[14175]: cluster 2024-02-10T09:21:33.313944+0000 mgr.smithi018.dxgutx (mgr.14180) 193 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:33.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:33 smithi164 bash[18308]: cluster 2024-02-10T09:21:33.313944+0000 mgr.smithi018.dxgutx (mgr.14180) 193 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:35.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:35 smithi018 bash[14175]: cluster 2024-02-10T09:21:35.314589+0000 mgr.smithi018.dxgutx (mgr.14180) 194 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:35.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:35 smithi164 bash[18308]: cluster 2024-02-10T09:21:35.314589+0000 mgr.smithi018.dxgutx (mgr.14180) 194 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:36.827 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/mon.smithi018/config 2024-02-10T09:21:37.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:37 smithi018 bash[14175]: cluster 2024-02-10T09:21:37.315281+0000 mgr.smithi018.dxgutx (mgr.14180) 195 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:37.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:37 smithi164 bash[18308]: cluster 2024-02-10T09:21:37.315281+0000 mgr.smithi018.dxgutx (mgr.14180) 195 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:39.668 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:39 smithi018 bash[14175]: cluster 2024-02-10T09:21:39.315930+0000 mgr.smithi018.dxgutx (mgr.14180) 196 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:39.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:39 smithi164 bash[18308]: cluster 2024-02-10T09:21:39.315930+0000 mgr.smithi018.dxgutx (mgr.14180) 196 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:40.643 INFO:teuthology.orchestra.run.smithi018.stdout:184683593757 2024-02-10T09:21:40.644 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-10T09:21:41.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:41 smithi018 bash[14175]: cluster 2024-02-10T09:21:41.316506+0000 mgr.smithi018.dxgutx (mgr.14180) 197 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:41.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:41 smithi164 bash[18308]: cluster 2024-02-10T09:21:41.316506+0000 mgr.smithi018.dxgutx (mgr.14180) 197 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:43.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:43 smithi018 bash[14175]: cluster 2024-02-10T09:21:43.317082+0000 mgr.smithi018.dxgutx (mgr.14180) 198 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:43.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:43 smithi164 bash[18308]: cluster 2024-02-10T09:21:43.317082+0000 mgr.smithi018.dxgutx (mgr.14180) 198 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:45.432 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/mon.smithi018/config 2024-02-10T09:21:45.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:45 smithi018 bash[14175]: cluster 2024-02-10T09:21:45.317692+0000 mgr.smithi018.dxgutx (mgr.14180) 199 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:45.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:45 smithi164 bash[18308]: cluster 2024-02-10T09:21:45.317692+0000 mgr.smithi018.dxgutx (mgr.14180) 199 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:47.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:47 smithi018 bash[14175]: cluster 2024-02-10T09:21:47.318242+0000 mgr.smithi018.dxgutx (mgr.14180) 200 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:47.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:47 smithi164 bash[18308]: cluster 2024-02-10T09:21:47.318242+0000 mgr.smithi018.dxgutx (mgr.14180) 200 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:48.662 INFO:teuthology.orchestra.run.smithi018.stdout:68719476772 2024-02-10T09:21:48.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:48 smithi018 bash[14175]: audit 2024-02-10T09:21:48.660213+0000 mon.smithi018 (mon.0) 617 : audit [DBG] from='client.? 172.21.15.18:0/3485030012' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-10T09:21:49.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:48 smithi164 bash[18308]: audit 2024-02-10T09:21:48.660213+0000 mon.smithi018 (mon.0) 617 : audit [DBG] from='client.? 172.21.15.18:0/3485030012' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-10T09:21:49.472 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476759 got 68719476772 for osd.0 2024-02-10T09:21:49.472 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-10T09:21:49.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:49 smithi018 bash[14175]: cluster 2024-02-10T09:21:49.318880+0000 mgr.smithi018.dxgutx (mgr.14180) 201 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:50.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:49 smithi164 bash[18308]: cluster 2024-02-10T09:21:49.318880+0000 mgr.smithi018.dxgutx (mgr.14180) 201 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:51.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:51 smithi018 bash[14175]: cluster 2024-02-10T09:21:51.319451+0000 mgr.smithi018.dxgutx (mgr.14180) 202 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:51.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:51 smithi164 bash[18308]: cluster 2024-02-10T09:21:51.319451+0000 mgr.smithi018.dxgutx (mgr.14180) 202 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:53.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:53 smithi018 bash[14175]: cluster 2024-02-10T09:21:53.319978+0000 mgr.smithi018.dxgutx (mgr.14180) 203 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:53.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:53 smithi164 bash[18308]: cluster 2024-02-10T09:21:53.319978+0000 mgr.smithi018.dxgutx (mgr.14180) 203 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:54.268 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/mon.smithi018/config 2024-02-10T09:21:55.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:55 smithi018 bash[14175]: cluster 2024-02-10T09:21:55.320604+0000 mgr.smithi018.dxgutx (mgr.14180) 204 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:55.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:55 smithi164 bash[18308]: cluster 2024-02-10T09:21:55.320604+0000 mgr.smithi018.dxgutx (mgr.14180) 204 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:57.343 INFO:teuthology.orchestra.run.smithi018.stdout:111669149731 2024-02-10T09:21:57.631 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:57 smithi018 bash[14175]: cluster 2024-02-10T09:21:57.321115+0000 mgr.smithi018.dxgutx (mgr.14180) 205 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:57.631 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:57 smithi018 bash[14175]: audit 2024-02-10T09:21:57.341473+0000 mon.smithi018 (mon.0) 618 : audit [DBG] from='client.? 172.21.15.18:0/983973612' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-10T09:21:57.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:57 smithi164 bash[18308]: cluster 2024-02-10T09:21:57.321115+0000 mgr.smithi018.dxgutx (mgr.14180) 205 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:57.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:57 smithi164 bash[18308]: audit 2024-02-10T09:21:57.341473+0000 mon.smithi018 (mon.0) 618 : audit [DBG] from='client.? 172.21.15.18:0/983973612' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-10T09:21:58.165 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149718 got 111669149731 for osd.1 2024-02-10T09:21:58.165 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-10T09:21:59.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:21:59 smithi018 bash[14175]: cluster 2024-02-10T09:21:59.321710+0000 mgr.smithi018.dxgutx (mgr.14180) 206 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:21:59.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:21:59 smithi164 bash[18308]: cluster 2024-02-10T09:21:59.321710+0000 mgr.smithi018.dxgutx (mgr.14180) 206 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:02.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:02 smithi018 bash[14175]: cluster 2024-02-10T09:22:01.322388+0000 mgr.smithi018.dxgutx (mgr.14180) 207 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:02.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:02 smithi164 bash[18308]: cluster 2024-02-10T09:22:01.322388+0000 mgr.smithi018.dxgutx (mgr.14180) 207 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:02.955 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/mon.smithi018/config 2024-02-10T09:22:04.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:04 smithi018 bash[14175]: cluster 2024-02-10T09:22:03.322988+0000 mgr.smithi018.dxgutx (mgr.14180) 208 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:04.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:04 smithi164 bash[18308]: cluster 2024-02-10T09:22:03.322988+0000 mgr.smithi018.dxgutx (mgr.14180) 208 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:06.040 INFO:teuthology.orchestra.run.smithi018.stdout:85899345958 2024-02-10T09:22:06.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:06 smithi018 bash[14175]: cluster 2024-02-10T09:22:05.323594+0000 mgr.smithi018.dxgutx (mgr.14180) 209 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:06.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:06 smithi018 bash[14175]: audit 2024-02-10T09:22:06.038599+0000 mon.smithi018 (mon.0) 619 : audit [DBG] from='client.? 172.21.15.18:0/3428111240' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-10T09:22:06.801 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345944 got 85899345958 for osd.2 2024-02-10T09:22:06.801 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-10T09:22:06.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:06 smithi164 bash[18308]: cluster 2024-02-10T09:22:05.323594+0000 mgr.smithi018.dxgutx (mgr.14180) 209 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:06.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:06 smithi164 bash[18308]: audit 2024-02-10T09:22:06.038599+0000 mon.smithi018 (mon.0) 619 : audit [DBG] from='client.? 172.21.15.18:0/3428111240' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-10T09:22:08.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:08 smithi018 bash[14175]: cluster 2024-02-10T09:22:07.324284+0000 mgr.smithi018.dxgutx (mgr.14180) 210 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:08.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:08 smithi164 bash[18308]: cluster 2024-02-10T09:22:07.324284+0000 mgr.smithi018.dxgutx (mgr.14180) 210 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:10.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:10 smithi018 bash[14175]: cluster 2024-02-10T09:22:09.325015+0000 mgr.smithi018.dxgutx (mgr.14180) 211 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:10.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:10 smithi164 bash[18308]: cluster 2024-02-10T09:22:09.325015+0000 mgr.smithi018.dxgutx (mgr.14180) 211 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:11.603 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/mon.smithi018/config 2024-02-10T09:22:12.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:12 smithi018 bash[14175]: cluster 2024-02-10T09:22:11.325696+0000 mgr.smithi018.dxgutx (mgr.14180) 212 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:12.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:12 smithi164 bash[18308]: cluster 2024-02-10T09:22:11.325696+0000 mgr.smithi018.dxgutx (mgr.14180) 212 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:14.610 INFO:teuthology.orchestra.run.smithi018.stdout:146028888102 2024-02-10T09:22:14.638 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:14 smithi018 bash[14175]: cluster 2024-02-10T09:22:13.326312+0000 mgr.smithi018.dxgutx (mgr.14180) 213 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:14.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:14 smithi164 bash[18308]: cluster 2024-02-10T09:22:13.326312+0000 mgr.smithi018.dxgutx (mgr.14180) 213 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:15.396 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888088 got 146028888102 for osd.3 2024-02-10T09:22:15.396 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-10T09:22:15.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:15 smithi018 bash[14175]: audit 2024-02-10T09:22:14.607955+0000 mon.smithi018 (mon.0) 620 : audit [DBG] from='client.? 172.21.15.18:0/2029206663' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-10T09:22:15.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:15 smithi164 bash[18308]: audit 2024-02-10T09:22:14.607955+0000 mon.smithi018 (mon.0) 620 : audit [DBG] from='client.? 172.21.15.18:0/2029206663' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-10T09:22:16.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:16 smithi164 bash[18308]: cluster 2024-02-10T09:22:15.326786+0000 mgr.smithi018.dxgutx (mgr.14180) 214 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:16.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:16 smithi018 bash[14175]: cluster 2024-02-10T09:22:15.326786+0000 mgr.smithi018.dxgutx (mgr.14180) 214 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:18.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:18 smithi164 bash[18308]: cluster 2024-02-10T09:22:17.327288+0000 mgr.smithi018.dxgutx (mgr.14180) 215 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:18.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:18 smithi018 bash[14175]: cluster 2024-02-10T09:22:17.327288+0000 mgr.smithi018.dxgutx (mgr.14180) 215 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:20.187 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/mon.smithi018/config 2024-02-10T09:22:20.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:20 smithi164 bash[18308]: cluster 2024-02-10T09:22:19.327841+0000 mgr.smithi018.dxgutx (mgr.14180) 216 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:20.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:20 smithi018 bash[14175]: cluster 2024-02-10T09:22:19.327841+0000 mgr.smithi018.dxgutx (mgr.14180) 216 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:22.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:22 smithi164 bash[18308]: cluster 2024-02-10T09:22:21.328448+0000 mgr.smithi018.dxgutx (mgr.14180) 217 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:22.928 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:22 smithi018 bash[14175]: cluster 2024-02-10T09:22:21.328448+0000 mgr.smithi018.dxgutx (mgr.14180) 217 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:23.344 INFO:teuthology.orchestra.run.smithi018.stdout:103079215146 2024-02-10T09:22:23.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:23 smithi018 bash[14175]: audit 2024-02-10T09:22:23.342499+0000 mon.smithi018 (mon.0) 621 : audit [DBG] from='client.? 172.21.15.18:0/4022947284' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-10T09:22:23.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:23 smithi164 bash[18308]: audit 2024-02-10T09:22:23.342499+0000 mon.smithi018 (mon.0) 621 : audit [DBG] from='client.? 172.21.15.18:0/4022947284' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-10T09:22:24.148 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215132 got 103079215146 for osd.4 2024-02-10T09:22:24.148 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-10T09:22:24.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:24 smithi164 bash[18308]: cluster 2024-02-10T09:22:23.329013+0000 mgr.smithi018.dxgutx (mgr.14180) 218 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:24.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:24 smithi018 bash[14175]: cluster 2024-02-10T09:22:23.329013+0000 mgr.smithi018.dxgutx (mgr.14180) 218 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:26.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:26 smithi164 bash[18308]: cluster 2024-02-10T09:22:25.329698+0000 mgr.smithi018.dxgutx (mgr.14180) 219 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:26.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:26 smithi018 bash[14175]: cluster 2024-02-10T09:22:25.329698+0000 mgr.smithi018.dxgutx (mgr.14180) 219 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:28.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:28 smithi164 bash[18308]: cluster 2024-02-10T09:22:27.330241+0000 mgr.smithi018.dxgutx (mgr.14180) 220 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:28.941 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/mon.smithi018/config 2024-02-10T09:22:28.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:28 smithi018 bash[14175]: cluster 2024-02-10T09:22:27.330241+0000 mgr.smithi018.dxgutx (mgr.14180) 220 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:30.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:30 smithi018 bash[14175]: cluster 2024-02-10T09:22:29.330731+0000 mgr.smithi018.dxgutx (mgr.14180) 221 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:30.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:30 smithi164 bash[18308]: cluster 2024-02-10T09:22:29.330731+0000 mgr.smithi018.dxgutx (mgr.14180) 221 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:31.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:31 smithi164 bash[18308]: audit 2024-02-10T09:22:30.876053+0000 mon.smithi018 (mon.0) 622 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:22:31.836 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:31 smithi018 bash[14175]: audit 2024-02-10T09:22:30.876053+0000 mon.smithi018 (mon.0) 622 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:22:32.254 INFO:teuthology.orchestra.run.smithi018.stdout:167503724584 2024-02-10T09:22:32.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:32 smithi164 bash[18308]: cluster 2024-02-10T09:22:31.331240+0000 mgr.smithi018.dxgutx (mgr.14180) 222 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:32.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:32 smithi164 bash[18308]: audit 2024-02-10T09:22:32.251773+0000 mon.smithi018 (mon.0) 623 : audit [DBG] from='client.? 172.21.15.18:0/2513711170' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-10T09:22:32.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:32 smithi018 bash[14175]: cluster 2024-02-10T09:22:31.331240+0000 mgr.smithi018.dxgutx (mgr.14180) 222 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:32.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:32 smithi018 bash[14175]: audit 2024-02-10T09:22:32.251773+0000 mon.smithi018 (mon.0) 623 : audit [DBG] from='client.? 172.21.15.18:0/2513711170' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-10T09:22:33.076 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724571 got 167503724584 for osd.5 2024-02-10T09:22:33.076 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-10T09:22:34.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:34 smithi164 bash[18308]: cluster 2024-02-10T09:22:33.331843+0000 mgr.smithi018.dxgutx (mgr.14180) 223 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:34.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:34 smithi018 bash[14175]: cluster 2024-02-10T09:22:33.331843+0000 mgr.smithi018.dxgutx (mgr.14180) 223 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:37.700 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/mon.smithi018/config 2024-02-10T09:22:37.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:37 smithi018 bash[14175]: cluster 2024-02-10T09:22:35.332388+0000 mgr.smithi018.dxgutx (mgr.14180) 224 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:37.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:37 smithi018 bash[14175]: audit 2024-02-10T09:22:36.330462+0000 mon.smithi018 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:22:37.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:37 smithi018 bash[14175]: audit 2024-02-10T09:22:36.904163+0000 mon.smithi018 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:22:37.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:37 smithi018 bash[14175]: audit 2024-02-10T09:22:37.183496+0000 mon.smithi018 (mon.0) 626 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:22:37.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:37 smithi018 bash[14175]: audit 2024-02-10T09:22:37.184951+0000 mon.smithi018 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:22:37.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:37 smithi018 bash[14175]: audit 2024-02-10T09:22:37.193148+0000 mon.smithi018 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:22:37.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:37 smithi018 bash[14175]: audit 2024-02-10T09:22:37.199308+0000 mon.smithi018 (mon.0) 629 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:22:37.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:37 smithi164 bash[18308]: cluster 2024-02-10T09:22:35.332388+0000 mgr.smithi018.dxgutx (mgr.14180) 224 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:37.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:37 smithi164 bash[18308]: audit 2024-02-10T09:22:36.330462+0000 mon.smithi018 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:22:37.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:37 smithi164 bash[18308]: audit 2024-02-10T09:22:36.904163+0000 mon.smithi018 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:22:37.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:37 smithi164 bash[18308]: audit 2024-02-10T09:22:37.183496+0000 mon.smithi018 (mon.0) 626 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:22:37.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:37 smithi164 bash[18308]: audit 2024-02-10T09:22:37.184951+0000 mon.smithi018 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:22:37.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:37 smithi164 bash[18308]: audit 2024-02-10T09:22:37.193148+0000 mon.smithi018 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:22:37.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:37 smithi164 bash[18308]: audit 2024-02-10T09:22:37.199308+0000 mon.smithi018 (mon.0) 629 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:22:38.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:38 smithi018 bash[14175]: cluster 2024-02-10T09:22:37.332869+0000 mgr.smithi018.dxgutx (mgr.14180) 225 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:38.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:38 smithi164 bash[18308]: cluster 2024-02-10T09:22:37.332869+0000 mgr.smithi018.dxgutx (mgr.14180) 225 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:40.700 INFO:teuthology.orchestra.run.smithi018.stdout:120259084331 2024-02-10T09:22:40.724 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:40 smithi018 bash[14175]: cluster 2024-02-10T09:22:39.333245+0000 mgr.smithi018.dxgutx (mgr.14180) 226 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:40.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:40 smithi164 bash[18308]: cluster 2024-02-10T09:22:39.333245+0000 mgr.smithi018.dxgutx (mgr.14180) 226 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:41.483 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084317 got 120259084331 for osd.6 2024-02-10T09:22:41.484 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-10T09:22:41.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:41 smithi164 bash[18308]: audit 2024-02-10T09:22:40.698667+0000 mon.smithi164 (mon.1) 19 : audit [DBG] from='client.? 172.21.15.18:0/3118803126' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-10T09:22:41.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:41 smithi018 bash[14175]: audit 2024-02-10T09:22:40.698667+0000 mon.smithi164 (mon.1) 19 : audit [DBG] from='client.? 172.21.15.18:0/3118803126' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-10T09:22:42.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:42 smithi164 bash[18308]: cluster 2024-02-10T09:22:41.333739+0000 mgr.smithi018.dxgutx (mgr.14180) 227 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:42.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:42 smithi018 bash[14175]: cluster 2024-02-10T09:22:41.333739+0000 mgr.smithi018.dxgutx (mgr.14180) 227 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:44.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:44 smithi164 bash[18308]: cluster 2024-02-10T09:22:43.334234+0000 mgr.smithi018.dxgutx (mgr.14180) 228 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:44.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:44 smithi018 bash[14175]: cluster 2024-02-10T09:22:43.334234+0000 mgr.smithi018.dxgutx (mgr.14180) 228 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:46.262 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/mon.smithi018/config 2024-02-10T09:22:46.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:46 smithi018 bash[14175]: cluster 2024-02-10T09:22:45.334813+0000 mgr.smithi018.dxgutx (mgr.14180) 229 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:46.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:46 smithi164 bash[18308]: cluster 2024-02-10T09:22:45.334813+0000 mgr.smithi018.dxgutx (mgr.14180) 229 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:48.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:48 smithi164 bash[18308]: cluster 2024-02-10T09:22:47.335437+0000 mgr.smithi018.dxgutx (mgr.14180) 230 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:48.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:48 smithi018 bash[14175]: cluster 2024-02-10T09:22:47.335437+0000 mgr.smithi018.dxgutx (mgr.14180) 230 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:49.435 INFO:teuthology.orchestra.run.smithi018.stdout:184683593770 2024-02-10T09:22:49.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:49 smithi164 bash[18308]: audit 2024-02-10T09:22:49.433482+0000 mon.smithi018 (mon.0) 630 : audit [DBG] from='client.? 172.21.15.18:0/3593857648' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-10T09:22:49.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:49 smithi018 bash[14175]: audit 2024-02-10T09:22:49.433482+0000 mon.smithi018 (mon.0) 630 : audit [DBG] from='client.? 172.21.15.18:0/3593857648' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-10T09:22:50.201 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593757 got 184683593770 for osd.7 2024-02-10T09:22:50.201 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-10T09:22:50.201 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph pg dump --format=json 2024-02-10T09:22:50.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:50 smithi164 bash[18308]: cluster 2024-02-10T09:22:49.336105+0000 mgr.smithi018.dxgutx (mgr.14180) 231 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:50.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:50 smithi018 bash[14175]: cluster 2024-02-10T09:22:49.336105+0000 mgr.smithi018.dxgutx (mgr.14180) 231 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:52.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:52 smithi164 bash[18308]: cluster 2024-02-10T09:22:51.336836+0000 mgr.smithi018.dxgutx (mgr.14180) 232 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:52.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:52 smithi018 bash[14175]: cluster 2024-02-10T09:22:51.336836+0000 mgr.smithi018.dxgutx (mgr.14180) 232 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:54.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:54 smithi164 bash[18308]: cluster 2024-02-10T09:22:53.337538+0000 mgr.smithi018.dxgutx (mgr.14180) 233 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:54.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:54 smithi018 bash[14175]: cluster 2024-02-10T09:22:53.337538+0000 mgr.smithi018.dxgutx (mgr.14180) 233 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:54.995 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/mon.smithi018/config 2024-02-10T09:22:56.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:56 smithi164 bash[18308]: cluster 2024-02-10T09:22:55.338294+0000 mgr.smithi018.dxgutx (mgr.14180) 234 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:56.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:56 smithi018 bash[14175]: cluster 2024-02-10T09:22:55.338294+0000 mgr.smithi018.dxgutx (mgr.14180) 234 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:58.036 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:22:58.040 INFO:teuthology.orchestra.run.smithi018.stderr:dumped all 2024-02-10T09:22:58.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:58 smithi018 bash[14175]: cluster 2024-02-10T09:22:57.339007+0000 mgr.smithi018.dxgutx (mgr.14180) 235 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:58.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:22:58 smithi018 bash[14175]: audit 2024-02-10T09:22:58.026646+0000 mgr.smithi018.dxgutx (mgr.14180) 236 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:22:58.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:58 smithi164 bash[18308]: cluster 2024-02-10T09:22:57.339007+0000 mgr.smithi018.dxgutx (mgr.14180) 235 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:22:58.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:22:58 smithi164 bash[18308]: audit 2024-02-10T09:22:58.026646+0000 mgr.smithi018.dxgutx (mgr.14180) 236 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:22:58.824 INFO:teuthology.orchestra.run.smithi018.stdout:{"pg_ready":true,"pg_map":{"version":222,"stamp":"2024-02-10T09:22:57.338656+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":2380348,"kb_used_data":3580,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548100,"statfs":{"total":767926730752,"available":765489254400,"internally_reserved":0,"allocated":3665920,"data_stored":1428431,"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":45,"state":"active+clean","last_fresh":"2024-02-10T09:19:35.277027+0000","last_change":"2024-02-10T09:19:35.277027+0000","last_active":"2024-02-10T09:19:35.277027+0000","last_peered":"2024-02-10T09:19:35.277027+0000","last_clean":"2024-02-10T09:19:35.277027+0000","last_became_active":"2024-02-10T09:19:35.276439+0000","last_became_peered":"2024-02-10T09:19:35.276439+0000","last_unstale":"2024-02-10T09:19:35.277027+0000","last_undegraded":"2024-02-10T09:19:35.277027+0000","last_fullsized":"2024-02-10T09:19:35.277027+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":25,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-10T09:19:09.292312+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-10T09:19:09.292312+0000","last_clean_scrub_stamp":"2024-02-10T09:19:09.292312+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":43,"seq":184683593772,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Sat Feb 10 09:22:41 2024","interfaces":[{"interface":"back","average":{"1min":0.82799999999999996,"5min":0.91200000000000003,"15min":0.93200000000000005},"min":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.177,"5min":1.329,"15min":1.329},"last":0.90400000000000003},{"interface":"front","average":{"1min":0.89500000000000002,"5min":0.88200000000000001,"15min":0.88},"min":{"1min":0.72999999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.173,"5min":1.254,"15min":1.254},"last":0.93700000000000006}]},{"osd":1,"last update":"Sat Feb 10 09:22:41 2024","interfaces":[{"interface":"back","average":{"1min":0.82899999999999996,"5min":0.80300000000000005,"15min":0.79100000000000004},"min":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.2310000000000001,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":1.0720000000000001},{"interface":"front","average":{"1min":0.88900000000000001,"5min":0.86899999999999999,"15min":0.871},"min":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.3009999999999999,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":0.84299999999999997}]},{"osd":2,"last update":"Sat Feb 10 09:22:41 2024","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.91900000000000004,"15min":0.94099999999999995},"min":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.137,"5min":2.3300000000000001,"15min":2.3300000000000001},"last":0.877},{"interface":"front","average":{"1min":0.96099999999999997,"5min":0.96099999999999997,"15min":0.95999999999999996},"min":{"1min":0.70199999999999996,"5min":0.68400000000000005,"15min":0.68400000000000005},"max":{"1min":1.276,"5min":1.276,"15min":1.276},"last":1.008}]},{"osd":3,"last update":"Sat Feb 10 09:22:41 2024","interfaces":[{"interface":"back","average":{"1min":0.90100000000000002,"5min":0.93100000000000005,"15min":0.92400000000000004},"min":{"1min":0.47199999999999998,"5min":0.433,"15min":0.433},"max":{"1min":1.3169999999999999,"5min":1.8180000000000001,"15min":1.8180000000000001},"last":1.155},{"interface":"front","average":{"1min":0.83599999999999997,"5min":0.88700000000000001,"15min":0.90300000000000002},"min":{"1min":0.51100000000000001,"5min":0.502,"15min":0.502},"max":{"1min":1.2190000000000001,"5min":2.2330000000000001,"15min":2.2330000000000001},"last":1.1200000000000001}]},{"osd":4,"last update":"Sat Feb 10 09:22:41 2024","interfaces":[{"interface":"back","average":{"1min":0.96099999999999997,"5min":0.97699999999999998,"15min":0.97699999999999998},"min":{"1min":0.745,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.2150000000000001,"5min":1.45,"15min":1.45},"last":0.98499999999999999},{"interface":"front","average":{"1min":1.048,"5min":1.1180000000000001,"15min":1.139},"min":{"1min":0.84299999999999997,"5min":0.81200000000000006,"15min":0.81200000000000006},"max":{"1min":1.2629999999999999,"5min":1.5009999999999999,"15min":1.5009999999999999},"last":1.5069999999999999}]},{"osd":5,"last update":"Sat Feb 10 09:22:41 2024","interfaces":[{"interface":"back","average":{"1min":1.0429999999999999,"5min":1.1000000000000001,"15min":1.1200000000000001},"min":{"1min":0.62,"5min":0.62,"15min":0.62},"max":{"1min":1.3580000000000001,"5min":1.5700000000000001,"15min":1.5700000000000001},"last":1.4419999999999999},{"interface":"front","average":{"1min":1.0640000000000001,"5min":1.0860000000000001,"15min":1.0960000000000001},"min":{"1min":0.65900000000000003,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.4179999999999999,"5min":2.0059999999999998,"15min":2.0059999999999998},"last":1.3400000000000001}]},{"osd":6,"last update":"Sat Feb 10 09:22:41 2024","interfaces":[{"interface":"back","average":{"1min":1.1259999999999999,"5min":1.175,"15min":1.1890000000000001},"min":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.52,"5min":2.6499999999999999,"15min":2.6499999999999999},"last":1.5700000000000001},{"interface":"front","average":{"1min":1.075,"5min":1.1759999999999999,"15min":1.2110000000000001},"min":{"1min":0.628,"5min":0.628,"15min":0.628},"max":{"1min":1.7330000000000001,"5min":3.1110000000000002,"15min":3.1110000000000002},"last":1.482}]}]},{"osd":5,"up_from":39,"seq":167503724590,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Sat Feb 10 09:22:30 2024","interfaces":[{"interface":"back","average":{"1min":0.85199999999999998,"5min":0.879,"15min":0.88800000000000001},"min":{"1min":0.68400000000000005,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.0920000000000001,"5min":1.651,"15min":1.651},"last":0.83799999999999997},{"interface":"front","average":{"1min":0.88100000000000001,"5min":0.85499999999999998,"15min":0.85199999999999998},"min":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.1399999999999999,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.76000000000000001}]},{"osd":1,"last update":"Sat Feb 10 09:22:30 2024","interfaces":[{"interface":"back","average":{"1min":0.70299999999999996,"5min":0.72699999999999998,"15min":0.73099999999999998},"min":{"1min":0.48399999999999999,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":1.0900000000000001,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":1.2050000000000001},{"interface":"front","average":{"1min":0.79200000000000004,"5min":0.81799999999999995,"15min":0.82999999999999996},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.2689999999999999,"5min":1.2689999999999999,"15min":1.2689999999999999},"last":0.68000000000000005}]},{"osd":2,"last update":"Sat Feb 10 09:22:30 2024","interfaces":[{"interface":"back","average":{"1min":0.92300000000000004,"5min":0.95499999999999996,"15min":0.97199999999999998},"min":{"1min":0.59899999999999998,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.1830000000000001,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":1.103},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.92400000000000004,"15min":0.92000000000000004},"min":{"1min":0.61599999999999999,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.1879999999999999,"5min":1.24,"15min":1.24},"last":0.97699999999999998}]},{"osd":3,"last update":"Sat Feb 10 09:22:30 2024","interfaces":[{"interface":"back","average":{"1min":0.80300000000000005,"5min":0.81399999999999995,"15min":0.80500000000000005},"min":{"1min":0.54200000000000004,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.1699999999999999,"5min":1.218,"15min":1.218},"last":0.879},{"interface":"front","average":{"1min":0.90400000000000003,"5min":0.93799999999999994,"15min":0.94399999999999995},"min":{"1min":0.51800000000000002,"5min":0.378,"15min":0.378},"max":{"1min":1.365,"5min":1.401,"15min":1.401},"last":1.2549999999999999}]},{"osd":4,"last update":"Sat Feb 10 09:22:30 2024","interfaces":[{"interface":"back","average":{"1min":1.0609999999999999,"5min":1.081,"15min":1.097},"min":{"1min":0.66600000000000004,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.4410000000000001,"5min":1.4830000000000001,"15min":1.4830000000000001},"last":1.2969999999999999},{"interface":"front","average":{"1min":0.92500000000000004,"5min":1,"15min":1.026},"min":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.3140000000000001,"5min":1.7030000000000001,"15min":1.7030000000000001},"last":0.95099999999999996}]},{"osd":6,"last update":"Sat Feb 10 09:22:30 2024","interfaces":[{"interface":"back","average":{"1min":0.99299999999999999,"5min":1.0209999999999999,"15min":1.0249999999999999},"min":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.206,"5min":1.248,"15min":1.248},"last":1.0760000000000001},{"interface":"front","average":{"1min":1.0900000000000001,"5min":1.137,"15min":1.1579999999999999},"min":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"max":{"1min":1.3109999999999999,"5min":1.482,"15min":1.482},"last":1.337}]},{"osd":7,"last update":"Sat Feb 10 09:22:39 2024","interfaces":[{"interface":"back","average":{"1min":1.056,"5min":1.034,"15min":1.042},"min":{"1min":0.55900000000000005,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.4610000000000001,"5min":1.4610000000000001,"15min":1.4610000000000001},"last":1.0429999999999999},{"interface":"front","average":{"1min":1.1220000000000001,"5min":1.1259999999999999,"15min":1.135},"min":{"1min":0.65100000000000002,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.502,"5min":1.502,"15min":1.502},"last":1.6040000000000001}]}]},{"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":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Sat Feb 10 09:22:07 2024","interfaces":[{"interface":"back","average":{"1min":0.72699999999999998,"5min":0.70099999999999996,"15min":0.69899999999999995},"min":{"1min":0.50700000000000001,"5min":0.442,"15min":0.442},"max":{"1min":1.083,"5min":1.125,"15min":1.125},"last":1.1519999999999999},{"interface":"front","average":{"1min":0.77200000000000002,"5min":0.74099999999999999,"15min":0.73299999999999998},"min":{"1min":0.57399999999999995,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":1.1899999999999999,"5min":1.264,"15min":1.264},"last":1.1259999999999999}]},{"osd":1,"last update":"Sat Feb 10 09:22:14 2024","interfaces":[{"interface":"back","average":{"1min":1.0469999999999999,"5min":0.97399999999999998,"15min":0.94799999999999995},"min":{"1min":0.78900000000000003,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.214,"5min":1.2410000000000001,"15min":1.2410000000000001},"last":1.2629999999999999},{"interface":"front","average":{"1min":1.052,"5min":1.006,"15min":0.98799999999999999},"min":{"1min":0.87,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.216,"5min":1.4419999999999999,"15min":1.4419999999999999},"last":0.90400000000000003}]},{"osd":3,"last update":"Sat Feb 10 09:22:23 2024","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.89100000000000001,"15min":0.89900000000000002},"min":{"1min":0.68400000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.081,"5min":1.181,"15min":1.181},"last":0.753},{"interface":"front","average":{"1min":0.98899999999999999,"5min":0.93600000000000005,"15min":0.92600000000000005},"min":{"1min":0.751,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.2210000000000001,"5min":1.2210000000000001,"15min":1.2210000000000001},"last":1.304}]},{"osd":4,"last update":"Sat Feb 10 09:22:14 2024","interfaces":[{"interface":"back","average":{"1min":0.88700000000000001,"5min":0.85999999999999999,"15min":0.84999999999999998},"min":{"1min":0.621,"5min":0.498,"15min":0.498},"max":{"1min":1.276,"5min":1.276,"15min":1.276},"last":1.218},{"interface":"front","average":{"1min":0.87,"5min":0.85799999999999998,"15min":0.84899999999999998},"min":{"1min":0.66000000000000003,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.1299999999999999,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":0.84799999999999998}]},{"osd":5,"last update":"Sat Feb 10 09:22:32 2024","interfaces":[{"interface":"back","average":{"1min":1.016,"5min":1.0349999999999999,"15min":1.0429999999999999},"min":{"1min":0.78400000000000003,"5min":0.746,"15min":0.746},"max":{"1min":1.214,"5min":1.5489999999999999,"15min":1.5489999999999999},"last":1.0580000000000001},{"interface":"front","average":{"1min":0.95699999999999996,"5min":0.95099999999999996,"15min":0.94099999999999995},"min":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.151,"5min":1.214,"15min":1.214},"last":1.0129999999999999}]},{"osd":6,"last update":"Sat Feb 10 09:22:23 2024","interfaces":[{"interface":"back","average":{"1min":1.0529999999999999,"5min":1.026,"15min":1.0109999999999999},"min":{"1min":0.77100000000000002,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.329,"5min":1.329,"15min":1.329},"last":1.343},{"interface":"front","average":{"1min":1.052,"5min":0.94099999999999995,"15min":0.90100000000000002},"min":{"1min":0.96199999999999997,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.26,"5min":1.26,"15min":1.26},"last":1.113}]},{"osd":7,"last update":"Sat Feb 10 09:22:37 2024","interfaces":[{"interface":"back","average":{"1min":1.1930000000000001,"5min":1.157,"15min":1.145},"min":{"1min":1.042,"5min":0.875,"15min":0.875},"max":{"1min":1.377,"5min":1.6060000000000001,"15min":1.6060000000000001},"last":1.873},{"interface":"front","average":{"1min":1.1799999999999999,"5min":1.1519999999999999,"15min":1.143},"min":{"1min":1.002,"5min":0.78900000000000003,"15min":0.78900000000000003},"max":{"1min":1.3620000000000001,"5min":1.6319999999999999,"15min":1.6319999999999999},"last":0.98399999999999999}]}]},{"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":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Sat Feb 10 09:22:15 2024","interfaces":[{"interface":"back","average":{"1min":0.94099999999999995,"5min":1.026,"15min":1.036},"min":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.1739999999999999,"5min":2.7799999999999998,"15min":2.7799999999999998},"last":1.1339999999999999},{"interface":"front","average":{"1min":0.86399999999999999,"5min":0.94399999999999995,"15min":0.96199999999999997},"min":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.0840000000000001,"5min":2.6080000000000001,"15min":2.6080000000000001},"last":1.105}]},{"osd":2,"last update":"Sat Feb 10 09:22:15 2024","interfaces":[{"interface":"back","average":{"1min":0.751,"5min":0.79000000000000004,"15min":0.80100000000000005},"min":{"1min":0.58499999999999996,"5min":0.436,"15min":0.436},"max":{"1min":0.98099999999999998,"5min":1.226,"15min":1.226},"last":0.82599999999999996},{"interface":"front","average":{"1min":0.82499999999999996,"5min":0.78300000000000003,"15min":0.77300000000000002},"min":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.2090000000000001,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.57099999999999995}]},{"osd":3,"last update":"Sat Feb 10 09:22:23 2024","interfaces":[{"interface":"back","average":{"1min":0.94499999999999995,"5min":1.0229999999999999,"15min":1.0429999999999999},"min":{"1min":0.68400000000000005,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.1759999999999999,"5min":2.504,"15min":2.504},"last":1.073},{"interface":"front","average":{"1min":0.91900000000000004,"5min":0.93300000000000005,"15min":0.93300000000000005},"min":{"1min":0.70699999999999996,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.0669999999999999,"5min":2.5750000000000002,"15min":2.5750000000000002},"last":1.056}]},{"osd":4,"last update":"Sat Feb 10 09:22:15 2024","interfaces":[{"interface":"back","average":{"1min":0.90400000000000003,"5min":0.89200000000000002,"15min":0.89600000000000002},"min":{"1min":0.68300000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.149,"5min":1.248,"15min":1.248},"last":0.74299999999999999},{"interface":"front","average":{"1min":0.83199999999999996,"5min":0.80800000000000005,"15min":0.80000000000000004},"min":{"1min":0.64100000000000001,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.054,"5min":1.054,"15min":1.054},"last":0.76300000000000001}]},{"osd":5,"last update":"Sat Feb 10 09:22:31 2024","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.99299999999999999,"15min":1.008},"min":{"1min":0.78300000000000003,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.1719999999999999,"5min":2.4750000000000001,"15min":2.4750000000000001},"last":0.98199999999999998},{"interface":"front","average":{"1min":1.0720000000000001,"5min":1.147,"15min":1.1699999999999999},"min":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"max":{"1min":1.2809999999999999,"5min":2.7120000000000002,"15min":2.7120000000000002},"last":0.86899999999999999}]},{"osd":6,"last update":"Sat Feb 10 09:22:15 2024","interfaces":[{"interface":"back","average":{"1min":1.028,"5min":0.97999999999999998,"15min":0.95999999999999996},"min":{"1min":0.73299999999999998,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.2669999999999999,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":0.71599999999999997},{"interface":"front","average":{"1min":1.1870000000000001,"5min":1.131,"15min":1.1180000000000001},"min":{"1min":1.016,"5min":0.748,"15min":0.748},"max":{"1min":1.3500000000000001,"5min":1.405,"15min":1.405},"last":0.93500000000000005}]},{"osd":7,"last update":"Sat Feb 10 09:22:37 2024","interfaces":[{"interface":"back","average":{"1min":1.1890000000000001,"5min":1.2230000000000001,"15min":1.2290000000000001},"min":{"1min":1.002,"5min":0.88400000000000001,"15min":0.88400000000000001},"max":{"1min":1.413,"5min":2.6309999999999998,"15min":2.6309999999999998},"last":1.006},{"interface":"front","average":{"1min":1.0840000000000001,"5min":1.1120000000000001,"15min":1.129},"min":{"1min":0.92400000000000004,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.3200000000000001,"5min":2.3940000000000001,"15min":2.3940000000000001},"last":1.028}]}]},{"osd":4,"up_from":24,"seq":103079215153,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Sat Feb 10 09:22:12 2024","interfaces":[{"interface":"back","average":{"1min":0.71699999999999997,"5min":0.69599999999999995,"15min":0.68600000000000005},"min":{"1min":0.54300000000000004,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.087,"5min":1.1080000000000001,"15min":1.1080000000000001},"last":0.73299999999999998},{"interface":"front","average":{"1min":0.74099999999999999,"5min":0.74399999999999999,"15min":0.746},"min":{"1min":0.61099999999999999,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":0.96799999999999997,"5min":1.353,"15min":1.353},"last":0.68899999999999995}]},{"osd":1,"last update":"Sat Feb 10 09:22:18 2024","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":0.95899999999999996,"15min":0.95099999999999996},"min":{"1min":0.69199999999999995,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.216,"5min":1.399,"15min":1.399},"last":1.0509999999999999},{"interface":"front","average":{"1min":1.0089999999999999,"5min":0.98399999999999999,"15min":0.96399999999999997},"min":{"1min":0.71199999999999997,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.304,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":1.0740000000000001}]},{"osd":2,"last update":"Sat Feb 10 09:22:12 2024","interfaces":[{"interface":"back","average":{"1min":0.82999999999999996,"5min":0.80300000000000005,"15min":0.80500000000000005},"min":{"1min":0.58299999999999996,"5min":0.504,"15min":0.504},"max":{"1min":1.054,"5min":1.302,"15min":1.302},"last":1.02},{"interface":"front","average":{"1min":0.85499999999999998,"5min":0.879,"15min":0.89800000000000002},"min":{"1min":0.68600000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.0569999999999999,"5min":1.431,"15min":1.431},"last":0.77300000000000002}]},{"osd":3,"last update":"Sat Feb 10 09:22:24 2024","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.94599999999999995,"15min":0.92500000000000004},"min":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"max":{"1min":1.111,"5min":1.288,"15min":1.288},"last":0.91100000000000003},{"interface":"front","average":{"1min":0.97999999999999998,"5min":0.97299999999999998,"15min":0.96999999999999997},"min":{"1min":0.84399999999999997,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.212,"5min":1.482,"15min":1.482},"last":0.89000000000000001}]},{"osd":5,"last update":"Sat Feb 10 09:22:33 2024","interfaces":[{"interface":"back","average":{"1min":0.96099999999999997,"5min":0.96199999999999997,"15min":0.95599999999999996},"min":{"1min":0.72899999999999998,"5min":0.621,"15min":0.621},"max":{"1min":1.23,"5min":1.23,"15min":1.23},"last":0.98999999999999999},{"interface":"front","average":{"1min":1.022,"5min":1.024,"15min":1.006},"min":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"max":{"1min":1.1899999999999999,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":1.1180000000000001}]},{"osd":6,"last update":"Sat Feb 10 09:22:18 2024","interfaces":[{"interface":"back","average":{"1min":1.0489999999999999,"5min":0.97999999999999998,"15min":0.96499999999999997},"min":{"1min":0.77600000000000002,"5min":0.72899999999999998,"15min":0.72899999999999998},"max":{"1min":1.4099999999999999,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":1.107},{"interface":"front","average":{"1min":1.026,"5min":1.032,"15min":1.0429999999999999},"min":{"1min":0.70499999999999996,"5min":0.626,"15min":0.626},"max":{"1min":1.216,"5min":1.9690000000000001,"15min":1.9690000000000001},"last":1.161}]},{"osd":7,"last update":"Sat Feb 10 09:22:33 2024","interfaces":[{"interface":"back","average":{"1min":1.1319999999999999,"5min":1.1140000000000001,"15min":1.107},"min":{"1min":0.93799999999999994,"5min":0.82399999999999995,"15min":0.82399999999999995},"max":{"1min":1.3779999999999999,"5min":1.7010000000000001,"15min":1.7010000000000001},"last":1.2370000000000001},{"interface":"front","average":{"1min":1.1339999999999999,"5min":1.0980000000000001,"15min":1.0700000000000001},"min":{"1min":0.85699999999999998,"5min":0.77400000000000002,"15min":0.77400000000000002},"max":{"1min":1.256,"5min":1.4279999999999999,"15min":1.4279999999999999},"last":1.1879999999999999}]}]},{"osd":1,"up_from":26,"seq":111669149744,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297540,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443516,"statfs":{"total":95990841344,"available":95686160384,"internally_reserved":0,"allocated":454656,"data_stored":178322,"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":"Sat Feb 10 09:22:16 2024","interfaces":[{"interface":"back","average":{"1min":0.997,"5min":0.98499999999999999,"15min":0.97899999999999998},"min":{"1min":0.78200000000000003,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.2290000000000001,"5min":1.2370000000000001,"15min":1.2370000000000001},"last":1.0169999999999999},{"interface":"front","average":{"1min":1.052,"5min":1.018,"15min":1.0109999999999999},"min":{"1min":0.79300000000000004,"5min":0.77100000000000002,"15min":0.77100000000000002},"max":{"1min":1.3700000000000001,"5min":1.3700000000000001,"15min":1.3700000000000001},"last":1.0700000000000001}]},{"osd":2,"last update":"Sat Feb 10 09:22:16 2024","interfaces":[{"interface":"back","average":{"1min":0.90200000000000002,"5min":0.878,"15min":0.86799999999999999},"min":{"1min":0.69399999999999995,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.2729999999999999,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.80100000000000005},{"interface":"front","average":{"1min":0.92000000000000004,"5min":0.90900000000000003,"15min":0.90700000000000003},"min":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.1499999999999999,"5min":1.405,"15min":1.405},"last":1.127}]},{"osd":3,"last update":"Sat Feb 10 09:22:19 2024","interfaces":[{"interface":"back","average":{"1min":0.82499999999999996,"5min":0.79500000000000004,"15min":0.77100000000000002},"min":{"1min":0.46300000000000002,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.1599999999999999,"5min":1.284,"15min":1.284},"last":1.208},{"interface":"front","average":{"1min":0.79400000000000004,"5min":0.79500000000000004,"15min":0.78500000000000003},"min":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.3049999999999999,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":0.878}]},{"osd":4,"last update":"Sat Feb 10 09:22:16 2024","interfaces":[{"interface":"back","average":{"1min":1.0209999999999999,"5min":0.98399999999999999,"15min":0.96699999999999997},"min":{"1min":0.81200000000000006,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.4330000000000001,"5min":1.4330000000000001,"15min":1.4330000000000001},"last":0.97399999999999998},{"interface":"front","average":{"1min":0.995,"5min":0.96899999999999997,"15min":0.96399999999999997},"min":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.2929999999999999,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":0.68700000000000006}]},{"osd":5,"last update":"Sat Feb 10 09:22:33 2024","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.92300000000000004,"15min":0.89500000000000002},"min":{"1min":0.55000000000000004,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.2150000000000001,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":0.70499999999999996},{"interface":"front","average":{"1min":0.98299999999999998,"5min":0.93200000000000005,"15min":0.90800000000000003},"min":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":1.381,"5min":1.381,"15min":1.381},"last":0.90200000000000002}]},{"osd":6,"last update":"Sat Feb 10 09:22:16 2024","interfaces":[{"interface":"back","average":{"1min":1.028,"5min":1.006,"15min":0.99199999999999999},"min":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"max":{"1min":1.3520000000000001,"5min":1.393,"15min":1.393},"last":1.2569999999999999},{"interface":"front","average":{"1min":1.177,"5min":1.1220000000000001,"15min":1.1080000000000001},"min":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"max":{"1min":1.45,"5min":1.502,"15min":1.502},"last":1.173}]},{"osd":7,"last update":"Sat Feb 10 09:22:33 2024","interfaces":[{"interface":"back","average":{"1min":1.1339999999999999,"5min":1.133,"15min":1.123},"min":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.502,"5min":1.502,"15min":1.502},"last":1.228},{"interface":"front","average":{"1min":1.1020000000000001,"5min":1.121,"15min":1.121},"min":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.466,"5min":1.5,"15min":1.5},"last":1.101}]}]},{"osd":6,"up_from":28,"seq":120259084334,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Sat Feb 10 09:22:19 2024","interfaces":[{"interface":"back","average":{"1min":0.77700000000000002,"5min":0.72299999999999998,"15min":0.72099999999999997},"min":{"1min":0.57999999999999996,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.0589999999999999,"5min":1.1699999999999999,"15min":1.1699999999999999},"last":0.61799999999999999},{"interface":"front","average":{"1min":0.79100000000000004,"5min":0.79900000000000004,"15min":0.80500000000000005},"min":{"1min":0.622,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.0529999999999999,"5min":1.286,"15min":1.286},"last":0.86099999999999999}]},{"osd":1,"last update":"Sat Feb 10 09:22:19 2024","interfaces":[{"interface":"back","average":{"1min":0.91000000000000003,"5min":0.88500000000000001,"15min":0.879},"min":{"1min":0.73399999999999999,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.0589999999999999,"5min":1.1359999999999999,"15min":1.1359999999999999},"last":0.93600000000000005},{"interface":"front","average":{"1min":0.96499999999999997,"5min":0.94999999999999996,"15min":0.95299999999999996},"min":{"1min":0.76900000000000002,"5min":0.71399999999999997,"15min":0.71399999999999997},"max":{"1min":1.167,"5min":1.278,"15min":1.278},"last":0.81299999999999994}]},{"osd":2,"last update":"Sat Feb 10 09:22:19 2024","interfaces":[{"interface":"back","average":{"1min":0.90400000000000003,"5min":0.84399999999999997,"15min":0.83599999999999997},"min":{"1min":0.69799999999999995,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.103,"5min":1.2010000000000001,"15min":1.2010000000000001},"last":0.89400000000000002},{"interface":"front","average":{"1min":0.87,"5min":0.85799999999999998,"15min":0.84399999999999997},"min":{"1min":0.64500000000000002,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.0720000000000001,"5min":1.125,"15min":1.125},"last":0.64400000000000002}]},{"osd":3,"last update":"Sat Feb 10 09:22:24 2024","interfaces":[{"interface":"back","average":{"1min":1.0149999999999999,"5min":1.0089999999999999,"15min":1.01},"min":{"1min":0.85999999999999999,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.23,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":0.98799999999999999},{"interface":"front","average":{"1min":0.91300000000000003,"5min":0.95499999999999996,"15min":0.96099999999999997},"min":{"1min":0.73699999999999999,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.0800000000000001,"5min":1.4510000000000001,"15min":1.4510000000000001},"last":1.083}]},{"osd":4,"last update":"Sat Feb 10 09:22:19 2024","interfaces":[{"interface":"back","average":{"1min":0.97199999999999998,"5min":0.94499999999999995,"15min":0.94699999999999995},"min":{"1min":0.71399999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.1399999999999999,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":1.012},{"interface":"front","average":{"1min":1.042,"5min":1,"15min":1},"min":{"1min":0.68899999999999995,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.254,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":1.0349999999999999}]},{"osd":5,"last update":"Sat Feb 10 09:22:33 2024","interfaces":[{"interface":"back","average":{"1min":1.1240000000000001,"5min":1.0760000000000001,"15min":1.0720000000000001},"min":{"1min":0.746,"5min":0.72399999999999998,"15min":0.72399999999999998},"max":{"1min":1.367,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":1.1339999999999999},{"interface":"front","average":{"1min":1.179,"5min":1.1659999999999999,"15min":1.1739999999999999},"min":{"1min":0.98799999999999999,"5min":0.78900000000000003,"15min":0.78900000000000003},"max":{"1min":1.3480000000000001,"5min":1.548,"15min":1.548},"last":1.0569999999999999}]},{"osd":7,"last update":"Sat Feb 10 09:22:33 2024","interfaces":[{"interface":"back","average":{"1min":1.161,"5min":1.1599999999999999,"15min":1.171},"min":{"1min":0.92800000000000005,"5min":0.76300000000000001,"15min":0.76300000000000001},"max":{"1min":1.349,"5min":1.6379999999999999,"15min":1.6379999999999999},"last":1.0649999999999999},{"interface":"front","average":{"1min":1.1799999999999999,"5min":1.1559999999999999,"15min":1.1559999999999999},"min":{"1min":0.95899999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"max":{"1min":1.3640000000000001,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":1.177}]}]},{"osd":3,"up_from":34,"seq":146028888110,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Sat Feb 10 09:22:20 2024","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.88,"15min":0.88600000000000001},"min":{"1min":0.73699999999999999,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.1379999999999999,"5min":1.4510000000000001,"15min":1.4510000000000001},"last":1.048},{"interface":"front","average":{"1min":0.80400000000000005,"5min":0.879,"15min":0.89200000000000002},"min":{"1min":0.66600000000000004,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":1.0129999999999999,"5min":1.4710000000000001,"15min":1.4710000000000001},"last":0.71799999999999997}]},{"osd":1,"last update":"Sat Feb 10 09:22:20 2024","interfaces":[{"interface":"back","average":{"1min":0.69299999999999995,"5min":0.72699999999999998,"15min":0.71499999999999997},"min":{"1min":0.42699999999999999,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":1.214,"5min":1.248,"15min":1.248},"last":0.96999999999999997},{"interface":"front","average":{"1min":0.78000000000000003,"5min":0.752,"15min":0.73899999999999999},"min":{"1min":0.51000000000000001,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.2190000000000001,"5min":1.2569999999999999,"15min":1.2569999999999999},"last":0.84299999999999997}]},{"osd":2,"last update":"Sat Feb 10 09:22:20 2024","interfaces":[{"interface":"back","average":{"1min":0.97899999999999998,"5min":0.995,"15min":0.99199999999999999},"min":{"1min":0.72099999999999997,"5min":0.622,"15min":0.622},"max":{"1min":1.1899999999999999,"5min":1.407,"15min":1.407},"last":0.78600000000000003},{"interface":"front","average":{"1min":0.93400000000000005,"5min":0.93500000000000005,"15min":0.92800000000000005},"min":{"1min":0.69499999999999995,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.083,"5min":1.24,"15min":1.24},"last":0.80700000000000005}]},{"osd":4,"last update":"Sat Feb 10 09:22:20 2024","interfaces":[{"interface":"back","average":{"1min":0.99299999999999999,"5min":1.0109999999999999,"15min":1.0049999999999999},"min":{"1min":0.71499999999999997,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.3680000000000001,"5min":1.462,"15min":1.462},"last":1.0700000000000001},{"interface":"front","average":{"1min":0.95699999999999996,"5min":0.98699999999999999,"15min":0.995},"min":{"1min":0.70599999999999996,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.1359999999999999,"5min":1.4139999999999999,"15min":1.4139999999999999},"last":1.198}]},{"osd":5,"last update":"Sat Feb 10 09:22:34 2024","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":0.82999999999999996,"15min":0.81399999999999995},"min":{"1min":0.53400000000000003,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":1.204,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":0.90900000000000003},{"interface":"front","average":{"1min":1.0349999999999999,"5min":0.98199999999999998,"15min":0.95899999999999996},"min":{"1min":0.57199999999999995,"5min":0.501,"15min":0.501},"max":{"1min":1.3500000000000001,"5min":1.5760000000000001,"15min":1.5760000000000001},"last":1.1699999999999999}]},{"osd":6,"last update":"Sat Feb 10 09:22:20 2024","interfaces":[{"interface":"back","average":{"1min":1.014,"5min":1.0149999999999999,"15min":1.0129999999999999},"min":{"1min":0.745,"5min":0.72899999999999998,"15min":0.72899999999999998},"max":{"1min":1.321,"5min":1.369,"15min":1.369},"last":1.0129999999999999},{"interface":"front","average":{"1min":1.1659999999999999,"5min":1.171,"15min":1.167},"min":{"1min":0.82399999999999995,"5min":0.72799999999999998,"15min":0.72799999999999998},"max":{"1min":1.573,"5min":1.7150000000000001,"15min":1.7150000000000001},"last":1.2330000000000001}]},{"osd":7,"last update":"Sat Feb 10 09:22:40 2024","interfaces":[{"interface":"back","average":{"1min":1.04,"5min":0.98899999999999999,"15min":0.97099999999999997},"min":{"1min":0.61799999999999999,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":1.306,"5min":1.5389999999999999,"15min":1.5389999999999999},"last":1.3919999999999999},{"interface":"front","average":{"1min":1.232,"5min":1.127,"15min":1.089},"min":{"1min":0.877,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.5209999999999999,"5min":1.673,"15min":1.673},"last":1.2829999999999999}]}]}],"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":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":6,"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-10T09:22:58.826 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph pg dump --format=json 2024-02-10T09:23:00.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:00 smithi018 bash[14175]: cluster 2024-02-10T09:22:59.339760+0000 mgr.smithi018.dxgutx (mgr.14180) 237 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:00.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:00 smithi164 bash[18308]: cluster 2024-02-10T09:22:59.339760+0000 mgr.smithi018.dxgutx (mgr.14180) 237 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:02.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:02 smithi164 bash[18308]: cluster 2024-02-10T09:23:01.340480+0000 mgr.smithi018.dxgutx (mgr.14180) 238 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:02.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:02 smithi018 bash[14175]: cluster 2024-02-10T09:23:01.340480+0000 mgr.smithi018.dxgutx (mgr.14180) 238 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:03.620 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/mon.smithi018/config 2024-02-10T09:23:04.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:04 smithi164 bash[18308]: cluster 2024-02-10T09:23:03.341167+0000 mgr.smithi018.dxgutx (mgr.14180) 239 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:04.828 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:04 smithi018 bash[14175]: cluster 2024-02-10T09:23:03.341167+0000 mgr.smithi018.dxgutx (mgr.14180) 239 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:06.443 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:23:06.447 INFO:teuthology.orchestra.run.smithi018.stderr:dumped all 2024-02-10T09:23:06.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:06 smithi164 bash[18308]: cluster 2024-02-10T09:23:05.341873+0000 mgr.smithi018.dxgutx (mgr.14180) 240 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:06.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:06 smithi018 bash[14175]: cluster 2024-02-10T09:23:05.341873+0000 mgr.smithi018.dxgutx (mgr.14180) 240 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:07.237 INFO:teuthology.orchestra.run.smithi018.stdout:{"pg_ready":true,"pg_map":{"version":226,"stamp":"2024-02-10T09:23:05.341510+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":2380348,"kb_used_data":3580,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548100,"statfs":{"total":767926730752,"available":765489254400,"internally_reserved":0,"allocated":3665920,"data_stored":1428431,"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":45,"state":"active+clean","last_fresh":"2024-02-10T09:19:35.277027+0000","last_change":"2024-02-10T09:19:35.277027+0000","last_active":"2024-02-10T09:19:35.277027+0000","last_peered":"2024-02-10T09:19:35.277027+0000","last_clean":"2024-02-10T09:19:35.277027+0000","last_became_active":"2024-02-10T09:19:35.276439+0000","last_became_peered":"2024-02-10T09:19:35.276439+0000","last_unstale":"2024-02-10T09:19:35.277027+0000","last_undegraded":"2024-02-10T09:19:35.277027+0000","last_fullsized":"2024-02-10T09:19:35.277027+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":25,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-10T09:19:09.292312+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-10T09:19:09.292312+0000","last_clean_scrub_stamp":"2024-02-10T09:19:09.292312+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":43,"seq":184683593774,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Sat Feb 10 09:22:41 2024","interfaces":[{"interface":"back","average":{"1min":0.82799999999999996,"5min":0.91200000000000003,"15min":0.93200000000000005},"min":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.177,"5min":1.329,"15min":1.329},"last":0.71599999999999997},{"interface":"front","average":{"1min":0.89500000000000002,"5min":0.88200000000000001,"15min":0.88},"min":{"1min":0.72999999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.173,"5min":1.254,"15min":1.254},"last":0.995}]},{"osd":1,"last update":"Sat Feb 10 09:22:41 2024","interfaces":[{"interface":"back","average":{"1min":0.82899999999999996,"5min":0.80300000000000005,"15min":0.79100000000000004},"min":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.2310000000000001,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":0.78600000000000003},{"interface":"front","average":{"1min":0.88900000000000001,"5min":0.86899999999999999,"15min":0.871},"min":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.3009999999999999,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":0.84899999999999998}]},{"osd":2,"last update":"Sat Feb 10 09:22:41 2024","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.91900000000000004,"15min":0.94099999999999995},"min":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.137,"5min":2.3300000000000001,"15min":2.3300000000000001},"last":0.74099999999999999},{"interface":"front","average":{"1min":0.96099999999999997,"5min":0.96099999999999997,"15min":0.95999999999999996},"min":{"1min":0.70199999999999996,"5min":0.68400000000000005,"15min":0.68400000000000005},"max":{"1min":1.276,"5min":1.276,"15min":1.276},"last":0.874}]},{"osd":3,"last update":"Sat Feb 10 09:22:41 2024","interfaces":[{"interface":"back","average":{"1min":0.90100000000000002,"5min":0.93100000000000005,"15min":0.92400000000000004},"min":{"1min":0.47199999999999998,"5min":0.433,"15min":0.433},"max":{"1min":1.3169999999999999,"5min":1.8180000000000001,"15min":1.8180000000000001},"last":0.90400000000000003},{"interface":"front","average":{"1min":0.83599999999999997,"5min":0.88700000000000001,"15min":0.90300000000000002},"min":{"1min":0.51100000000000001,"5min":0.502,"15min":0.502},"max":{"1min":1.2190000000000001,"5min":2.2330000000000001,"15min":2.2330000000000001},"last":0.63200000000000001}]},{"osd":4,"last update":"Sat Feb 10 09:22:41 2024","interfaces":[{"interface":"back","average":{"1min":0.96099999999999997,"5min":0.97699999999999998,"15min":0.97699999999999998},"min":{"1min":0.745,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.2150000000000001,"5min":1.45,"15min":1.45},"last":0.82999999999999996},{"interface":"front","average":{"1min":1.048,"5min":1.1180000000000001,"15min":1.139},"min":{"1min":0.84299999999999997,"5min":0.81200000000000006,"15min":0.81200000000000006},"max":{"1min":1.2629999999999999,"5min":1.5009999999999999,"15min":1.5009999999999999},"last":0.93500000000000005}]},{"osd":5,"last update":"Sat Feb 10 09:22:41 2024","interfaces":[{"interface":"back","average":{"1min":1.0429999999999999,"5min":1.1000000000000001,"15min":1.1200000000000001},"min":{"1min":0.62,"5min":0.62,"15min":0.62},"max":{"1min":1.3580000000000001,"5min":1.5700000000000001,"15min":1.5700000000000001},"last":0.98199999999999998},{"interface":"front","average":{"1min":1.0640000000000001,"5min":1.0860000000000001,"15min":1.0960000000000001},"min":{"1min":0.65900000000000003,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.4179999999999999,"5min":2.0059999999999998,"15min":2.0059999999999998},"last":1.0309999999999999}]},{"osd":6,"last update":"Sat Feb 10 09:22:41 2024","interfaces":[{"interface":"back","average":{"1min":1.1259999999999999,"5min":1.175,"15min":1.1890000000000001},"min":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.52,"5min":2.6499999999999999,"15min":2.6499999999999999},"last":0.95099999999999996},{"interface":"front","average":{"1min":1.075,"5min":1.1759999999999999,"15min":1.2110000000000001},"min":{"1min":0.628,"5min":0.628,"15min":0.628},"max":{"1min":1.7330000000000001,"5min":3.1110000000000002,"15min":3.1110000000000002},"last":0.67800000000000005}]}]},{"osd":5,"up_from":39,"seq":167503724591,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Sat Feb 10 09:22:30 2024","interfaces":[{"interface":"back","average":{"1min":0.85199999999999998,"5min":0.879,"15min":0.88800000000000001},"min":{"1min":0.68400000000000005,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.0920000000000001,"5min":1.651,"15min":1.651},"last":0.71499999999999997},{"interface":"front","average":{"1min":0.88100000000000001,"5min":0.85499999999999998,"15min":0.85199999999999998},"min":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.1399999999999999,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.78300000000000003}]},{"osd":1,"last update":"Sat Feb 10 09:22:30 2024","interfaces":[{"interface":"back","average":{"1min":0.70299999999999996,"5min":0.72699999999999998,"15min":0.73099999999999998},"min":{"1min":0.48399999999999999,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":1.0900000000000001,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.79200000000000004,"5min":0.81799999999999995,"15min":0.82999999999999996},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.2689999999999999,"5min":1.2689999999999999,"15min":1.2689999999999999},"last":0.84099999999999997}]},{"osd":2,"last update":"Sat Feb 10 09:22:30 2024","interfaces":[{"interface":"back","average":{"1min":0.92300000000000004,"5min":0.95499999999999996,"15min":0.97199999999999998},"min":{"1min":0.59899999999999998,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.1830000000000001,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":1.0249999999999999},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.92400000000000004,"15min":0.92000000000000004},"min":{"1min":0.61599999999999999,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.1879999999999999,"5min":1.24,"15min":1.24},"last":0.67900000000000005}]},{"osd":3,"last update":"Sat Feb 10 09:22:30 2024","interfaces":[{"interface":"back","average":{"1min":0.80300000000000005,"5min":0.81399999999999995,"15min":0.80500000000000005},"min":{"1min":0.54200000000000004,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.1699999999999999,"5min":1.218,"15min":1.218},"last":0.96699999999999997},{"interface":"front","average":{"1min":0.90400000000000003,"5min":0.93799999999999994,"15min":0.94399999999999995},"min":{"1min":0.51800000000000002,"5min":0.378,"15min":0.378},"max":{"1min":1.365,"5min":1.401,"15min":1.401},"last":1.123}]},{"osd":4,"last update":"Sat Feb 10 09:22:30 2024","interfaces":[{"interface":"back","average":{"1min":1.0609999999999999,"5min":1.081,"15min":1.097},"min":{"1min":0.66600000000000004,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.4410000000000001,"5min":1.4830000000000001,"15min":1.4830000000000001},"last":1.202},{"interface":"front","average":{"1min":0.92500000000000004,"5min":1,"15min":1.026},"min":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.3140000000000001,"5min":1.7030000000000001,"15min":1.7030000000000001},"last":1.069}]},{"osd":6,"last update":"Sat Feb 10 09:22:30 2024","interfaces":[{"interface":"back","average":{"1min":0.99299999999999999,"5min":1.0209999999999999,"15min":1.0249999999999999},"min":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.206,"5min":1.248,"15min":1.248},"last":0.90000000000000002},{"interface":"front","average":{"1min":1.0900000000000001,"5min":1.137,"15min":1.1579999999999999},"min":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"max":{"1min":1.3109999999999999,"5min":1.482,"15min":1.482},"last":1.2889999999999999}]},{"osd":7,"last update":"Sat Feb 10 09:22:39 2024","interfaces":[{"interface":"back","average":{"1min":1.056,"5min":1.034,"15min":1.042},"min":{"1min":0.55900000000000005,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.4610000000000001,"5min":1.4610000000000001,"15min":1.4610000000000001},"last":1.153},{"interface":"front","average":{"1min":1.1220000000000001,"5min":1.1259999999999999,"15min":1.135},"min":{"1min":0.65100000000000002,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.502,"5min":1.502,"15min":1.502},"last":1.3580000000000001}]}]},{"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":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Sat Feb 10 09:22:07 2024","interfaces":[{"interface":"back","average":{"1min":0.72699999999999998,"5min":0.70099999999999996,"15min":0.69899999999999995},"min":{"1min":0.50700000000000001,"5min":0.442,"15min":0.442},"max":{"1min":1.083,"5min":1.125,"15min":1.125},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.77200000000000002,"5min":0.74099999999999999,"15min":0.73299999999999998},"min":{"1min":0.57399999999999995,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":1.1899999999999999,"5min":1.264,"15min":1.264},"last":0.80900000000000005}]},{"osd":1,"last update":"Sat Feb 10 09:22:14 2024","interfaces":[{"interface":"back","average":{"1min":1.0469999999999999,"5min":0.97399999999999998,"15min":0.94799999999999995},"min":{"1min":0.78900000000000003,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.214,"5min":1.2410000000000001,"15min":1.2410000000000001},"last":0.83799999999999997},{"interface":"front","average":{"1min":1.052,"5min":1.006,"15min":0.98799999999999999},"min":{"1min":0.87,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.216,"5min":1.4419999999999999,"15min":1.4419999999999999},"last":0.86099999999999999}]},{"osd":3,"last update":"Sat Feb 10 09:22:23 2024","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.89100000000000001,"15min":0.89900000000000002},"min":{"1min":0.68400000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.081,"5min":1.181,"15min":1.181},"last":0.91800000000000004},{"interface":"front","average":{"1min":0.98899999999999999,"5min":0.93600000000000005,"15min":0.92600000000000005},"min":{"1min":0.751,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.2210000000000001,"5min":1.2210000000000001,"15min":1.2210000000000001},"last":0.64700000000000002}]},{"osd":4,"last update":"Sat Feb 10 09:22:14 2024","interfaces":[{"interface":"back","average":{"1min":0.88700000000000001,"5min":0.85999999999999999,"15min":0.84999999999999998},"min":{"1min":0.621,"5min":0.498,"15min":0.498},"max":{"1min":1.276,"5min":1.276,"15min":1.276},"last":0.77300000000000002},{"interface":"front","average":{"1min":0.87,"5min":0.85799999999999998,"15min":0.84899999999999998},"min":{"1min":0.66000000000000003,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.1299999999999999,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":0.76100000000000001}]},{"osd":5,"last update":"Sat Feb 10 09:22:32 2024","interfaces":[{"interface":"back","average":{"1min":1.016,"5min":1.0349999999999999,"15min":1.0429999999999999},"min":{"1min":0.78400000000000003,"5min":0.746,"15min":0.746},"max":{"1min":1.214,"5min":1.5489999999999999,"15min":1.5489999999999999},"last":0.69299999999999995},{"interface":"front","average":{"1min":0.95699999999999996,"5min":0.95099999999999996,"15min":0.94099999999999995},"min":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.151,"5min":1.214,"15min":1.214},"last":1.026}]},{"osd":6,"last update":"Sat Feb 10 09:22:23 2024","interfaces":[{"interface":"back","average":{"1min":1.0529999999999999,"5min":1.026,"15min":1.0109999999999999},"min":{"1min":0.77100000000000002,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.329,"5min":1.329,"15min":1.329},"last":0.88500000000000001},{"interface":"front","average":{"1min":1.052,"5min":0.94099999999999995,"15min":0.90100000000000002},"min":{"1min":0.96199999999999997,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.26,"5min":1.26,"15min":1.26},"last":1.081}]},{"osd":7,"last update":"Sat Feb 10 09:22:37 2024","interfaces":[{"interface":"back","average":{"1min":1.1930000000000001,"5min":1.157,"15min":1.145},"min":{"1min":1.042,"5min":0.875,"15min":0.875},"max":{"1min":1.377,"5min":1.6060000000000001,"15min":1.6060000000000001},"last":0.96099999999999997},{"interface":"front","average":{"1min":1.1799999999999999,"5min":1.1519999999999999,"15min":1.143},"min":{"1min":1.002,"5min":0.78900000000000003,"15min":0.78900000000000003},"max":{"1min":1.3620000000000001,"5min":1.6319999999999999,"15min":1.6319999999999999},"last":0.97899999999999998}]}]},{"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":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Sat Feb 10 09:22:15 2024","interfaces":[{"interface":"back","average":{"1min":0.94099999999999995,"5min":1.026,"15min":1.036},"min":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.1739999999999999,"5min":2.7799999999999998,"15min":2.7799999999999998},"last":0.98699999999999999},{"interface":"front","average":{"1min":0.86399999999999999,"5min":0.94399999999999995,"15min":0.96199999999999997},"min":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.0840000000000001,"5min":2.6080000000000001,"15min":2.6080000000000001},"last":1.012}]},{"osd":2,"last update":"Sat Feb 10 09:22:15 2024","interfaces":[{"interface":"back","average":{"1min":0.751,"5min":0.79000000000000004,"15min":0.80100000000000005},"min":{"1min":0.58499999999999996,"5min":0.436,"15min":0.436},"max":{"1min":0.98099999999999998,"5min":1.226,"15min":1.226},"last":0.79500000000000004},{"interface":"front","average":{"1min":0.82499999999999996,"5min":0.78300000000000003,"15min":0.77300000000000002},"min":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.2090000000000001,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.60499999999999998}]},{"osd":3,"last update":"Sat Feb 10 09:22:23 2024","interfaces":[{"interface":"back","average":{"1min":0.94499999999999995,"5min":1.0229999999999999,"15min":1.0429999999999999},"min":{"1min":0.68400000000000005,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.1759999999999999,"5min":2.504,"15min":2.504},"last":1.0600000000000001},{"interface":"front","average":{"1min":0.91900000000000004,"5min":0.93300000000000005,"15min":0.93300000000000005},"min":{"1min":0.70699999999999996,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.0669999999999999,"5min":2.5750000000000002,"15min":2.5750000000000002},"last":0.96499999999999997}]},{"osd":4,"last update":"Sat Feb 10 09:22:15 2024","interfaces":[{"interface":"back","average":{"1min":0.90400000000000003,"5min":0.89200000000000002,"15min":0.89600000000000002},"min":{"1min":0.68300000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.149,"5min":1.248,"15min":1.248},"last":0.86199999999999999},{"interface":"front","average":{"1min":0.83199999999999996,"5min":0.80800000000000005,"15min":0.80000000000000004},"min":{"1min":0.64100000000000001,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.054,"5min":1.054,"15min":1.054},"last":0.90900000000000003}]},{"osd":5,"last update":"Sat Feb 10 09:22:31 2024","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.99299999999999999,"15min":1.008},"min":{"1min":0.78300000000000003,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.1719999999999999,"5min":2.4750000000000001,"15min":2.4750000000000001},"last":1.0389999999999999},{"interface":"front","average":{"1min":1.0720000000000001,"5min":1.147,"15min":1.1699999999999999},"min":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"max":{"1min":1.2809999999999999,"5min":2.7120000000000002,"15min":2.7120000000000002},"last":1.145}]},{"osd":6,"last update":"Sat Feb 10 09:22:15 2024","interfaces":[{"interface":"back","average":{"1min":1.028,"5min":0.97999999999999998,"15min":0.95999999999999996},"min":{"1min":0.73299999999999998,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.2669999999999999,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":1.232},{"interface":"front","average":{"1min":1.1870000000000001,"5min":1.131,"15min":1.1180000000000001},"min":{"1min":1.016,"5min":0.748,"15min":0.748},"max":{"1min":1.3500000000000001,"5min":1.405,"15min":1.405},"last":1.1120000000000001}]},{"osd":7,"last update":"Sat Feb 10 09:22:37 2024","interfaces":[{"interface":"back","average":{"1min":1.1890000000000001,"5min":1.2230000000000001,"15min":1.2290000000000001},"min":{"1min":1.002,"5min":0.88400000000000001,"15min":0.88400000000000001},"max":{"1min":1.413,"5min":2.6309999999999998,"15min":2.6309999999999998},"last":1.21},{"interface":"front","average":{"1min":1.0840000000000001,"5min":1.1120000000000001,"15min":1.129},"min":{"1min":0.92400000000000004,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.3200000000000001,"5min":2.3940000000000001,"15min":2.3940000000000001},"last":1.087}]}]},{"osd":4,"up_from":24,"seq":103079215155,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Sat Feb 10 09:22:12 2024","interfaces":[{"interface":"back","average":{"1min":0.71699999999999997,"5min":0.69599999999999995,"15min":0.68600000000000005},"min":{"1min":0.54300000000000004,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.087,"5min":1.1080000000000001,"15min":1.1080000000000001},"last":0.57799999999999996},{"interface":"front","average":{"1min":0.74099999999999999,"5min":0.74399999999999999,"15min":0.746},"min":{"1min":0.61099999999999999,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":0.96799999999999997,"5min":1.353,"15min":1.353},"last":0.66200000000000003}]},{"osd":1,"last update":"Sat Feb 10 09:22:18 2024","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":0.95899999999999996,"15min":0.95099999999999996},"min":{"1min":0.69199999999999995,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.216,"5min":1.399,"15min":1.399},"last":1.038},{"interface":"front","average":{"1min":1.0089999999999999,"5min":0.98399999999999999,"15min":0.96399999999999997},"min":{"1min":0.71199999999999997,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.304,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":0.96099999999999997}]},{"osd":2,"last update":"Sat Feb 10 09:22:12 2024","interfaces":[{"interface":"back","average":{"1min":0.82999999999999996,"5min":0.80300000000000005,"15min":0.80500000000000005},"min":{"1min":0.58299999999999996,"5min":0.504,"15min":0.504},"max":{"1min":1.054,"5min":1.302,"15min":1.302},"last":0.745},{"interface":"front","average":{"1min":0.85499999999999998,"5min":0.879,"15min":0.89800000000000002},"min":{"1min":0.68600000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.0569999999999999,"5min":1.431,"15min":1.431},"last":0.77600000000000002}]},{"osd":3,"last update":"Sat Feb 10 09:22:24 2024","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.94599999999999995,"15min":0.92500000000000004},"min":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"max":{"1min":1.111,"5min":1.288,"15min":1.288},"last":0.84499999999999997},{"interface":"front","average":{"1min":0.97999999999999998,"5min":0.97299999999999998,"15min":0.96999999999999997},"min":{"1min":0.84399999999999997,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.212,"5min":1.482,"15min":1.482},"last":1.125}]},{"osd":5,"last update":"Sat Feb 10 09:22:33 2024","interfaces":[{"interface":"back","average":{"1min":0.96099999999999997,"5min":0.96199999999999997,"15min":0.95599999999999996},"min":{"1min":0.72899999999999998,"5min":0.621,"15min":0.621},"max":{"1min":1.23,"5min":1.23,"15min":1.23},"last":0.90000000000000002},{"interface":"front","average":{"1min":1.022,"5min":1.024,"15min":1.006},"min":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"max":{"1min":1.1899999999999999,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":1.0800000000000001}]},{"osd":6,"last update":"Sat Feb 10 09:22:18 2024","interfaces":[{"interface":"back","average":{"1min":1.0489999999999999,"5min":0.97999999999999998,"15min":0.96499999999999997},"min":{"1min":0.77600000000000002,"5min":0.72899999999999998,"15min":0.72899999999999998},"max":{"1min":1.4099999999999999,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":0.87},{"interface":"front","average":{"1min":1.026,"5min":1.032,"15min":1.0429999999999999},"min":{"1min":0.70499999999999996,"5min":0.626,"15min":0.626},"max":{"1min":1.216,"5min":1.9690000000000001,"15min":1.9690000000000001},"last":1.101}]},{"osd":7,"last update":"Sat Feb 10 09:22:33 2024","interfaces":[{"interface":"back","average":{"1min":1.1319999999999999,"5min":1.1140000000000001,"15min":1.107},"min":{"1min":0.93799999999999994,"5min":0.82399999999999995,"15min":0.82399999999999995},"max":{"1min":1.3779999999999999,"5min":1.7010000000000001,"15min":1.7010000000000001},"last":1.2050000000000001},{"interface":"front","average":{"1min":1.1339999999999999,"5min":1.0980000000000001,"15min":1.0700000000000001},"min":{"1min":0.85699999999999998,"5min":0.77400000000000002,"15min":0.77400000000000002},"max":{"1min":1.256,"5min":1.4279999999999999,"15min":1.4279999999999999},"last":1.1519999999999999}]}]},{"osd":1,"up_from":26,"seq":111669149746,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297540,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443516,"statfs":{"total":95990841344,"available":95686160384,"internally_reserved":0,"allocated":454656,"data_stored":178322,"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":"Sat Feb 10 09:22:16 2024","interfaces":[{"interface":"back","average":{"1min":0.997,"5min":0.98499999999999999,"15min":0.97899999999999998},"min":{"1min":0.78200000000000003,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.2290000000000001,"5min":1.2370000000000001,"15min":1.2370000000000001},"last":0.92700000000000005},{"interface":"front","average":{"1min":1.052,"5min":1.018,"15min":1.0109999999999999},"min":{"1min":0.79300000000000004,"5min":0.77100000000000002,"15min":0.77100000000000002},"max":{"1min":1.3700000000000001,"5min":1.3700000000000001,"15min":1.3700000000000001},"last":0.69499999999999995}]},{"osd":2,"last update":"Sat Feb 10 09:22:16 2024","interfaces":[{"interface":"back","average":{"1min":0.90200000000000002,"5min":0.878,"15min":0.86799999999999999},"min":{"1min":0.69399999999999995,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.2729999999999999,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":1.1000000000000001},{"interface":"front","average":{"1min":0.92000000000000004,"5min":0.90900000000000003,"15min":0.90700000000000003},"min":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.1499999999999999,"5min":1.405,"15min":1.405},"last":0.64000000000000001}]},{"osd":3,"last update":"Sat Feb 10 09:22:19 2024","interfaces":[{"interface":"back","average":{"1min":0.82499999999999996,"5min":0.79500000000000004,"15min":0.77100000000000002},"min":{"1min":0.46300000000000002,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.1599999999999999,"5min":1.284,"15min":1.284},"last":0.72899999999999998},{"interface":"front","average":{"1min":0.79400000000000004,"5min":0.79500000000000004,"15min":0.78500000000000003},"min":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.3049999999999999,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":0.88300000000000001}]},{"osd":4,"last update":"Sat Feb 10 09:22:16 2024","interfaces":[{"interface":"back","average":{"1min":1.0209999999999999,"5min":0.98399999999999999,"15min":0.96699999999999997},"min":{"1min":0.81200000000000006,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.4330000000000001,"5min":1.4330000000000001,"15min":1.4330000000000001},"last":0.78800000000000003},{"interface":"front","average":{"1min":0.995,"5min":0.96899999999999997,"15min":0.96399999999999997},"min":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.2929999999999999,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":1.008}]},{"osd":5,"last update":"Sat Feb 10 09:22:33 2024","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.92300000000000004,"15min":0.89500000000000002},"min":{"1min":0.55000000000000004,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.2150000000000001,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":1.0700000000000001},{"interface":"front","average":{"1min":0.98299999999999998,"5min":0.93200000000000005,"15min":0.90800000000000003},"min":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":1.381,"5min":1.381,"15min":1.381},"last":0.82499999999999996}]},{"osd":6,"last update":"Sat Feb 10 09:22:16 2024","interfaces":[{"interface":"back","average":{"1min":1.028,"5min":1.006,"15min":0.99199999999999999},"min":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"max":{"1min":1.3520000000000001,"5min":1.393,"15min":1.393},"last":0.85699999999999998},{"interface":"front","average":{"1min":1.177,"5min":1.1220000000000001,"15min":1.1080000000000001},"min":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"max":{"1min":1.45,"5min":1.502,"15min":1.502},"last":1.1539999999999999}]},{"osd":7,"last update":"Sat Feb 10 09:22:33 2024","interfaces":[{"interface":"back","average":{"1min":1.1339999999999999,"5min":1.133,"15min":1.123},"min":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.502,"5min":1.502,"15min":1.502},"last":0.98899999999999999},{"interface":"front","average":{"1min":1.1020000000000001,"5min":1.121,"15min":1.121},"min":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.466,"5min":1.5,"15min":1.5},"last":1.1870000000000001}]}]},{"osd":6,"up_from":28,"seq":120259084336,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Sat Feb 10 09:22:19 2024","interfaces":[{"interface":"back","average":{"1min":0.77700000000000002,"5min":0.72299999999999998,"15min":0.72099999999999997},"min":{"1min":0.57999999999999996,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.0589999999999999,"5min":1.1699999999999999,"15min":1.1699999999999999},"last":1.02},{"interface":"front","average":{"1min":0.79100000000000004,"5min":0.79900000000000004,"15min":0.80500000000000005},"min":{"1min":0.622,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.0529999999999999,"5min":1.286,"15min":1.286},"last":0.65600000000000003}]},{"osd":1,"last update":"Sat Feb 10 09:22:19 2024","interfaces":[{"interface":"back","average":{"1min":0.91000000000000003,"5min":0.88500000000000001,"15min":0.879},"min":{"1min":0.73399999999999999,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.0589999999999999,"5min":1.1359999999999999,"15min":1.1359999999999999},"last":0.80000000000000004},{"interface":"front","average":{"1min":0.96499999999999997,"5min":0.94999999999999996,"15min":0.95299999999999996},"min":{"1min":0.76900000000000002,"5min":0.71399999999999997,"15min":0.71399999999999997},"max":{"1min":1.167,"5min":1.278,"15min":1.278},"last":1.1799999999999999}]},{"osd":2,"last update":"Sat Feb 10 09:22:19 2024","interfaces":[{"interface":"back","average":{"1min":0.90400000000000003,"5min":0.84399999999999997,"15min":0.83599999999999997},"min":{"1min":0.69799999999999995,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.103,"5min":1.2010000000000001,"15min":1.2010000000000001},"last":0.88900000000000001},{"interface":"front","average":{"1min":0.87,"5min":0.85799999999999998,"15min":0.84399999999999997},"min":{"1min":0.64500000000000002,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.0720000000000001,"5min":1.125,"15min":1.125},"last":0.91500000000000004}]},{"osd":3,"last update":"Sat Feb 10 09:22:24 2024","interfaces":[{"interface":"back","average":{"1min":1.0149999999999999,"5min":1.0089999999999999,"15min":1.01},"min":{"1min":0.85999999999999999,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.23,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":1.1200000000000001},{"interface":"front","average":{"1min":0.91300000000000003,"5min":0.95499999999999996,"15min":0.96099999999999997},"min":{"1min":0.73699999999999999,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.0800000000000001,"5min":1.4510000000000001,"15min":1.4510000000000001},"last":0.98899999999999999}]},{"osd":4,"last update":"Sat Feb 10 09:22:19 2024","interfaces":[{"interface":"back","average":{"1min":0.97199999999999998,"5min":0.94499999999999995,"15min":0.94699999999999995},"min":{"1min":0.71399999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.1399999999999999,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":0.752},{"interface":"front","average":{"1min":1.042,"5min":1,"15min":1},"min":{"1min":0.68899999999999995,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.254,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.86799999999999999}]},{"osd":5,"last update":"Sat Feb 10 09:22:33 2024","interfaces":[{"interface":"back","average":{"1min":1.1240000000000001,"5min":1.0760000000000001,"15min":1.0720000000000001},"min":{"1min":0.746,"5min":0.72399999999999998,"15min":0.72399999999999998},"max":{"1min":1.367,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":1.101},{"interface":"front","average":{"1min":1.179,"5min":1.1659999999999999,"15min":1.1739999999999999},"min":{"1min":0.98799999999999999,"5min":0.78900000000000003,"15min":0.78900000000000003},"max":{"1min":1.3480000000000001,"5min":1.548,"15min":1.548},"last":1.222}]},{"osd":7,"last update":"Sat Feb 10 09:22:33 2024","interfaces":[{"interface":"back","average":{"1min":1.161,"5min":1.1599999999999999,"15min":1.171},"min":{"1min":0.92800000000000005,"5min":0.76300000000000001,"15min":0.76300000000000001},"max":{"1min":1.349,"5min":1.6379999999999999,"15min":1.6379999999999999},"last":1.0720000000000001},{"interface":"front","average":{"1min":1.1799999999999999,"5min":1.1559999999999999,"15min":1.1559999999999999},"min":{"1min":0.95899999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"max":{"1min":1.3640000000000001,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":1.048}]}]},{"osd":3,"up_from":34,"seq":146028888112,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Sat Feb 10 09:22:20 2024","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.88,"15min":0.88600000000000001},"min":{"1min":0.73699999999999999,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.1379999999999999,"5min":1.4510000000000001,"15min":1.4510000000000001},"last":0.91900000000000004},{"interface":"front","average":{"1min":0.80400000000000005,"5min":0.879,"15min":0.89200000000000002},"min":{"1min":0.66600000000000004,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":1.0129999999999999,"5min":1.4710000000000001,"15min":1.4710000000000001},"last":1.04}]},{"osd":1,"last update":"Sat Feb 10 09:22:20 2024","interfaces":[{"interface":"back","average":{"1min":0.69299999999999995,"5min":0.72699999999999998,"15min":0.71499999999999997},"min":{"1min":0.42699999999999999,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":1.214,"5min":1.248,"15min":1.248},"last":0.61799999999999999},{"interface":"front","average":{"1min":0.78000000000000003,"5min":0.752,"15min":0.73899999999999999},"min":{"1min":0.51000000000000001,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.2190000000000001,"5min":1.2569999999999999,"15min":1.2569999999999999},"last":0.80300000000000005}]},{"osd":2,"last update":"Sat Feb 10 09:22:20 2024","interfaces":[{"interface":"back","average":{"1min":0.97899999999999998,"5min":0.995,"15min":0.99199999999999999},"min":{"1min":0.72099999999999997,"5min":0.622,"15min":0.622},"max":{"1min":1.1899999999999999,"5min":1.407,"15min":1.407},"last":0.83899999999999997},{"interface":"front","average":{"1min":0.93400000000000005,"5min":0.93500000000000005,"15min":0.92800000000000005},"min":{"1min":0.69499999999999995,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.083,"5min":1.24,"15min":1.24},"last":0.97699999999999998}]},{"osd":4,"last update":"Sat Feb 10 09:22:20 2024","interfaces":[{"interface":"back","average":{"1min":0.99299999999999999,"5min":1.0109999999999999,"15min":1.0049999999999999},"min":{"1min":0.71499999999999997,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.3680000000000001,"5min":1.462,"15min":1.462},"last":1.2350000000000001},{"interface":"front","average":{"1min":0.95699999999999996,"5min":0.98699999999999999,"15min":0.995},"min":{"1min":0.70599999999999996,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.1359999999999999,"5min":1.4139999999999999,"15min":1.4139999999999999},"last":1.0629999999999999}]},{"osd":5,"last update":"Sat Feb 10 09:22:34 2024","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":0.82999999999999996,"15min":0.81399999999999995},"min":{"1min":0.53400000000000003,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":1.204,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":0.86799999999999999},{"interface":"front","average":{"1min":1.0349999999999999,"5min":0.98199999999999998,"15min":0.95899999999999996},"min":{"1min":0.57199999999999995,"5min":0.501,"15min":0.501},"max":{"1min":1.3500000000000001,"5min":1.5760000000000001,"15min":1.5760000000000001},"last":1.131}]},{"osd":6,"last update":"Sat Feb 10 09:22:20 2024","interfaces":[{"interface":"back","average":{"1min":1.014,"5min":1.0149999999999999,"15min":1.0129999999999999},"min":{"1min":0.745,"5min":0.72899999999999998,"15min":0.72899999999999998},"max":{"1min":1.321,"5min":1.369,"15min":1.369},"last":1.1020000000000001},{"interface":"front","average":{"1min":1.1659999999999999,"5min":1.171,"15min":1.167},"min":{"1min":0.82399999999999995,"5min":0.72799999999999998,"15min":0.72799999999999998},"max":{"1min":1.573,"5min":1.7150000000000001,"15min":1.7150000000000001},"last":1.0109999999999999}]},{"osd":7,"last update":"Sat Feb 10 09:22:40 2024","interfaces":[{"interface":"back","average":{"1min":1.04,"5min":0.98899999999999999,"15min":0.97099999999999997},"min":{"1min":0.61799999999999999,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":1.306,"5min":1.5389999999999999,"15min":1.5389999999999999},"last":1.1659999999999999},{"interface":"front","average":{"1min":1.232,"5min":1.127,"15min":1.089},"min":{"1min":0.877,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.5209999999999999,"5min":1.673,"15min":1.673},"last":1.3109999999999999}]}]}],"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":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":6,"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-10T09:23:07.239 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-10T09:23:07.239 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-10T09:23:07.239 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-10T09:23:07.239 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph health --format=json 2024-02-10T09:23:07.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:07 smithi164 bash[18308]: audit 2024-02-10T09:23:06.432795+0000 mgr.smithi018.dxgutx (mgr.14180) 241 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:23:07.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:07 smithi018 bash[14175]: audit 2024-02-10T09:23:06.432795+0000 mgr.smithi018.dxgutx (mgr.14180) 241 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:23:08.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:08 smithi164 bash[18308]: cluster 2024-02-10T09:23:07.342510+0000 mgr.smithi018.dxgutx (mgr.14180) 242 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:08.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:08 smithi018 bash[14175]: cluster 2024-02-10T09:23:07.342510+0000 mgr.smithi018.dxgutx (mgr.14180) 242 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:10.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:10 smithi164 bash[18308]: cluster 2024-02-10T09:23:09.343115+0000 mgr.smithi018.dxgutx (mgr.14180) 243 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:10.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:10 smithi018 bash[14175]: cluster 2024-02-10T09:23:09.343115+0000 mgr.smithi018.dxgutx (mgr.14180) 243 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:12.030 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/mon.smithi018/config 2024-02-10T09:23:12.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:12 smithi164 bash[18308]: cluster 2024-02-10T09:23:11.343749+0000 mgr.smithi018.dxgutx (mgr.14180) 244 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:12.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:12 smithi018 bash[14175]: cluster 2024-02-10T09:23:11.343749+0000 mgr.smithi018.dxgutx (mgr.14180) 244 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:14.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:14 smithi164 bash[18308]: cluster 2024-02-10T09:23:13.344357+0000 mgr.smithi018.dxgutx (mgr.14180) 245 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:14.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:14 smithi018 bash[14175]: cluster 2024-02-10T09:23:13.344357+0000 mgr.smithi018.dxgutx (mgr.14180) 245 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:15.218 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:23:15.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:15 smithi018 bash[14175]: audit 2024-02-10T09:23:15.215698+0000 mon.smithi018 (mon.0) 631 : audit [DBG] from='client.? 172.21.15.18:0/2876112283' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-10T09:23:15.919 INFO:teuthology.orchestra.run.smithi018.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-10T09:23:15.920 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-10T09:23:15.920 INFO:tasks.cephadm:Setup complete, yielding 2024-02-10T09:23:15.920 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-10T09:23:15.931 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi018.front.sepia.ceph.com 2024-02-10T09:23:15.932 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- bash -c 'ceph orch status' 2024-02-10T09:23:16.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:15 smithi164 bash[18308]: audit 2024-02-10T09:23:15.215698+0000 mon.smithi018 (mon.0) 631 : audit [DBG] from='client.? 172.21.15.18:0/2876112283' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-10T09:23:16.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:16 smithi018 bash[14175]: cluster 2024-02-10T09:23:15.344949+0000 mgr.smithi018.dxgutx (mgr.14180) 246 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:17.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:16 smithi164 bash[18308]: cluster 2024-02-10T09:23:15.344949+0000 mgr.smithi018.dxgutx (mgr.14180) 246 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:18.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:18 smithi018 bash[14175]: cluster 2024-02-10T09:23:17.345487+0000 mgr.smithi018.dxgutx (mgr.14180) 247 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:19.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:18 smithi164 bash[18308]: cluster 2024-02-10T09:23:17.345487+0000 mgr.smithi018.dxgutx (mgr.14180) 247 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:19.202 INFO:teuthology.orchestra.run.smithi018.stdout:Backend: cephadm 2024-02-10T09:23:19.202 INFO:teuthology.orchestra.run.smithi018.stdout:Available: Yes 2024-02-10T09:23:19.202 INFO:teuthology.orchestra.run.smithi018.stdout:Paused: No 2024-02-10T09:23:19.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:19 smithi018 bash[14175]: audit 2024-02-10T09:23:19.198801+0000 mgr.smithi018.dxgutx (mgr.14180) 248 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:23:20.048 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-10T09:23:20.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:19 smithi164 bash[18308]: audit 2024-02-10T09:23:19.198801+0000 mgr.smithi018.dxgutx (mgr.14180) 248 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:23:20.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:20 smithi018 bash[14175]: cluster 2024-02-10T09:23:19.346170+0000 mgr.smithi018.dxgutx (mgr.14180) 249 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:21.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:20 smithi164 bash[18308]: cluster 2024-02-10T09:23:19.346170+0000 mgr.smithi018.dxgutx (mgr.14180) 249 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:22.962 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:22 smithi018 bash[14175]: cluster 2024-02-10T09:23:21.346716+0000 mgr.smithi018.dxgutx (mgr.14180) 250 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:23.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:22 smithi164 bash[18308]: cluster 2024-02-10T09:23:21.346716+0000 mgr.smithi018.dxgutx (mgr.14180) 250 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:23.405 INFO:teuthology.orchestra.run.smithi018.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T09:23:23.405 INFO:teuthology.orchestra.run.smithi018.stdout:alertmanager.smithi018 smithi018 *:9093,9094 running (5m) 46s ago 7m 11.9M - 0.23.0 ba2b418f427c 626d7cd73d0e 2024-02-10T09:23:23.405 INFO:teuthology.orchestra.run.smithi018.stdout:crash.smithi018 smithi018 running (7m) 46s ago 7m 6932k - 16.2.14-521-g0e714d9a 1fbc92c859dc 102b8a2bdcd9 2024-02-10T09:23:23.405 INFO:teuthology.orchestra.run.smithi018.stdout:crash.smithi164 smithi164 running (6m) 47s ago 6m 7100k - 16.2.14-521-g0e714d9a 1fbc92c859dc d945b5fd81e9 2024-02-10T09:23:23.406 INFO:teuthology.orchestra.run.smithi018.stdout:grafana.smithi018 smithi018 *:3000 running (5m) 46s ago 6m 40.4M - 8.3.5 dad864ee21e9 451701f73917 2024-02-10T09:23:23.406 INFO:teuthology.orchestra.run.smithi018.stdout:mgr.smithi018.dxgutx smithi018 *:9283 running (8m) 46s ago 8m 426M - 16.2.14-521-g0e714d9a 1fbc92c859dc b3ff43b161b1 2024-02-10T09:23:23.406 INFO:teuthology.orchestra.run.smithi018.stdout:mgr.smithi164.tdjvfj smithi164 *:8443,9283 running (6m) 47s ago 6m 374M - 16.2.14-521-g0e714d9a 1fbc92c859dc 74223e2a563b 2024-02-10T09:23:23.406 INFO:teuthology.orchestra.run.smithi018.stdout:mon.smithi018 smithi018 running (8m) 46s ago 8m 43.7M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 59564da44bca 2024-02-10T09:23:23.406 INFO:teuthology.orchestra.run.smithi018.stdout:mon.smithi164 smithi164 running (6m) 47s ago 6m 34.0M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 34d1dcee74ed 2024-02-10T09:23:23.406 INFO:teuthology.orchestra.run.smithi018.stdout:node-exporter.smithi018 smithi018 *:9100 running (6m) 46s ago 6m 9807k - 1.3.1 1dbe0e931976 75e2d0b50be7 2024-02-10T09:23:23.406 INFO:teuthology.orchestra.run.smithi018.stdout:node-exporter.smithi164 smithi164 *:9100 running (5m) 47s ago 6m 10.2M - 1.3.1 1dbe0e931976 3a4739e6bd96 2024-02-10T09:23:23.406 INFO:teuthology.orchestra.run.smithi018.stdout:osd.0 smithi164 running (4m) 47s ago 4m 33.1M 4028M 16.2.14-521-g0e714d9a 1fbc92c859dc 15cfad96c47a 2024-02-10T09:23:23.406 INFO:teuthology.orchestra.run.smithi018.stdout:osd.1 smithi018 running (4m) 46s ago 4m 34.0M 3261M 16.2.14-521-g0e714d9a 1fbc92c859dc daca07268cf4 2024-02-10T09:23:23.406 INFO:teuthology.orchestra.run.smithi018.stdout:osd.2 smithi164 running (4m) 47s ago 4m 32.8M 4028M 16.2.14-521-g0e714d9a 1fbc92c859dc dc19f3606950 2024-02-10T09:23:23.406 INFO:teuthology.orchestra.run.smithi018.stdout:osd.3 smithi018 running (4m) 46s ago 4m 33.0M 3261M 16.2.14-521-g0e714d9a 1fbc92c859dc d75f0a7f13c6 2024-02-10T09:23:23.406 INFO:teuthology.orchestra.run.smithi018.stdout:osd.4 smithi164 running (4m) 47s ago 4m 33.2M 4028M 16.2.14-521-g0e714d9a 1fbc92c859dc d70e130fdbdd 2024-02-10T09:23:23.406 INFO:teuthology.orchestra.run.smithi018.stdout:osd.5 smithi018 running (4m) 46s ago 4m 33.1M 3261M 16.2.14-521-g0e714d9a 1fbc92c859dc be3778cc7a30 2024-02-10T09:23:23.406 INFO:teuthology.orchestra.run.smithi018.stdout:osd.6 smithi164 running (4m) 47s ago 4m 33.4M 4028M 16.2.14-521-g0e714d9a 1fbc92c859dc 0a7b034bbd89 2024-02-10T09:23:23.407 INFO:teuthology.orchestra.run.smithi018.stdout:osd.7 smithi018 running (3m) 46s ago 4m 33.4M 3261M 16.2.14-521-g0e714d9a 1fbc92c859dc a1af65a64a5f 2024-02-10T09:23:23.407 INFO:teuthology.orchestra.run.smithi018.stdout:prometheus.smithi018 smithi018 *:9095 running (5m) 46s ago 6m 51.5M - 2.33.4 514e6a882f6e 8bad434dd35a 2024-02-10T09:23:24.182 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-10T09:23:24.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:24 smithi018 bash[14175]: cluster 2024-02-10T09:23:23.347223+0000 mgr.smithi018.dxgutx (mgr.14180) 251 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:24.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:24 smithi018 bash[14175]: audit 2024-02-10T09:23:23.382975+0000 mgr.smithi018.dxgutx (mgr.14180) 252 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:23:25.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:24 smithi164 bash[18308]: cluster 2024-02-10T09:23:23.347223+0000 mgr.smithi018.dxgutx (mgr.14180) 251 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:25.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:24 smithi164 bash[18308]: audit 2024-02-10T09:23:23.382975+0000 mgr.smithi018.dxgutx (mgr.14180) 252 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:23:26.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:26 smithi018 bash[14175]: cluster 2024-02-10T09:23:25.347834+0000 mgr.smithi018.dxgutx (mgr.14180) 253 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:27.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:26 smithi164 bash[18308]: cluster 2024-02-10T09:23:25.347834+0000 mgr.smithi018.dxgutx (mgr.14180) 253 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:27.529 INFO:teuthology.orchestra.run.smithi018.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-10T09:23:27.529 INFO:teuthology.orchestra.run.smithi018.stdout:alertmanager ?:9093,9094 1/1 50s ago 8m count:1 2024-02-10T09:23:27.529 INFO:teuthology.orchestra.run.smithi018.stdout:crash 2/2 51s ago 8m * 2024-02-10T09:23:27.529 INFO:teuthology.orchestra.run.smithi018.stdout:grafana ?:3000 1/1 50s ago 8m count:1 2024-02-10T09:23:27.529 INFO:teuthology.orchestra.run.smithi018.stdout:mgr 2/2 51s ago 8m count:2 2024-02-10T09:23:27.529 INFO:teuthology.orchestra.run.smithi018.stdout:mon 2/2 51s ago 6m smithi018:172.21.15.18=smithi018;smithi164:172.21.15.164=smithi164;count:2 2024-02-10T09:23:27.529 INFO:teuthology.orchestra.run.smithi018.stdout:node-exporter ?:9100 2/2 51s ago 8m * 2024-02-10T09:23:27.529 INFO:teuthology.orchestra.run.smithi018.stdout:osd.all-available-devices 8 51s ago 5m * 2024-02-10T09:23:27.530 INFO:teuthology.orchestra.run.smithi018.stdout:prometheus ?:9095 1/1 50s ago 8m count:1 2024-02-10T09:23:28.268 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-10T09:23:28.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:28 smithi018 bash[14175]: cluster 2024-02-10T09:23:27.348374+0000 mgr.smithi018.dxgutx (mgr.14180) 254 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:28.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:28 smithi018 bash[14175]: audit 2024-02-10T09:23:27.517298+0000 mgr.smithi018.dxgutx (mgr.14180) 255 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:23:29.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:28 smithi164 bash[18308]: cluster 2024-02-10T09:23:27.348374+0000 mgr.smithi018.dxgutx (mgr.14180) 254 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:29.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:28 smithi164 bash[18308]: audit 2024-02-10T09:23:27.517298+0000 mgr.smithi018.dxgutx (mgr.14180) 255 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:23:30.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:30 smithi018 bash[14175]: cluster 2024-02-10T09:23:29.348998+0000 mgr.smithi018.dxgutx (mgr.14180) 256 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:31.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:30 smithi164 bash[18308]: cluster 2024-02-10T09:23:29.348998+0000 mgr.smithi018.dxgutx (mgr.14180) 256 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:31.817 INFO:teuthology.orchestra.run.smithi018.stdout:HOST ADDR LABELS STATUS 2024-02-10T09:23:31.817 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 172.21.15.18 2024-02-10T09:23:31.817 INFO:teuthology.orchestra.run.smithi018.stdout:smithi164 172.21.15.164 2024-02-10T09:23:31.817 INFO:teuthology.orchestra.run.smithi018.stdout:2 hosts in cluster 2024-02-10T09:23:32.589 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-10T09:23:32.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:32 smithi018 bash[14175]: cluster 2024-02-10T09:23:31.349569+0000 mgr.smithi018.dxgutx (mgr.14180) 257 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:32.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:32 smithi018 bash[14175]: audit 2024-02-10T09:23:31.812920+0000 mgr.smithi018.dxgutx (mgr.14180) 258 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:23:33.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:32 smithi164 bash[18308]: cluster 2024-02-10T09:23:31.349569+0000 mgr.smithi018.dxgutx (mgr.14180) 257 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:33.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:32 smithi164 bash[18308]: audit 2024-02-10T09:23:31.812920+0000 mgr.smithi018.dxgutx (mgr.14180) 258 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:23:34.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:34 smithi018 bash[14175]: cluster 2024-02-10T09:23:33.350101+0000 mgr.smithi018.dxgutx (mgr.14180) 259 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:35.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:34 smithi164 bash[18308]: cluster 2024-02-10T09:23:33.350101+0000 mgr.smithi018.dxgutx (mgr.14180) 259 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:35.816 INFO:teuthology.orchestra.run.smithi018.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-10T09:23:35.816 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB75120091480DGN 447G 3m ago Has a FileSystem, LVM detected 2024-02-10T09:23:35.816 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 /dev/nvme1n1 ssd Linux_546fe96721b72d1df413 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T09:23:35.817 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 /dev/nvme2n1 ssd Linux_6365e60ea9f326811113 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T09:23:35.817 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 /dev/nvme3n1 ssd Linux_48ba36f610df76660a18 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T09:23:35.817 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 /dev/nvme4n1 ssd Linux_72e92527fb4a9b7fa11c 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T09:23:35.817 INFO:teuthology.orchestra.run.smithi018.stdout:smithi164 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300H0400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-02-10T09:23:35.817 INFO:teuthology.orchestra.run.smithi018.stdout:smithi164 /dev/nvme1n1 ssd Linux_ef7972febc0a434e2883 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T09:23:35.817 INFO:teuthology.orchestra.run.smithi018.stdout:smithi164 /dev/nvme2n1 ssd Linux_fede1a73bc8736072339 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T09:23:35.817 INFO:teuthology.orchestra.run.smithi018.stdout:smithi164 /dev/nvme3n1 ssd Linux_6295d13d54b7167e7127 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T09:23:35.817 INFO:teuthology.orchestra.run.smithi018.stdout:smithi164 /dev/nvme4n1 ssd Linux_93fd23f0b364451ecf67 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T09:23:36.569 INFO:teuthology.run_tasks:Running task vip... 2024-02-10T09:23:36.579 INFO:tasks.vip:Allocating static IPs for each host... 2024-02-10T09:23:36.580 INFO:tasks.vip:peername 172.21.15.18 2024-02-10T09:23:36.583 INFO:tasks.vip:172.21.15.18 in 172.21.0.0/20, pos 3857 2024-02-10T09:23:36.588 INFO:tasks.vip:smithi018.front.sepia.ceph.com static 10.0.15.18, vnet 10.0.0.0/16 2024-02-10T09:23:36.589 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-02-10T09:23:36.589 DEBUG:teuthology.orchestra.run.smithi018:> sudo ip route ls 2024-02-10T09:23:36.607 INFO:teuthology.orchestra.run.smithi018.stdout:default via 172.21.15.254 dev ens1f0 2024-02-10T09:23:36.607 INFO:teuthology.orchestra.run.smithi018.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-02-10T09:23:36.607 INFO:teuthology.orchestra.run.smithi018.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.18 2024-02-10T09:23:36.608 INFO:tasks.vip:Configuring 10.0.15.18 on smithi018.front.sepia.ceph.com iface ens1f0... 2024-02-10T09:23:36.608 DEBUG:teuthology.orchestra.run.smithi018:> sudo ip addr add 10.0.15.18/16 dev ens1f0 2024-02-10T09:23:36.671 INFO:tasks.vip:peername 172.21.15.164 2024-02-10T09:23:36.674 INFO:tasks.vip:172.21.15.164 in 172.21.0.0/20, pos 4003 2024-02-10T09:23:36.678 INFO:tasks.vip:smithi164.front.sepia.ceph.com static 10.0.15.164, vnet 10.0.0.0/16 2024-02-10T09:23:36.678 DEBUG:teuthology.orchestra.run.smithi164:> sudo ip route ls 2024-02-10T09:23:36.695 INFO:teuthology.orchestra.run.smithi164.stdout:default via 172.21.15.254 dev enp3s0f1 2024-02-10T09:23:36.695 INFO:teuthology.orchestra.run.smithi164.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.164 metric 100 2024-02-10T09:23:36.695 INFO:teuthology.orchestra.run.smithi164.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-02-10T09:23:36.695 INFO:teuthology.orchestra.run.smithi164.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.164 2024-02-10T09:23:36.695 INFO:teuthology.orchestra.run.smithi164.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.164 metric 100 2024-02-10T09:23:36.696 INFO:tasks.vip:Configuring 10.0.15.164 on smithi164.front.sepia.ceph.com iface enp3s0f1... 2024-02-10T09:23:36.696 DEBUG:teuthology.orchestra.run.smithi164:> sudo ip addr add 10.0.15.164/16 dev enp3s0f1 2024-02-10T09:23:36.756 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-10T09:23:36.766 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi018.front.sepia.ceph.com 2024-02-10T09:23:36.766 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-02-10T09:23:36.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:36 smithi018 bash[14175]: cluster 2024-02-10T09:23:35.350668+0000 mgr.smithi018.dxgutx (mgr.14180) 260 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:36.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:36 smithi018 bash[14175]: audit 2024-02-10T09:23:35.804617+0000 mgr.smithi018.dxgutx (mgr.14180) 261 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:23:37.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:36 smithi164 bash[18308]: cluster 2024-02-10T09:23:35.350668+0000 mgr.smithi018.dxgutx (mgr.14180) 260 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:37.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:36 smithi164 bash[18308]: audit 2024-02-10T09:23:35.804617+0000 mgr.smithi018.dxgutx (mgr.14180) 261 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:23:37.959 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:37 smithi018 bash[14175]: audit 2024-02-10T09:23:37.210274+0000 mon.smithi018 (mon.0) 632 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:23:38.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:37 smithi164 bash[18308]: audit 2024-02-10T09:23:37.210274+0000 mon.smithi018 (mon.0) 632 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:23:38.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:38 smithi018 bash[14175]: cluster 2024-02-10T09:23:37.351056+0000 mgr.smithi018.dxgutx (mgr.14180) 262 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:39.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:38 smithi164 bash[18308]: cluster 2024-02-10T09:23:37.351056+0000 mgr.smithi018.dxgutx (mgr.14180) 262 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:40.164 INFO:teuthology.orchestra.run.smithi018.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-10T09:23:40.164 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB75120091480DGN 447G 3m ago Has a FileSystem, LVM detected 2024-02-10T09:23:40.165 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 /dev/nvme1n1 ssd Linux_546fe96721b72d1df413 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T09:23:40.165 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 /dev/nvme2n1 ssd Linux_6365e60ea9f326811113 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T09:23:40.165 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 /dev/nvme3n1 ssd Linux_48ba36f610df76660a18 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T09:23:40.165 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 /dev/nvme4n1 ssd Linux_72e92527fb4a9b7fa11c 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T09:23:40.165 INFO:teuthology.orchestra.run.smithi018.stdout:smithi164 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300H0400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-02-10T09:23:40.165 INFO:teuthology.orchestra.run.smithi018.stdout:smithi164 /dev/nvme1n1 ssd Linux_ef7972febc0a434e2883 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T09:23:40.165 INFO:teuthology.orchestra.run.smithi018.stdout:smithi164 /dev/nvme2n1 ssd Linux_fede1a73bc8736072339 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T09:23:40.165 INFO:teuthology.orchestra.run.smithi018.stdout:smithi164 /dev/nvme3n1 ssd Linux_6295d13d54b7167e7127 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T09:23:40.165 INFO:teuthology.orchestra.run.smithi018.stdout:smithi164 /dev/nvme4n1 ssd Linux_93fd23f0b364451ecf67 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-10T09:23:40.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:40 smithi018 bash[14175]: cluster 2024-02-10T09:23:39.351605+0000 mgr.smithi018.dxgutx (mgr.14180) 263 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:40.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:40 smithi018 bash[14175]: audit 2024-02-10T09:23:40.154663+0000 mgr.smithi018.dxgutx (mgr.14180) 264 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:23:40.943 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-10T09:23:40.953 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi018.front.sepia.ceph.com 2024-02-10T09:23:40.953 DEBUG:teuthology.orchestra.run.smithi018:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-10T09:23:40.967 INFO:teuthology.orchestra.run.smithi018.stderr:+ systemctl stop nfs-server 2024-02-10T09:23:41.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:40 smithi164 bash[18308]: cluster 2024-02-10T09:23:39.351605+0000 mgr.smithi018.dxgutx (mgr.14180) 263 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:41.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:40 smithi164 bash[18308]: audit 2024-02-10T09:23:40.154663+0000 mgr.smithi018.dxgutx (mgr.14180) 264 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:23:41.124 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi164.front.sepia.ceph.com 2024-02-10T09:23:41.124 DEBUG:teuthology.orchestra.run.smithi164:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-10T09:23:41.140 INFO:teuthology.orchestra.run.smithi164.stderr:+ systemctl stop nfs-server 2024-02-10T09:23:41.292 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-10T09:23:41.305 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi018.front.sepia.ceph.com 2024-02-10T09:23:41.306 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-02-10T09:23:42.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:42 smithi018 bash[14175]: cluster 2024-02-10T09:23:41.352146+0000 mgr.smithi018.dxgutx (mgr.14180) 265 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:43.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:42 smithi164 bash[18308]: cluster 2024-02-10T09:23:41.352146+0000 mgr.smithi018.dxgutx (mgr.14180) 265 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:43.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:43 smithi018 bash[14175]: audit 2024-02-10T09:23:42.675249+0000 mon.smithi018 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:23:43.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:43 smithi018 bash[14175]: audit 2024-02-10T09:23:43.460666+0000 mon.smithi018 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:23:44.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:43 smithi164 bash[18308]: audit 2024-02-10T09:23:42.675249+0000 mon.smithi018 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:23:44.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:43 smithi164 bash[18308]: audit 2024-02-10T09:23:43.460666+0000 mon.smithi018 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:23:44.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:44 smithi018 bash[14175]: cluster 2024-02-10T09:23:43.352535+0000 mgr.smithi018.dxgutx (mgr.14180) 266 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:45.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:44 smithi164 bash[18308]: cluster 2024-02-10T09:23:43.352535+0000 mgr.smithi018.dxgutx (mgr.14180) 266 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:45.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:45 smithi018 bash[14175]: audit 2024-02-10T09:23:44.699909+0000 mgr.smithi018.dxgutx (mgr.14180) 267 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:23:45.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:45 smithi018 bash[14175]: audit 2024-02-10T09:23:44.700658+0000 mon.smithi018 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-10T09:23:46.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:45 smithi164 bash[18308]: audit 2024-02-10T09:23:44.699909+0000 mgr.smithi018.dxgutx (mgr.14180) 267 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:23:46.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:45 smithi164 bash[18308]: audit 2024-02-10T09:23:44.700658+0000 mon.smithi018 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-10T09:23:46.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:46 smithi018 bash[14175]: cluster 2024-02-10T09:23:45.353089+0000 mgr.smithi018.dxgutx (mgr.14180) 268 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:46.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:46 smithi018 bash[14175]: audit 2024-02-10T09:23:45.696099+0000 mon.smithi018 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-10T09:23:46.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:46 smithi018 bash[14175]: cluster 2024-02-10T09:23:45.696274+0000 mon.smithi018 (mon.0) 637 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-10T09:23:46.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:46 smithi018 bash[14175]: audit 2024-02-10T09:23:45.701252+0000 mon.smithi018 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-10T09:23:46.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:46 smithi018 bash[14175]: debug 2024-02-10T09:23:46.708+0000 7f42d103c700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-10T09:23:47.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:46 smithi164 bash[18308]: cluster 2024-02-10T09:23:45.353089+0000 mgr.smithi018.dxgutx (mgr.14180) 268 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:47.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:46 smithi164 bash[18308]: audit 2024-02-10T09:23:45.696099+0000 mon.smithi018 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-10T09:23:47.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:46 smithi164 bash[18308]: cluster 2024-02-10T09:23:45.696274+0000 mon.smithi018 (mon.0) 637 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-10T09:23:47.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:46 smithi164 bash[18308]: audit 2024-02-10T09:23:45.701252+0000 mon.smithi018 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-10T09:23:47.570 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-02-10T09:23:47.584 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.18/16' 2024-02-10T09:23:47.585 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch apply -i - 2024-02-10T09:23:47.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:47 smithi018 bash[14175]: audit 2024-02-10T09:23:46.706106+0000 mon.smithi018 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-10T09:23:47.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:47 smithi018 bash[14175]: cluster 2024-02-10T09:23:46.706473+0000 mon.smithi018 (mon.0) 640 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-10T09:23:47.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:47 smithi018 bash[14175]: audit 2024-02-10T09:23:46.711209+0000 mon.smithi018 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-10T09:23:47.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:47 smithi018 bash[14175]: cluster 2024-02-10T09:23:46.712240+0000 mon.smithi018 (mon.0) 642 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-10T09:23:47.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:47 smithi018 bash[14175]: cluster 2024-02-10T09:23:46.712276+0000 mon.smithi018 (mon.0) 643 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-10T09:23:47.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:47 smithi018 bash[14175]: cluster 2024-02-10T09:23:46.728547+0000 mon.smithi018 (mon.0) 644 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-10T09:23:47.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:47 smithi018 bash[14175]: audit 2024-02-10T09:23:46.729336+0000 mon.smithi018 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-10T09:23:47.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:47 smithi018 bash[14175]: cluster 2024-02-10T09:23:46.729581+0000 mon.smithi018 (mon.0) 646 : cluster [DBG] fsmap foofs:0 2024-02-10T09:23:47.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:47 smithi018 bash[14175]: cephadm 2024-02-10T09:23:46.734949+0000 mgr.smithi018.dxgutx (mgr.14180) 269 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-10T09:23:47.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:47 smithi018 bash[14175]: audit 2024-02-10T09:23:46.742550+0000 mon.smithi018 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:23:48.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:47 smithi164 bash[18308]: audit 2024-02-10T09:23:46.706106+0000 mon.smithi018 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-10T09:23:48.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:47 smithi164 bash[18308]: cluster 2024-02-10T09:23:46.706473+0000 mon.smithi018 (mon.0) 640 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-10T09:23:48.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:47 smithi164 bash[18308]: audit 2024-02-10T09:23:46.711209+0000 mon.smithi018 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-10T09:23:48.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:47 smithi164 bash[18308]: cluster 2024-02-10T09:23:46.712240+0000 mon.smithi018 (mon.0) 642 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-10T09:23:48.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:47 smithi164 bash[18308]: cluster 2024-02-10T09:23:46.712276+0000 mon.smithi018 (mon.0) 643 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-10T09:23:48.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:47 smithi164 bash[18308]: cluster 2024-02-10T09:23:46.728547+0000 mon.smithi018 (mon.0) 644 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-10T09:23:48.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:47 smithi164 bash[18308]: audit 2024-02-10T09:23:46.729336+0000 mon.smithi018 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-10T09:23:48.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:47 smithi164 bash[18308]: cluster 2024-02-10T09:23:46.729581+0000 mon.smithi018 (mon.0) 646 : cluster [DBG] fsmap foofs:0 2024-02-10T09:23:48.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:47 smithi164 bash[18308]: cephadm 2024-02-10T09:23:46.734949+0000 mgr.smithi018.dxgutx (mgr.14180) 269 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-10T09:23:48.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:47 smithi164 bash[18308]: audit 2024-02-10T09:23:46.742550+0000 mon.smithi018 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:23:49.058 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:48 smithi164 bash[18308]: cluster 2024-02-10T09:23:47.353737+0000 mgr.smithi018.dxgutx (mgr.14180) 270 : cluster [DBG] pgmap v250: 65 pgs: 6 creating+peering, 6 active+clean, 53 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:49.058 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:48 smithi164 bash[18308]: cluster 2024-02-10T09:23:47.720973+0000 mon.smithi018 (mon.0) 648 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-10T09:23:49.225 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:48 smithi018 bash[14175]: cluster 2024-02-10T09:23:47.353737+0000 mgr.smithi018.dxgutx (mgr.14180) 270 : cluster [DBG] pgmap v250: 65 pgs: 6 creating+peering, 6 active+clean, 53 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:49.225 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:48 smithi018 bash[14175]: cluster 2024-02-10T09:23:47.720973+0000 mon.smithi018 (mon.0) 648 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-10T09:23:49.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:49 smithi164 bash[18308]: cluster 2024-02-10T09:23:48.725845+0000 mon.smithi018 (mon.0) 649 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-10T09:23:49.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:49 smithi018 bash[14175]: cluster 2024-02-10T09:23:48.725845+0000 mon.smithi018 (mon.0) 649 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-10T09:23:51.042 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:50 smithi018 bash[14175]: cluster 2024-02-10T09:23:49.354137+0000 mgr.smithi018.dxgutx (mgr.14180) 271 : cluster [DBG] pgmap v253: 65 pgs: 6 creating+peering, 56 active+clean, 3 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:51.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:50 smithi164 bash[18308]: cluster 2024-02-10T09:23:49.354137+0000 mgr.smithi018.dxgutx (mgr.14180) 271 : cluster [DBG] pgmap v253: 65 pgs: 6 creating+peering, 56 active+clean, 3 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:52.754 INFO:teuthology.orchestra.run.smithi018.stdout:Scheduled nfs.foo update... 2024-02-10T09:23:52.754 INFO:teuthology.orchestra.run.smithi018.stdout:Scheduled ingress.nfs.foo update... 2024-02-10T09:23:53.002 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:52 smithi018 bash[14175]: cluster 2024-02-10T09:23:51.354667+0000 mgr.smithi018.dxgutx (mgr.14180) 272 : cluster [DBG] pgmap v254: 65 pgs: 6 creating+peering, 59 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:53.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:52 smithi164 bash[18308]: cluster 2024-02-10T09:23:51.354667+0000 mgr.smithi018.dxgutx (mgr.14180) 272 : cluster [DBG] pgmap v254: 65 pgs: 6 creating+peering, 59 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:53.572 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-10T09:23:53.582 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-10T09:23:53.582 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:23:53.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:53 smithi018 bash[14175]: audit 2024-02-10T09:23:52.727645+0000 mgr.smithi018.dxgutx (mgr.14180) 273 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:23:53.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:53 smithi018 bash[14175]: cephadm 2024-02-10T09:23:52.737483+0000 mgr.smithi018.dxgutx (mgr.14180) 274 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-02-10T09:23:53.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:53 smithi018 bash[14175]: audit 2024-02-10T09:23:52.743946+0000 mon.smithi018 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:23:53.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:53 smithi018 bash[14175]: cephadm 2024-02-10T09:23:52.744630+0000 mgr.smithi018.dxgutx (mgr.14180) 275 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-10T09:23:53.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:53 smithi018 bash[14175]: audit 2024-02-10T09:23:52.751087+0000 mon.smithi018 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:23:53.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:53 smithi018 bash[14175]: audit 2024-02-10T09:23:52.954670+0000 mon.smithi018 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:23:54.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:53 smithi164 bash[18308]: audit 2024-02-10T09:23:52.727645+0000 mgr.smithi018.dxgutx (mgr.14180) 273 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:23:54.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:53 smithi164 bash[18308]: cephadm 2024-02-10T09:23:52.737483+0000 mgr.smithi018.dxgutx (mgr.14180) 274 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-02-10T09:23:54.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:53 smithi164 bash[18308]: audit 2024-02-10T09:23:52.743946+0000 mon.smithi018 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:23:54.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:53 smithi164 bash[18308]: cephadm 2024-02-10T09:23:52.744630+0000 mgr.smithi018.dxgutx (mgr.14180) 275 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-10T09:23:54.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:53 smithi164 bash[18308]: audit 2024-02-10T09:23:52.751087+0000 mon.smithi018 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:23:54.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:53 smithi164 bash[18308]: audit 2024-02-10T09:23:52.954670+0000 mon.smithi018 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:23:55.225 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:54 smithi018 bash[14175]: cluster 2024-02-10T09:23:53.355497+0000 mgr.smithi018.dxgutx (mgr.14180) 276 : cluster [DBG] pgmap v255: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:55.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:54 smithi164 bash[18308]: cluster 2024-02-10T09:23:53.355497+0000 mgr.smithi018.dxgutx (mgr.14180) 276 : cluster [DBG] pgmap v255: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:56.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:56 smithi164 bash[18308]: cluster 2024-02-10T09:23:55.356267+0000 mgr.smithi018.dxgutx (mgr.14180) 277 : cluster [DBG] pgmap v256: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:56.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:56 smithi164 bash[18308]: audit 2024-02-10T09:23:55.539735+0000 mon.smithi018 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:23:56.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:56 smithi164 bash[18308]: audit 2024-02-10T09:23:55.810649+0000 mon.smithi018 (mon.0) 654 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:23:56.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:56 smithi164 bash[18308]: audit 2024-02-10T09:23:55.811754+0000 mon.smithi018 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:23:56.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:56 smithi164 bash[18308]: audit 2024-02-10T09:23:55.817576+0000 mon.smithi018 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:23:56.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:56 smithi164 bash[18308]: audit 2024-02-10T09:23:55.822533+0000 mon.smithi018 (mon.0) 657 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:23:56.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:56 smithi164 bash[18308]: audit 2024-02-10T09:23:55.835229+0000 mon.smithi018 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:23:56.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:56 smithi164 bash[18308]: audit 2024-02-10T09:23:55.836480+0000 mon.smithi018 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi164.ivutbw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-10T09:23:56.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:56 smithi164 bash[18308]: audit 2024-02-10T09:23:55.839746+0000 mon.smithi018 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi164.ivutbw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-10T09:23:56.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:56 smithi164 bash[18308]: audit 2024-02-10T09:23:55.840787+0000 mon.smithi018 (mon.0) 661 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:23:56.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:56 smithi164 bash[18308]: cephadm 2024-02-10T09:23:55.841757+0000 mgr.smithi018.dxgutx (mgr.14180) 278 : cephadm [INF] Deploying daemon mds.foofs.smithi164.ivutbw on smithi164 2024-02-10T09:23:56.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:56 smithi164 bash[18308]: audit 2024-02-10T09:23:56.474224+0000 mon.smithi018 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:23:56.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:56 smithi018 bash[14175]: cluster 2024-02-10T09:23:55.356267+0000 mgr.smithi018.dxgutx (mgr.14180) 277 : cluster [DBG] pgmap v256: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:56.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:56 smithi018 bash[14175]: audit 2024-02-10T09:23:55.539735+0000 mon.smithi018 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:23:56.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:56 smithi018 bash[14175]: audit 2024-02-10T09:23:55.810649+0000 mon.smithi018 (mon.0) 654 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:23:56.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:56 smithi018 bash[14175]: audit 2024-02-10T09:23:55.811754+0000 mon.smithi018 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:23:56.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:56 smithi018 bash[14175]: audit 2024-02-10T09:23:55.817576+0000 mon.smithi018 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:23:56.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:56 smithi018 bash[14175]: audit 2024-02-10T09:23:55.822533+0000 mon.smithi018 (mon.0) 657 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:23:56.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:56 smithi018 bash[14175]: audit 2024-02-10T09:23:55.835229+0000 mon.smithi018 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:23:56.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:56 smithi018 bash[14175]: audit 2024-02-10T09:23:55.836480+0000 mon.smithi018 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi164.ivutbw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-10T09:23:56.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:56 smithi018 bash[14175]: audit 2024-02-10T09:23:55.839746+0000 mon.smithi018 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi164.ivutbw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-10T09:23:56.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:56 smithi018 bash[14175]: audit 2024-02-10T09:23:55.840787+0000 mon.smithi018 (mon.0) 661 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:23:56.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:56 smithi018 bash[14175]: cephadm 2024-02-10T09:23:55.841757+0000 mgr.smithi018.dxgutx (mgr.14180) 278 : cephadm [INF] Deploying daemon mds.foofs.smithi164.ivutbw on smithi164 2024-02-10T09:23:56.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:56 smithi018 bash[14175]: audit 2024-02-10T09:23:56.474224+0000 mon.smithi018 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:23:57.505 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:23:57.505 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:23:43.448546Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:23:42.664731Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:23:43.449048Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:23:52.751368Z 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.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:23:42.665208Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:23:42.665569Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:23:42.665919Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:23:42.666284Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:23:43.449544Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:23:58.278 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-10T09:23:59.279 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:23:59.547 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:59 smithi018 bash[14175]: cluster 2024-02-10T09:23:57.356901+0000 mgr.smithi018.dxgutx (mgr.14180) 279 : cluster [DBG] pgmap v257: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:59.547 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:59 smithi018 bash[14175]: audit 2024-02-10T09:23:57.493253+0000 mgr.smithi018.dxgutx (mgr.14180) 280 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:23:59.547 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:59 smithi018 bash[14175]: audit 2024-02-10T09:23:58.313595+0000 mon.smithi018 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:23:59.548 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:59 smithi018 bash[14175]: audit 2024-02-10T09:23:58.315807+0000 mon.smithi018 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi018.yzbcby", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-10T09:23:59.548 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:59 smithi018 bash[14175]: audit 2024-02-10T09:23:58.320095+0000 mon.smithi018 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi018.yzbcby", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-10T09:23:59.548 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:59 smithi018 bash[14175]: audit 2024-02-10T09:23:58.321407+0000 mon.smithi018 (mon.0) 666 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:23:59.548 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:23:59 smithi018 bash[14175]: cephadm 2024-02-10T09:23:58.322626+0000 mgr.smithi018.dxgutx (mgr.14180) 281 : cephadm [INF] Deploying daemon mds.foofs.smithi018.yzbcby on smithi018 2024-02-10T09:23:59.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:59 smithi164 bash[18308]: cluster 2024-02-10T09:23:57.356901+0000 mgr.smithi018.dxgutx (mgr.14180) 279 : cluster [DBG] pgmap v257: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:23:59.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:59 smithi164 bash[18308]: audit 2024-02-10T09:23:57.493253+0000 mgr.smithi018.dxgutx (mgr.14180) 280 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:23:59.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:59 smithi164 bash[18308]: audit 2024-02-10T09:23:58.313595+0000 mon.smithi018 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:23:59.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:59 smithi164 bash[18308]: audit 2024-02-10T09:23:58.315807+0000 mon.smithi018 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi018.yzbcby", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-10T09:23:59.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:59 smithi164 bash[18308]: audit 2024-02-10T09:23:58.320095+0000 mon.smithi018 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi018.yzbcby", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-10T09:23:59.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:59 smithi164 bash[18308]: audit 2024-02-10T09:23:58.321407+0000 mon.smithi018 (mon.0) 666 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:23:59.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:23:59 smithi164 bash[18308]: cephadm 2024-02-10T09:23:58.322626+0000 mgr.smithi018.dxgutx (mgr.14180) 281 : cephadm [INF] Deploying daemon mds.foofs.smithi018.yzbcby on smithi018 2024-02-10T09:24:00.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:00 smithi018 bash[14175]: cluster 2024-02-10T09:23:59.321812+0000 mon.smithi018 (mon.0) 667 : cluster [DBG] mds.? [v2:172.21.15.164:6832/413857771,v1:172.21.15.164:6833/413857771] up:boot 2024-02-10T09:24:00.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:00 smithi018 bash[14175]: cluster 2024-02-10T09:23:59.321883+0000 mon.smithi018 (mon.0) 668 : cluster [INF] daemon mds.foofs.smithi164.ivutbw assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-10T09:24:00.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:00 smithi018 bash[14175]: cluster 2024-02-10T09:23:59.321970+0000 mon.smithi018 (mon.0) 669 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-10T09:24:00.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:00 smithi018 bash[14175]: cluster 2024-02-10T09:23:59.321998+0000 mon.smithi018 (mon.0) 670 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-10T09:24:00.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:00 smithi018 bash[14175]: cluster 2024-02-10T09:23:59.322021+0000 mon.smithi018 (mon.0) 671 : cluster [INF] Cluster is now healthy 2024-02-10T09:24:00.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:00 smithi018 bash[14175]: cluster 2024-02-10T09:23:59.322227+0000 mon.smithi018 (mon.0) 672 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-10T09:24:00.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:00 smithi018 bash[14175]: audit 2024-02-10T09:23:59.322418+0000 mon.smithi018 (mon.0) 673 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi164.ivutbw"}]: dispatch 2024-02-10T09:24:00.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:00 smithi018 bash[14175]: cluster 2024-02-10T09:23:59.326542+0000 mon.smithi018 (mon.0) 674 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi164.ivutbw=up:creating} 2024-02-10T09:24:00.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:00 smithi018 bash[14175]: cluster 2024-02-10T09:23:59.345464+0000 mon.smithi018 (mon.0) 675 : cluster [INF] daemon mds.foofs.smithi164.ivutbw is now active in filesystem foofs as rank 0 2024-02-10T09:24:00.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:00 smithi164 bash[18308]: cluster 2024-02-10T09:23:59.321812+0000 mon.smithi018 (mon.0) 667 : cluster [DBG] mds.? [v2:172.21.15.164:6832/413857771,v1:172.21.15.164:6833/413857771] up:boot 2024-02-10T09:24:00.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:00 smithi164 bash[18308]: cluster 2024-02-10T09:23:59.321883+0000 mon.smithi018 (mon.0) 668 : cluster [INF] daemon mds.foofs.smithi164.ivutbw assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-10T09:24:00.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:00 smithi164 bash[18308]: cluster 2024-02-10T09:23:59.321970+0000 mon.smithi018 (mon.0) 669 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-10T09:24:00.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:00 smithi164 bash[18308]: cluster 2024-02-10T09:23:59.321998+0000 mon.smithi018 (mon.0) 670 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-10T09:24:00.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:00 smithi164 bash[18308]: cluster 2024-02-10T09:23:59.322021+0000 mon.smithi018 (mon.0) 671 : cluster [INF] Cluster is now healthy 2024-02-10T09:24:00.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:00 smithi164 bash[18308]: cluster 2024-02-10T09:23:59.322227+0000 mon.smithi018 (mon.0) 672 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-10T09:24:00.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:00 smithi164 bash[18308]: audit 2024-02-10T09:23:59.322418+0000 mon.smithi018 (mon.0) 673 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi164.ivutbw"}]: dispatch 2024-02-10T09:24:00.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:00 smithi164 bash[18308]: cluster 2024-02-10T09:23:59.326542+0000 mon.smithi018 (mon.0) 674 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi164.ivutbw=up:creating} 2024-02-10T09:24:00.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:00 smithi164 bash[18308]: cluster 2024-02-10T09:23:59.345464+0000 mon.smithi018 (mon.0) 675 : cluster [INF] daemon mds.foofs.smithi164.ivutbw is now active in filesystem foofs as rank 0 2024-02-10T09:24:01.586 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:01 smithi018 bash[14175]: cluster 2024-02-10T09:23:59.357751+0000 mgr.smithi018.dxgutx (mgr.14180) 282 : cluster [DBG] pgmap v258: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:24:01.586 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:01 smithi018 bash[14175]: cluster 2024-02-10T09:24:00.334737+0000 mon.smithi018 (mon.0) 676 : cluster [DBG] mds.? [v2:172.21.15.164:6832/413857771,v1:172.21.15.164:6833/413857771] up:active 2024-02-10T09:24:01.586 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:01 smithi018 bash[14175]: cluster 2024-02-10T09:24:00.334789+0000 mon.smithi018 (mon.0) 677 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi164.ivutbw=up:active} 2024-02-10T09:24:01.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:01 smithi164 bash[18308]: cluster 2024-02-10T09:23:59.357751+0000 mgr.smithi018.dxgutx (mgr.14180) 282 : cluster [DBG] pgmap v258: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:24:01.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:01 smithi164 bash[18308]: cluster 2024-02-10T09:24:00.334737+0000 mon.smithi018 (mon.0) 676 : cluster [DBG] mds.? [v2:172.21.15.164:6832/413857771,v1:172.21.15.164:6833/413857771] up:active 2024-02-10T09:24:01.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:01 smithi164 bash[18308]: cluster 2024-02-10T09:24:00.334789+0000 mon.smithi018 (mon.0) 677 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi164.ivutbw=up:active} 2024-02-10T09:24:02.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:02 smithi018 bash[14175]: cluster 2024-02-10T09:24:01.358375+0000 mgr.smithi018.dxgutx (mgr.14180) 283 : cluster [DBG] pgmap v259: 65 pgs: 65 active+clean; 22 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:24:02.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:02 smithi018 bash[14175]: audit 2024-02-10T09:24:01.618736+0000 mon.smithi018 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:02.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:02 smithi018 bash[14175]: audit 2024-02-10T09:24:01.624743+0000 mon.smithi018 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:02.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:02 smithi018 bash[14175]: audit 2024-02-10T09:24:01.647784+0000 mon.smithi018 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-10T09:24:03.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:02 smithi164 bash[18308]: cluster 2024-02-10T09:24:01.358375+0000 mgr.smithi018.dxgutx (mgr.14180) 283 : cluster [DBG] pgmap v259: 65 pgs: 65 active+clean; 22 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-10T09:24:03.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:02 smithi164 bash[18308]: audit 2024-02-10T09:24:01.618736+0000 mon.smithi018 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:03.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:02 smithi164 bash[18308]: audit 2024-02-10T09:24:01.624743+0000 mon.smithi018 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:03.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:02 smithi164 bash[18308]: audit 2024-02-10T09:24:01.647784+0000 mon.smithi018 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-10T09:24:03.719 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:03 smithi018 bash[14175]: audit 2024-02-10T09:24:02.627603+0000 mon.smithi018 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-10T09:24:03.720 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:03 smithi018 bash[14175]: cluster 2024-02-10T09:24:02.627674+0000 mon.smithi018 (mon.0) 682 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-10T09:24:03.720 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:03 smithi018 bash[14175]: audit 2024-02-10T09:24:02.630161+0000 mon.smithi018 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-10T09:24:04.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:03 smithi164 bash[18308]: audit 2024-02-10T09:24:02.627603+0000 mon.smithi018 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-10T09:24:04.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:03 smithi164 bash[18308]: cluster 2024-02-10T09:24:02.627674+0000 mon.smithi018 (mon.0) 682 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-10T09:24:04.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:03 smithi164 bash[18308]: audit 2024-02-10T09:24:02.630161+0000 mon.smithi018 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-10T09:24:04.093 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:24:04.093 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:23:43.448546Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:23:42.664731Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:23:43.449048Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:23:52.751368Z 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.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:23:42.665208Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:23:42.665569Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:23:42.665919Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:23:42.666284Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:23:43.449544Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:24:04.967 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:04 smithi018 bash[14175]: cluster 2024-02-10T09:24:03.358902+0000 mgr.smithi018.dxgutx (mgr.14180) 284 : cluster [DBG] pgmap v261: 97 pgs: 14 creating+peering, 18 unknown, 65 active+clean; 1.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s wr, 9 op/s 2024-02-10T09:24:04.967 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:04 smithi018 bash[14175]: cluster 2024-02-10T09:24:03.638274+0000 mon.smithi018 (mon.0) 684 : cluster [DBG] mds.? [v2:172.21.15.18:6834/152177029,v1:172.21.15.18:6835/152177029] up:boot 2024-02-10T09:24:04.967 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:04 smithi018 bash[14175]: cluster 2024-02-10T09:24:03.638807+0000 mon.smithi018 (mon.0) 685 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi164.ivutbw=up:active} 1 up:standby 2024-02-10T09:24:04.967 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:04 smithi018 bash[14175]: audit 2024-02-10T09:24:03.639101+0000 mon.smithi018 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-10T09:24:04.967 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:04 smithi018 bash[14175]: cluster 2024-02-10T09:24:03.639571+0000 mon.smithi018 (mon.0) 687 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-10T09:24:04.967 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:04 smithi018 bash[14175]: audit 2024-02-10T09:24:03.640236+0000 mon.smithi018 (mon.0) 688 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi018.yzbcby"}]: dispatch 2024-02-10T09:24:04.967 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:04 smithi018 bash[14175]: cluster 2024-02-10T09:24:03.647595+0000 mon.smithi018 (mon.0) 689 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi164.ivutbw=up:active} 1 up:standby 2024-02-10T09:24:04.967 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:04 smithi018 bash[14175]: cephadm 2024-02-10T09:24:03.649374+0000 mgr.smithi018.dxgutx (mgr.14180) 285 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi018.dixrvz 2024-02-10T09:24:04.967 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:04 smithi018 bash[14175]: audit 2024-02-10T09:24:03.651884+0000 mon.smithi018 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi018.dixrvz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-10T09:24:04.967 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:04 smithi018 bash[14175]: audit 2024-02-10T09:24:03.663683+0000 mon.smithi018 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi018.dixrvz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-10T09:24:04.967 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:04 smithi018 bash[14175]: cephadm 2024-02-10T09:24:03.665545+0000 mgr.smithi018.dxgutx (mgr.14180) 286 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-10T09:24:04.968 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:04 smithi018 bash[14175]: audit 2024-02-10T09:24:03.666332+0000 mon.smithi018 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 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-10T09:24:04.968 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:04 smithi018 bash[14175]: audit 2024-02-10T09:24:03.672195+0000 mon.smithi018 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 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-10T09:24:04.968 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:04 smithi018 bash[14175]: audit 2024-02-10T09:24:03.674166+0000 mon.smithi018 (mon.0) 694 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:24:04.968 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:04 smithi018 bash[14175]: audit 2024-02-10T09:24:03.731406+0000 mon.smithi018 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-10T09:24:04.968 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:04 smithi018 bash[14175]: audit 2024-02-10T09:24:03.736630+0000 mon.smithi018 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-10T09:24:04.968 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:04 smithi018 bash[14175]: cephadm 2024-02-10T09:24:03.803727+0000 mgr.smithi018.dxgutx (mgr.14180) 287 : cephadm [INF] Creating rados config object: conf-nfs.foo 2024-02-10T09:24:04.968 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:04 smithi018 bash[14175]: cephadm 2024-02-10T09:24:03.861751+0000 mgr.smithi018.dxgutx (mgr.14180) 288 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi018.dixrvz-rgw 2024-02-10T09:24:04.968 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:04 smithi018 bash[14175]: audit 2024-02-10T09:24:03.862334+0000 mon.smithi018 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi018.dixrvz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T09:24:04.968 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:04 smithi018 bash[14175]: audit 2024-02-10T09:24:03.866359+0000 mon.smithi018 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi018.dixrvz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-10T09:24:04.968 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:04 smithi018 bash[14175]: audit 2024-02-10T09:24:03.873485+0000 mon.smithi018 (mon.0) 699 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:24:04.968 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:04 smithi018 bash[14175]: cephadm 2024-02-10T09:24:03.874743+0000 mgr.smithi018.dxgutx (mgr.14180) 289 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi018.dixrvz on smithi018 2024-02-10T09:24:04.968 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:04 smithi018 bash[14175]: audit 2024-02-10T09:24:04.084808+0000 mgr.smithi018.dxgutx (mgr.14180) 290 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:24:04.968 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:04 smithi018 bash[14175]: audit 2024-02-10T09:24:04.414645+0000 mon.smithi018 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:05.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:04 smithi164 bash[18308]: cluster 2024-02-10T09:24:03.358902+0000 mgr.smithi018.dxgutx (mgr.14180) 284 : cluster [DBG] pgmap v261: 97 pgs: 14 creating+peering, 18 unknown, 65 active+clean; 1.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s wr, 9 op/s 2024-02-10T09:24:05.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:04 smithi164 bash[18308]: cluster 2024-02-10T09:24:03.638274+0000 mon.smithi018 (mon.0) 684 : cluster [DBG] mds.? [v2:172.21.15.18:6834/152177029,v1:172.21.15.18:6835/152177029] up:boot 2024-02-10T09:24:05.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:04 smithi164 bash[18308]: cluster 2024-02-10T09:24:03.638807+0000 mon.smithi018 (mon.0) 685 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi164.ivutbw=up:active} 1 up:standby 2024-02-10T09:24:05.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:04 smithi164 bash[18308]: audit 2024-02-10T09:24:03.639101+0000 mon.smithi018 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-10T09:24:05.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:04 smithi164 bash[18308]: cluster 2024-02-10T09:24:03.639571+0000 mon.smithi018 (mon.0) 687 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-10T09:24:05.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:04 smithi164 bash[18308]: audit 2024-02-10T09:24:03.640236+0000 mon.smithi018 (mon.0) 688 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi018.yzbcby"}]: dispatch 2024-02-10T09:24:05.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:04 smithi164 bash[18308]: cluster 2024-02-10T09:24:03.647595+0000 mon.smithi018 (mon.0) 689 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi164.ivutbw=up:active} 1 up:standby 2024-02-10T09:24:05.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:04 smithi164 bash[18308]: cephadm 2024-02-10T09:24:03.649374+0000 mgr.smithi018.dxgutx (mgr.14180) 285 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi018.dixrvz 2024-02-10T09:24:05.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:04 smithi164 bash[18308]: audit 2024-02-10T09:24:03.651884+0000 mon.smithi018 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi018.dixrvz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-10T09:24:05.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:04 smithi164 bash[18308]: audit 2024-02-10T09:24:03.663683+0000 mon.smithi018 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi018.dixrvz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-10T09:24:05.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:04 smithi164 bash[18308]: cephadm 2024-02-10T09:24:03.665545+0000 mgr.smithi018.dxgutx (mgr.14180) 286 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-10T09:24:05.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:04 smithi164 bash[18308]: audit 2024-02-10T09:24:03.666332+0000 mon.smithi018 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 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-10T09:24:05.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:04 smithi164 bash[18308]: audit 2024-02-10T09:24:03.672195+0000 mon.smithi018 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 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-10T09:24:05.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:04 smithi164 bash[18308]: audit 2024-02-10T09:24:03.674166+0000 mon.smithi018 (mon.0) 694 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:24:05.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:04 smithi164 bash[18308]: audit 2024-02-10T09:24:03.731406+0000 mon.smithi018 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-10T09:24:05.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:04 smithi164 bash[18308]: audit 2024-02-10T09:24:03.736630+0000 mon.smithi018 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-10T09:24:05.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:04 smithi164 bash[18308]: cephadm 2024-02-10T09:24:03.803727+0000 mgr.smithi018.dxgutx (mgr.14180) 287 : cephadm [INF] Creating rados config object: conf-nfs.foo 2024-02-10T09:24:05.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:04 smithi164 bash[18308]: cephadm 2024-02-10T09:24:03.861751+0000 mgr.smithi018.dxgutx (mgr.14180) 288 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi018.dixrvz-rgw 2024-02-10T09:24:05.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:04 smithi164 bash[18308]: audit 2024-02-10T09:24:03.862334+0000 mon.smithi018 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi018.dixrvz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T09:24:05.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:04 smithi164 bash[18308]: audit 2024-02-10T09:24:03.866359+0000 mon.smithi018 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi018.dixrvz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-10T09:24:05.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:04 smithi164 bash[18308]: audit 2024-02-10T09:24:03.873485+0000 mon.smithi018 (mon.0) 699 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:24:05.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:04 smithi164 bash[18308]: cephadm 2024-02-10T09:24:03.874743+0000 mgr.smithi018.dxgutx (mgr.14180) 289 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi018.dixrvz on smithi018 2024-02-10T09:24:05.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:04 smithi164 bash[18308]: audit 2024-02-10T09:24:04.084808+0000 mgr.smithi018.dxgutx (mgr.14180) 290 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:24:05.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:04 smithi164 bash[18308]: audit 2024-02-10T09:24:04.414645+0000 mon.smithi018 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:05.342 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-10T09:24:05.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:05 smithi018 bash[14175]: cluster 2024-02-10T09:24:04.650176+0000 mon.smithi018 (mon.0) 701 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-10T09:24:06.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:05 smithi164 bash[18308]: cluster 2024-02-10T09:24:04.650176+0000 mon.smithi018 (mon.0) 701 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-10T09:24:06.343 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:24:06.840 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:06 smithi018 bash[14175]: cluster 2024-02-10T09:24:05.359653+0000 mgr.smithi018.dxgutx (mgr.14180) 291 : cluster [DBG] pgmap v264: 97 pgs: 14 creating+peering, 6 unknown, 77 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s wr, 10 op/s 2024-02-10T09:24:07.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:06 smithi164 bash[18308]: cluster 2024-02-10T09:24:05.359653+0000 mgr.smithi018.dxgutx (mgr.14180) 291 : cluster [DBG] pgmap v264: 97 pgs: 14 creating+peering, 6 unknown, 77 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s wr, 10 op/s 2024-02-10T09:24:08.385 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:08 smithi018 bash[14175]: audit 2024-02-10T09:24:07.131293+0000 mon.smithi018 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:08.385 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:08 smithi018 bash[14175]: cephadm 2024-02-10T09:24:07.133644+0000 mgr.smithi018.dxgutx (mgr.14180) 292 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi164.eysbvs 2024-02-10T09:24:08.385 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:08 smithi018 bash[14175]: audit 2024-02-10T09:24:07.134157+0000 mon.smithi018 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi164.eysbvs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-10T09:24:08.385 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:08 smithi018 bash[14175]: audit 2024-02-10T09:24:07.138696+0000 mon.smithi018 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi164.eysbvs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-10T09:24:08.385 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:08 smithi018 bash[14175]: cephadm 2024-02-10T09:24:07.139648+0000 mgr.smithi018.dxgutx (mgr.14180) 293 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-10T09:24:08.385 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:08 smithi018 bash[14175]: audit 2024-02-10T09:24:07.139973+0000 mon.smithi018 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 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-10T09:24:08.385 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:08 smithi018 bash[14175]: audit 2024-02-10T09:24:07.143519+0000 mon.smithi018 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 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-10T09:24:08.385 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:08 smithi018 bash[14175]: audit 2024-02-10T09:24:07.145150+0000 mon.smithi018 (mon.0) 707 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:24:08.385 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:08 smithi018 bash[14175]: audit 2024-02-10T09:24:07.203562+0000 mon.smithi018 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-10T09:24:08.386 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:08 smithi018 bash[14175]: audit 2024-02-10T09:24:07.207192+0000 mon.smithi018 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-10T09:24:08.386 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:08 smithi018 bash[14175]: cephadm 2024-02-10T09:24:07.266991+0000 mgr.smithi018.dxgutx (mgr.14180) 294 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-10T09:24:08.386 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:08 smithi018 bash[14175]: cephadm 2024-02-10T09:24:07.267171+0000 mgr.smithi018.dxgutx (mgr.14180) 295 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi164.eysbvs-rgw 2024-02-10T09:24:08.386 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:08 smithi018 bash[14175]: audit 2024-02-10T09:24:07.267744+0000 mon.smithi018 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi164.eysbvs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T09:24:08.386 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:08 smithi018 bash[14175]: audit 2024-02-10T09:24:07.272216+0000 mon.smithi018 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi164.eysbvs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-10T09:24:08.386 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:08 smithi018 bash[14175]: audit 2024-02-10T09:24:07.274195+0000 mon.smithi018 (mon.0) 712 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:24:08.386 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:08 smithi018 bash[14175]: cephadm 2024-02-10T09:24:07.275641+0000 mgr.smithi018.dxgutx (mgr.14180) 296 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi164.eysbvs on smithi164 2024-02-10T09:24:08.408 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:08 smithi164 bash[18308]: audit 2024-02-10T09:24:07.131293+0000 mon.smithi018 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:08.408 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:08 smithi164 bash[18308]: cephadm 2024-02-10T09:24:07.133644+0000 mgr.smithi018.dxgutx (mgr.14180) 292 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi164.eysbvs 2024-02-10T09:24:08.408 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:08 smithi164 bash[18308]: audit 2024-02-10T09:24:07.134157+0000 mon.smithi018 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi164.eysbvs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-10T09:24:08.408 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:08 smithi164 bash[18308]: audit 2024-02-10T09:24:07.138696+0000 mon.smithi018 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi164.eysbvs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-10T09:24:08.408 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:08 smithi164 bash[18308]: cephadm 2024-02-10T09:24:07.139648+0000 mgr.smithi018.dxgutx (mgr.14180) 293 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-10T09:24:08.408 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:08 smithi164 bash[18308]: audit 2024-02-10T09:24:07.139973+0000 mon.smithi018 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 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-10T09:24:08.409 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:08 smithi164 bash[18308]: audit 2024-02-10T09:24:07.143519+0000 mon.smithi018 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 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-10T09:24:08.409 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:08 smithi164 bash[18308]: audit 2024-02-10T09:24:07.145150+0000 mon.smithi018 (mon.0) 707 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:24:08.409 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:08 smithi164 bash[18308]: audit 2024-02-10T09:24:07.203562+0000 mon.smithi018 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-10T09:24:08.409 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:08 smithi164 bash[18308]: audit 2024-02-10T09:24:07.207192+0000 mon.smithi018 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-10T09:24:08.409 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:08 smithi164 bash[18308]: cephadm 2024-02-10T09:24:07.266991+0000 mgr.smithi018.dxgutx (mgr.14180) 294 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-10T09:24:08.409 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:08 smithi164 bash[18308]: cephadm 2024-02-10T09:24:07.267171+0000 mgr.smithi018.dxgutx (mgr.14180) 295 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi164.eysbvs-rgw 2024-02-10T09:24:08.409 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:08 smithi164 bash[18308]: audit 2024-02-10T09:24:07.267744+0000 mon.smithi018 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi164.eysbvs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T09:24:08.409 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:08 smithi164 bash[18308]: audit 2024-02-10T09:24:07.272216+0000 mon.smithi018 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi164.eysbvs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-10T09:24:08.409 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:08 smithi164 bash[18308]: audit 2024-02-10T09:24:07.274195+0000 mon.smithi018 (mon.0) 712 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:24:08.409 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:08 smithi164 bash[18308]: cephadm 2024-02-10T09:24:07.275641+0000 mgr.smithi018.dxgutx (mgr.14180) 296 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi164.eysbvs on smithi164 2024-02-10T09:24:09.460 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:09 smithi164 bash[18308]: cluster 2024-02-10T09:24:07.360795+0000 mgr.smithi018.dxgutx (mgr.14180) 297 : cluster [DBG] pgmap v265: 97 pgs: 14 creating+peering, 4 unknown, 79 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s wr, 7 op/s 2024-02-10T09:24:09.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:09 smithi018 bash[14175]: cluster 2024-02-10T09:24:07.360795+0000 mgr.smithi018.dxgutx (mgr.14180) 297 : cluster [DBG] pgmap v265: 97 pgs: 14 creating+peering, 4 unknown, 79 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s wr, 7 op/s 2024-02-10T09:24:10.724 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:24:10.724 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:23:43.448546Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:23:42.664731Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:23:43.449048Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:23:52.751368Z 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.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:23:42.665208Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:23:42.665569Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:23:42.665919Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:23:42.666284Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:23:43.449544Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:24:10.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:10 smithi164 bash[18308]: cluster 2024-02-10T09:24:09.361571+0000 mgr.smithi018.dxgutx (mgr.14180) 298 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 304 B/s rd, 2.1 KiB/s wr, 6 op/s 2024-02-10T09:24:10.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:10 smithi164 bash[18308]: audit 2024-02-10T09:24:09.724623+0000 mon.smithi018 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:10.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:10 smithi164 bash[18308]: audit 2024-02-10T09:24:09.732147+0000 mon.smithi018 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:10.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:10 smithi164 bash[18308]: cephadm 2024-02-10T09:24:09.750469+0000 mgr.smithi018.dxgutx (mgr.14180) 299 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.avoowl on smithi164 2024-02-10T09:24:11.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:10 smithi018 bash[14175]: cluster 2024-02-10T09:24:09.361571+0000 mgr.smithi018.dxgutx (mgr.14180) 298 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 304 B/s rd, 2.1 KiB/s wr, 6 op/s 2024-02-10T09:24:11.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:10 smithi018 bash[14175]: audit 2024-02-10T09:24:09.724623+0000 mon.smithi018 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:11.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:10 smithi018 bash[14175]: audit 2024-02-10T09:24:09.732147+0000 mon.smithi018 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:11.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:10 smithi018 bash[14175]: cephadm 2024-02-10T09:24:09.750469+0000 mgr.smithi018.dxgutx (mgr.14180) 299 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.avoowl on smithi164 2024-02-10T09:24:11.516 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-10T09:24:11.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:11 smithi018 bash[14175]: audit 2024-02-10T09:24:10.710879+0000 mgr.smithi018.dxgutx (mgr.14180) 300 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:24:11.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:11 smithi018 bash[14175]: audit 2024-02-10T09:24:11.473461+0000 mon.smithi018 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:12.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:11 smithi164 bash[18308]: audit 2024-02-10T09:24:10.710879+0000 mgr.smithi018.dxgutx (mgr.14180) 300 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:24:12.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:11 smithi164 bash[18308]: audit 2024-02-10T09:24:11.473461+0000 mon.smithi018 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:12.518 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:24:12.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:12 smithi018 bash[14175]: cluster 2024-02-10T09:24:11.362156+0000 mgr.smithi018.dxgutx (mgr.14180) 301 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 3 op/s 2024-02-10T09:24:13.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:12 smithi164 bash[18308]: cluster 2024-02-10T09:24:11.362156+0000 mgr.smithi018.dxgutx (mgr.14180) 301 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 3 op/s 2024-02-10T09:24:13.967 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:13 smithi018 bash[14175]: audit 2024-02-10T09:24:13.673368+0000 mon.smithi018 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.avoowl"}]: dispatch 2024-02-10T09:24:14.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:13 smithi164 bash[18308]: audit 2024-02-10T09:24:13.673368+0000 mon.smithi018 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.avoowl"}]: dispatch 2024-02-10T09:24:14.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: cluster 2024-02-10T09:24:13.363125+0000 mgr.smithi018.dxgutx (mgr.14180) 302 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.6 KiB/s rd, 1.8 KiB/s wr, 8 op/s 2024-02-10T09:24:14.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: cephadm 2024-02-10T09:24:13.672598+0000 mgr.smithi018.dxgutx (mgr.14180) 303 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-avoowl 2024-02-10T09:24:14.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:14.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-avoowl 2024-02-10T09:24:14.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.avoowl 2024-02-10T09:24:14.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:14.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.avoowl 2024-02-10T09:24:14.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.avoowl ... 2024-02-10T09:24:14.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:14.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:14.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:14.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:14.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:14.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:24:14.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:24:14.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:24:14.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:24:14.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:24:14.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-avoowl 2024-02-10T09:24:14.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:14.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-avoowl 2024-02-10T09:24:14.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.avoowl 2024-02-10T09:24:14.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:14.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.avoowl 2024-02-10T09:24:14.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.avoowl ... 2024-02-10T09:24:14.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:14.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:14.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:14.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:14.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:14.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: cephadm 2024-02-10T09:24:13.672906+0000 mgr.smithi018.dxgutx (mgr.14180) 304 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.avoowl 2024-02-10T09:24:14.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: cephadm 2024-02-10T09:24:13.674873+0000 mgr.smithi018.dxgutx (mgr.14180) 305 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.avoowl on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-avoowl 2024-02-10T09:24:14.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:14.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-avoowl 2024-02-10T09:24:14.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.avoowl 2024-02-10T09:24:14.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:14.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.avoowl 2024-02-10T09:24:14.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.avoowl ... 2024-02-10T09:24:14.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:14.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:14.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:14.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:14.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:14.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: cephadm 2024-02-10T09:24:13.679024+0000 mgr.smithi018.dxgutx (mgr.14180) 306 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.xxjwks on smithi018 2024-02-10T09:24:14.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:14 smithi018 bash[14175]: audit 2024-02-10T09:24:14.437433+0000 mon.smithi018 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:15.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: cluster 2024-02-10T09:24:13.363125+0000 mgr.smithi018.dxgutx (mgr.14180) 302 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.6 KiB/s rd, 1.8 KiB/s wr, 8 op/s 2024-02-10T09:24:15.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: cephadm 2024-02-10T09:24:13.672598+0000 mgr.smithi018.dxgutx (mgr.14180) 303 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-avoowl 2024-02-10T09:24:15.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:15.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-avoowl 2024-02-10T09:24:15.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.avoowl 2024-02-10T09:24:15.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:15.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.avoowl 2024-02-10T09:24:15.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.avoowl ... 2024-02-10T09:24:15.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:15.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:15.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:15.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:15.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:15.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:24:15.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:24:15.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:24:15.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:24:15.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:24:15.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-avoowl 2024-02-10T09:24:15.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:15.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-avoowl 2024-02-10T09:24:15.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.avoowl 2024-02-10T09:24:15.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:15.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.avoowl 2024-02-10T09:24:15.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.avoowl ... 2024-02-10T09:24:15.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:15.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:15.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:15.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:15.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:15.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: cephadm 2024-02-10T09:24:13.672906+0000 mgr.smithi018.dxgutx (mgr.14180) 304 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.avoowl 2024-02-10T09:24:15.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: cephadm 2024-02-10T09:24:13.674873+0000 mgr.smithi018.dxgutx (mgr.14180) 305 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.avoowl on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-avoowl 2024-02-10T09:24:15.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:15.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-avoowl 2024-02-10T09:24:15.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.avoowl 2024-02-10T09:24:15.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:15.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.avoowl 2024-02-10T09:24:15.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.avoowl ... 2024-02-10T09:24:15.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:15.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:15.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:15.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:15.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:15.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: cephadm 2024-02-10T09:24:13.679024+0000 mgr.smithi018.dxgutx (mgr.14180) 306 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.xxjwks on smithi018 2024-02-10T09:24:15.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:14 smithi164 bash[18308]: audit 2024-02-10T09:24:14.437433+0000 mon.smithi018 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:15.748 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:24:15.748 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:23:43.448546Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:23:42.664731Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:23:43.449048Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:23:52.751368Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-10T09:24:13.674632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.avoowl on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-avoowl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-avoowl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.avoowl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.avoowl\nDeploy daemon haproxy.nfs.foo.smithi164.avoowl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -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.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:23:42.665208Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:23:42.665569Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:23:42.665919Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:23:42.666284Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:23:43.449544Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:24:16.507 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-10T09:24:16.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:16 smithi018 bash[14175]: cluster 2024-02-10T09:24:15.364232+0000 mgr.smithi018.dxgutx (mgr.14180) 307 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 1.7 KiB/s wr, 5 op/s 2024-02-10T09:24:16.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:16 smithi018 bash[14175]: audit 2024-02-10T09:24:15.740136+0000 mgr.smithi018.dxgutx (mgr.14180) 308 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:24:17.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:16 smithi164 bash[18308]: cluster 2024-02-10T09:24:15.364232+0000 mgr.smithi018.dxgutx (mgr.14180) 307 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 1.7 KiB/s wr, 5 op/s 2024-02-10T09:24:17.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:16 smithi164 bash[18308]: audit 2024-02-10T09:24:15.740136+0000 mgr.smithi018.dxgutx (mgr.14180) 308 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:24:17.508 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:24:18.815 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: cluster 2024-02-10T09:24:17.365047+0000 mgr.smithi018.dxgutx (mgr.14180) 309 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-02-10T09:24:18.816 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: cephadm 2024-02-10T09:24:17.549206+0000 mgr.smithi018.dxgutx (mgr.14180) 310 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xxjwks 2024-02-10T09:24:18.816 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:18.816 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xxjwks 2024-02-10T09:24:18.816 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xxjwks 2024-02-10T09:24:18.816 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:18.816 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xxjwks 2024-02-10T09:24:18.816 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.xxjwks ... 2024-02-10T09:24:18.816 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:18.816 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:18.816 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:18.816 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:18.816 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:18.817 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:24:18.817 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:24:18.817 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:24:18.817 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:24:18.817 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:24:18.817 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xxjwks 2024-02-10T09:24:18.817 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:18.817 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xxjwks 2024-02-10T09:24:18.817 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xxjwks 2024-02-10T09:24:18.817 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:18.817 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xxjwks 2024-02-10T09:24:18.817 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.xxjwks ... 2024-02-10T09:24:18.818 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:18.818 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:18.818 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:18.818 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:18.818 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:18.818 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: cephadm 2024-02-10T09:24:17.549745+0000 mgr.smithi018.dxgutx (mgr.14180) 311 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.xxjwks 2024-02-10T09:24:18.818 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: audit 2024-02-10T09:24:17.550494+0000 mon.smithi018 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.xxjwks"}]: dispatch 2024-02-10T09:24:18.818 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: cephadm 2024-02-10T09:24:17.551863+0000 mgr.smithi018.dxgutx (mgr.14180) 312 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.xxjwks on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xxjwks 2024-02-10T09:24:18.818 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:18.818 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xxjwks 2024-02-10T09:24:18.819 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xxjwks 2024-02-10T09:24:18.819 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:18.819 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xxjwks 2024-02-10T09:24:18.819 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.xxjwks ... 2024-02-10T09:24:18.819 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:18.819 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:18.819 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:18.819 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:18.819 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:18.819 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: audit 2024-02-10T09:24:17.558671+0000 mon.smithi018 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:18.819 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: cephadm 2024-02-10T09:24:17.559294+0000 mgr.smithi018.dxgutx (mgr.14180) 313 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.osgpba on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:24:18.819 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: cephadm 2024-02-10T09:24:17.562037+0000 mgr.smithi018.dxgutx (mgr.14180) 314 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.xovcua on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:24:18.819 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: cluster 2024-02-10T09:24:17.563130+0000 mgr.smithi018.dxgutx (mgr.14180) 315 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.8 KiB/s wr, 5 op/s 2024-02-10T09:24:18.819 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: audit 2024-02-10T09:24:17.564172+0000 mon.smithi018 (mon.0) 720 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:24:18.820 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:18 smithi018 bash[14175]: cluster 2024-02-10T09:24:17.750989+0000 mon.smithi018 (mon.0) 721 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:24:18.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: cluster 2024-02-10T09:24:17.365047+0000 mgr.smithi018.dxgutx (mgr.14180) 309 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-02-10T09:24:18.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: cephadm 2024-02-10T09:24:17.549206+0000 mgr.smithi018.dxgutx (mgr.14180) 310 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xxjwks 2024-02-10T09:24:18.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:18.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xxjwks 2024-02-10T09:24:18.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xxjwks 2024-02-10T09:24:18.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:18.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xxjwks 2024-02-10T09:24:18.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.xxjwks ... 2024-02-10T09:24:18.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:18.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:18.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:18.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:18.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:18.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:24:18.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:24:18.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:24:18.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:24:18.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:24:18.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xxjwks 2024-02-10T09:24:18.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:18.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xxjwks 2024-02-10T09:24:18.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xxjwks 2024-02-10T09:24:18.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:18.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xxjwks 2024-02-10T09:24:18.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.xxjwks ... 2024-02-10T09:24:18.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:18.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:18.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:18.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:18.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:18.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: cephadm 2024-02-10T09:24:17.549745+0000 mgr.smithi018.dxgutx (mgr.14180) 311 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.xxjwks 2024-02-10T09:24:18.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: audit 2024-02-10T09:24:17.550494+0000 mon.smithi018 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.xxjwks"}]: dispatch 2024-02-10T09:24:18.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: cephadm 2024-02-10T09:24:17.551863+0000 mgr.smithi018.dxgutx (mgr.14180) 312 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.xxjwks on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xxjwks 2024-02-10T09:24:18.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:18.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xxjwks 2024-02-10T09:24:18.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xxjwks 2024-02-10T09:24:18.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:18.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xxjwks 2024-02-10T09:24:18.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.xxjwks ... 2024-02-10T09:24:18.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:18.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:18.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:18.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:18.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:18.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: audit 2024-02-10T09:24:17.558671+0000 mon.smithi018 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:18.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: cephadm 2024-02-10T09:24:17.559294+0000 mgr.smithi018.dxgutx (mgr.14180) 313 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.osgpba on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:24:18.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: cephadm 2024-02-10T09:24:17.562037+0000 mgr.smithi018.dxgutx (mgr.14180) 314 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.xovcua on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:24:18.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: cluster 2024-02-10T09:24:17.563130+0000 mgr.smithi018.dxgutx (mgr.14180) 315 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.8 KiB/s wr, 5 op/s 2024-02-10T09:24:18.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: audit 2024-02-10T09:24:17.564172+0000 mon.smithi018 (mon.0) 720 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:24:18.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:18 smithi164 bash[18308]: cluster 2024-02-10T09:24:17.750989+0000 mon.smithi018 (mon.0) 721 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:24:20.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:20 smithi018 bash[14175]: audit 2024-02-10T09:24:19.447556+0000 mon.smithi018 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:20.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:20 smithi018 bash[14175]: cluster 2024-02-10T09:24:19.564473+0000 mgr.smithi018.dxgutx (mgr.14180) 316 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-02-10T09:24:20.812 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:24:20.812 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:23:43.448546Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:23:42.664731Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:23:43.449048Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:23:52.751368Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-10T09:24:13.674632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.avoowl on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-avoowl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-avoowl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.avoowl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.avoowl\nDeploy daemon haproxy.nfs.foo.smithi164.avoowl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:17.551730Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.xxjwks on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xxjwks\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xxjwks\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xxjwks\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xxjwks\nDeploy daemon haproxy.nfs.foo.smithi018.xxjwks ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:17.559081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.osgpba on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:17.561894Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xovcua on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:23:42.665208Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:23:42.665569Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:23:42.665919Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:23:42.666284Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:23:43.449544Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:24:20.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:20 smithi164 bash[18308]: audit 2024-02-10T09:24:19.447556+0000 mon.smithi018 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:20.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:20 smithi164 bash[18308]: cluster 2024-02-10T09:24:19.564473+0000 mgr.smithi018.dxgutx (mgr.14180) 316 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-02-10T09:24:21.549 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-10T09:24:21.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:21 smithi018 bash[14175]: audit 2024-02-10T09:24:20.803272+0000 mgr.smithi018.dxgutx (mgr.14180) 317 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:24:21.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:21 smithi164 bash[18308]: audit 2024-02-10T09:24:20.803272+0000 mgr.smithi018.dxgutx (mgr.14180) 317 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:24:22.549 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:24:22.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:22 smithi018 bash[14175]: cluster 2024-02-10T09:24:21.565486+0000 mgr.smithi018.dxgutx (mgr.14180) 318 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-02-10T09:24:22.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:22 smithi164 bash[18308]: cluster 2024-02-10T09:24:21.565486+0000 mgr.smithi018.dxgutx (mgr.14180) 318 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-02-10T09:24:24.451 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:24 smithi018 bash[14175]: audit 2024-02-10T09:24:23.181523+0000 mon.smithi018 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:24.452 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:24 smithi018 bash[14175]: audit 2024-02-10T09:24:23.689322+0000 mon.smithi018 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:24.452 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:24 smithi018 bash[14175]: audit 2024-02-10T09:24:23.691091+0000 mon.smithi018 (mon.0) 725 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:24:24.452 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:24 smithi018 bash[14175]: audit 2024-02-10T09:24:23.692388+0000 mon.smithi018 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:24:24.452 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:24 smithi018 bash[14175]: audit 2024-02-10T09:24:23.698682+0000 mon.smithi018 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:24.452 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:24 smithi018 bash[14175]: audit 2024-02-10T09:24:23.706162+0000 mon.smithi018 (mon.0) 728 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:24:24.452 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:24 smithi018 bash[14175]: audit 2024-02-10T09:24:23.719523+0000 mon.smithi018 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:24.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:24 smithi164 bash[18308]: audit 2024-02-10T09:24:23.181523+0000 mon.smithi018 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:24.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:24 smithi164 bash[18308]: audit 2024-02-10T09:24:23.689322+0000 mon.smithi018 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:24.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:24 smithi164 bash[18308]: audit 2024-02-10T09:24:23.691091+0000 mon.smithi018 (mon.0) 725 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:24:24.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:24 smithi164 bash[18308]: audit 2024-02-10T09:24:23.692388+0000 mon.smithi018 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:24:24.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:24 smithi164 bash[18308]: audit 2024-02-10T09:24:23.698682+0000 mon.smithi018 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:24.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:24 smithi164 bash[18308]: audit 2024-02-10T09:24:23.706162+0000 mon.smithi018 (mon.0) 728 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:24:24.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:24 smithi164 bash[18308]: audit 2024-02-10T09:24:23.719523+0000 mon.smithi018 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:25.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:25 smithi018 bash[14175]: cluster 2024-02-10T09:24:23.566713+0000 mgr.smithi018.dxgutx (mgr.14180) 319 : cluster [DBG] pgmap v274: 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-10T09:24:25.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:25 smithi018 bash[14175]: cluster 2024-02-10T09:24:23.699226+0000 mgr.smithi018.dxgutx (mgr.14180) 320 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 245 B/s rd, 0 op/s 2024-02-10T09:24:25.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:25 smithi018 bash[14175]: cephadm 2024-02-10T09:24:23.724224+0000 mgr.smithi018.dxgutx (mgr.14180) 321 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.gafusa on smithi164 2024-02-10T09:24:25.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:25 smithi018 bash[14175]: cluster 2024-02-10T09:24:24.177686+0000 mon.smithi018 (mon.0) 730 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:24:25.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:25 smithi018 bash[14175]: cluster 2024-02-10T09:24:24.177740+0000 mon.smithi018 (mon.0) 731 : cluster [INF] Cluster is now healthy 2024-02-10T09:24:25.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:25 smithi164 bash[18308]: cluster 2024-02-10T09:24:23.566713+0000 mgr.smithi018.dxgutx (mgr.14180) 319 : cluster [DBG] pgmap v274: 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-10T09:24:25.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:25 smithi164 bash[18308]: cluster 2024-02-10T09:24:23.699226+0000 mgr.smithi018.dxgutx (mgr.14180) 320 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 245 B/s rd, 0 op/s 2024-02-10T09:24:25.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:25 smithi164 bash[18308]: cephadm 2024-02-10T09:24:23.724224+0000 mgr.smithi018.dxgutx (mgr.14180) 321 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.gafusa on smithi164 2024-02-10T09:24:25.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:25 smithi164 bash[18308]: cluster 2024-02-10T09:24:24.177686+0000 mon.smithi018 (mon.0) 730 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:24:25.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:25 smithi164 bash[18308]: cluster 2024-02-10T09:24:24.177740+0000 mon.smithi018 (mon.0) 731 : cluster [INF] Cluster is now healthy 2024-02-10T09:24:25.720 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:24:25.721 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:24:23.676720Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:24:23.170662Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:24:23.677161Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:23:52.751368Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-10T09:24:13.674632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.avoowl on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-avoowl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-avoowl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.avoowl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.avoowl\nDeploy daemon haproxy.nfs.foo.smithi164.avoowl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:17.551730Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.xxjwks on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xxjwks\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xxjwks\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xxjwks\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xxjwks\nDeploy daemon haproxy.nfs.foo.smithi018.xxjwks ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:17.559081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.osgpba on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:17.561894Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xovcua on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:24:23.171701Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:24:23.170874Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:24:23.171031Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:24:23.171814Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:24:23.171150Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:24:23.171261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:24:23.677592Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:24:26.449 INFO:tasks.cephadm:nfs.foo has 2/2 2024-02-10T09:24:26.450 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-10T09:24:26.461 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-02-10T09:24:26.461 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:24:27.419 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:27 smithi164 bash[18308]: cluster 2024-02-10T09:24:25.700072+0000 mgr.smithi018.dxgutx (mgr.14180) 322 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 245 B/s rd, 0 op/s 2024-02-10T09:24:27.419 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:27 smithi164 bash[18308]: audit 2024-02-10T09:24:25.707395+0000 mgr.smithi018.dxgutx (mgr.14180) 323 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:24:27.475 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:27 smithi018 bash[14175]: cluster 2024-02-10T09:24:25.700072+0000 mgr.smithi018.dxgutx (mgr.14180) 322 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 245 B/s rd, 0 op/s 2024-02-10T09:24:27.475 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:27 smithi018 bash[14175]: audit 2024-02-10T09:24:25.707395+0000 mgr.smithi018.dxgutx (mgr.14180) 323 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:24:28.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:28 smithi018 bash[14175]: audit 2024-02-10T09:24:27.490476+0000 mon.smithi018 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.gafusa"}]: dispatch 2024-02-10T09:24:28.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:28 smithi164 bash[18308]: audit 2024-02-10T09:24:27.490476+0000 mon.smithi018 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.gafusa"}]: dispatch 2024-02-10T09:24:29.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: cephadm 2024-02-10T09:24:27.489268+0000 mgr.smithi018.dxgutx (mgr.14180) 324 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gafusa 2024-02-10T09:24:29.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:29.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gafusa 2024-02-10T09:24:29.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gafusa 2024-02-10T09:24:29.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:29.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gafusa 2024-02-10T09:24:29.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.gafusa ... 2024-02-10T09:24:29.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:29.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:29.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:29.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:29.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:29.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:24:29.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:24:29.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:24:29.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:24:29.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:24:29.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gafusa 2024-02-10T09:24:29.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:29.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gafusa 2024-02-10T09:24:29.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gafusa 2024-02-10T09:24:29.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:29.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gafusa 2024-02-10T09:24:29.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.gafusa ... 2024-02-10T09:24:29.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:29.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:29.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:29.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:29.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:29.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: cephadm 2024-02-10T09:24:27.489712+0000 mgr.smithi018.dxgutx (mgr.14180) 325 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.gafusa 2024-02-10T09:24:29.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: cephadm 2024-02-10T09:24:27.492845+0000 mgr.smithi018.dxgutx (mgr.14180) 326 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.gafusa on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gafusa 2024-02-10T09:24:29.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:29.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gafusa 2024-02-10T09:24:29.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gafusa 2024-02-10T09:24:29.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:29.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gafusa 2024-02-10T09:24:29.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.gafusa ... 2024-02-10T09:24:29.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:29.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:29.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:29.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:29.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:29.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: cephadm 2024-02-10T09:24:27.496297+0000 mgr.smithi018.dxgutx (mgr.14180) 327 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.rbbntl on smithi018 2024-02-10T09:24:29.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:29 smithi018 bash[14175]: cluster 2024-02-10T09:24:27.700985+0000 mgr.smithi018.dxgutx (mgr.14180) 328 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-02-10T09:24:29.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: cephadm 2024-02-10T09:24:27.489268+0000 mgr.smithi018.dxgutx (mgr.14180) 324 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gafusa 2024-02-10T09:24:29.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:29.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gafusa 2024-02-10T09:24:29.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gafusa 2024-02-10T09:24:29.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:29.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gafusa 2024-02-10T09:24:29.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.gafusa ... 2024-02-10T09:24:29.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:29.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:29.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:29.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:29.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:29.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:24:29.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:24:29.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:24:29.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:24:29.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:24:29.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gafusa 2024-02-10T09:24:29.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:29.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gafusa 2024-02-10T09:24:29.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gafusa 2024-02-10T09:24:29.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:29.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gafusa 2024-02-10T09:24:29.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.gafusa ... 2024-02-10T09:24:29.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:29.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:29.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:29.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:29.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:29.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: cephadm 2024-02-10T09:24:27.489712+0000 mgr.smithi018.dxgutx (mgr.14180) 325 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.gafusa 2024-02-10T09:24:29.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: cephadm 2024-02-10T09:24:27.492845+0000 mgr.smithi018.dxgutx (mgr.14180) 326 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.gafusa on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gafusa 2024-02-10T09:24:29.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:29.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gafusa 2024-02-10T09:24:29.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gafusa 2024-02-10T09:24:29.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:29.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gafusa 2024-02-10T09:24:29.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.gafusa ... 2024-02-10T09:24:29.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:29.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:29.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:29.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:29.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:29.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: cephadm 2024-02-10T09:24:27.496297+0000 mgr.smithi018.dxgutx (mgr.14180) 327 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.rbbntl on smithi018 2024-02-10T09:24:29.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:29 smithi164 bash[18308]: cluster 2024-02-10T09:24:27.700985+0000 mgr.smithi018.dxgutx (mgr.14180) 328 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-02-10T09:24:29.759 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:24:29.759 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:24:23.676720Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:24:23.170662Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:24:23.677161Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:13.674632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.avoowl on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-avoowl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-avoowl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.avoowl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.avoowl\nDeploy daemon haproxy.nfs.foo.smithi164.avoowl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:17.551730Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.xxjwks on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xxjwks\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xxjwks\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xxjwks\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xxjwks\nDeploy daemon haproxy.nfs.foo.smithi018.xxjwks ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:17.559081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.osgpba on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:17.561894Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xovcua on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:27.492680Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gafusa on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gafusa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gafusa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gafusa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gafusa\nDeploy daemon haproxy.nfs.foo.smithi164.gafusa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -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.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:24:23.171701Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:24:23.170874Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:24:23.171031Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:24:23.171814Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:24:23.171150Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:24:23.171261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:24:23.677592Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:24:30.495 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:24:31.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:31 smithi018 bash[14175]: cluster 2024-02-10T09:24:29.702225+0000 mgr.smithi018.dxgutx (mgr.14180) 329 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-02-10T09:24:31.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:31 smithi018 bash[14175]: audit 2024-02-10T09:24:29.743725+0000 mgr.smithi018.dxgutx (mgr.14180) 330 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:24:31.496 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:24:31.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:31 smithi164 bash[18308]: cluster 2024-02-10T09:24:29.702225+0000 mgr.smithi018.dxgutx (mgr.14180) 329 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-02-10T09:24:31.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:31 smithi164 bash[18308]: audit 2024-02-10T09:24:29.743725+0000 mgr.smithi018.dxgutx (mgr.14180) 330 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:24:32.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: cephadm 2024-02-10T09:24:31.287688+0000 mgr.smithi018.dxgutx (mgr.14180) 331 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-rbbntl 2024-02-10T09:24:32.501 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:32.501 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-rbbntl 2024-02-10T09:24:32.502 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.rbbntl 2024-02-10T09:24:32.502 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:32.502 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.rbbntl 2024-02-10T09:24:32.502 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.rbbntl ... 2024-02-10T09:24:32.502 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:32.502 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:32.502 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:32.502 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:32.502 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:32.502 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:24:32.502 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:24:32.502 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:24:32.502 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:24:32.502 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:24:32.503 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-rbbntl 2024-02-10T09:24:32.503 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:32.503 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-rbbntl 2024-02-10T09:24:32.503 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.rbbntl 2024-02-10T09:24:32.503 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:32.503 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.rbbntl 2024-02-10T09:24:32.503 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.rbbntl ... 2024-02-10T09:24:32.503 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:32.504 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:32.504 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:32.504 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:32.504 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:32.504 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: cephadm 2024-02-10T09:24:31.288165+0000 mgr.smithi018.dxgutx (mgr.14180) 332 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.rbbntl 2024-02-10T09:24:32.504 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: audit 2024-02-10T09:24:31.288929+0000 mon.smithi018 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.rbbntl"}]: dispatch 2024-02-10T09:24:32.504 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: cephadm 2024-02-10T09:24:31.290109+0000 mgr.smithi018.dxgutx (mgr.14180) 333 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.rbbntl on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-rbbntl 2024-02-10T09:24:32.504 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:32.504 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-rbbntl 2024-02-10T09:24:32.504 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.rbbntl 2024-02-10T09:24:32.504 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:32.504 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.rbbntl 2024-02-10T09:24:32.505 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.rbbntl ... 2024-02-10T09:24:32.505 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:32.505 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:32.505 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:32.505 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:32.505 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:32.505 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: cephadm 2024-02-10T09:24:31.293424+0000 mgr.smithi018.dxgutx (mgr.14180) 334 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.hkomer on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:24:32.505 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: cephadm 2024-02-10T09:24:31.296426+0000 mgr.smithi018.dxgutx (mgr.14180) 335 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.nzzpka on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:24:32.505 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: cluster 2024-02-10T09:24:31.297814+0000 mgr.smithi018.dxgutx (mgr.14180) 336 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 210 B/s rd, 0 op/s 2024-02-10T09:24:32.505 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:32 smithi018 bash[14175]: audit 2024-02-10T09:24:31.300508+0000 mon.smithi018 (mon.0) 734 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:24:32.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: cephadm 2024-02-10T09:24:31.287688+0000 mgr.smithi018.dxgutx (mgr.14180) 331 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-rbbntl 2024-02-10T09:24:32.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:32.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-rbbntl 2024-02-10T09:24:32.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.rbbntl 2024-02-10T09:24:32.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:32.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.rbbntl 2024-02-10T09:24:32.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.rbbntl ... 2024-02-10T09:24:32.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:32.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:32.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:32.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:32.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:32.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:24:32.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:24:32.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:24:32.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:24:32.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:24:32.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-rbbntl 2024-02-10T09:24:32.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:32.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-rbbntl 2024-02-10T09:24:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.rbbntl 2024-02-10T09:24:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.rbbntl 2024-02-10T09:24:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.rbbntl ... 2024-02-10T09:24:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: cephadm 2024-02-10T09:24:31.288165+0000 mgr.smithi018.dxgutx (mgr.14180) 332 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.rbbntl 2024-02-10T09:24:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: audit 2024-02-10T09:24:31.288929+0000 mon.smithi018 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.rbbntl"}]: dispatch 2024-02-10T09:24:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: cephadm 2024-02-10T09:24:31.290109+0000 mgr.smithi018.dxgutx (mgr.14180) 333 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.rbbntl on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-rbbntl 2024-02-10T09:24:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-rbbntl 2024-02-10T09:24:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.rbbntl 2024-02-10T09:24:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.rbbntl 2024-02-10T09:24:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.rbbntl ... 2024-02-10T09:24:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:32.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: cephadm 2024-02-10T09:24:31.293424+0000 mgr.smithi018.dxgutx (mgr.14180) 334 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.hkomer on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:24:32.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: cephadm 2024-02-10T09:24:31.296426+0000 mgr.smithi018.dxgutx (mgr.14180) 335 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.nzzpka on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:24:32.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: cluster 2024-02-10T09:24:31.297814+0000 mgr.smithi018.dxgutx (mgr.14180) 336 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 210 B/s rd, 0 op/s 2024-02-10T09:24:32.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:32 smithi164 bash[18308]: audit 2024-02-10T09:24:31.300508+0000 mon.smithi018 (mon.0) 734 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:24:33.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:33 smithi018 bash[14175]: cluster 2024-02-10T09:24:32.205839+0000 mon.smithi018 (mon.0) 735 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:24:33.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:33 smithi164 bash[18308]: cluster 2024-02-10T09:24:32.205839+0000 mon.smithi018 (mon.0) 735 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:24:34.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:34 smithi018 bash[14175]: cluster 2024-02-10T09:24:33.299328+0000 mgr.smithi018.dxgutx (mgr.14180) 337 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 210 B/s rd, 0 op/s 2024-02-10T09:24:34.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:34 smithi164 bash[18308]: cluster 2024-02-10T09:24:33.299328+0000 mgr.smithi018.dxgutx (mgr.14180) 337 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 210 B/s rd, 0 op/s 2024-02-10T09:24:34.760 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:24:34.760 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:24:23.676720Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:24:23.170662Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:24:23.677161Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:17.561894Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xovcua on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:27.492680Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gafusa on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gafusa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gafusa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gafusa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gafusa\nDeploy daemon haproxy.nfs.foo.smithi164.gafusa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:31.289946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.rbbntl on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-rbbntl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-rbbntl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.rbbntl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.rbbntl\nDeploy daemon haproxy.nfs.foo.smithi018.rbbntl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:31.293268Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.hkomer on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:31.296257Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nzzpka on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:24:23.171701Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:24:23.170874Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:24:23.171031Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:24:23.171814Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:24:23.171150Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:24:23.171261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:24:23.677592Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:24:35.547 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:24:35.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:35 smithi018 bash[14175]: audit 2024-02-10T09:24:34.462049+0000 mon.smithi018 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:35.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:35 smithi018 bash[14175]: audit 2024-02-10T09:24:34.749011+0000 mgr.smithi018.dxgutx (mgr.14180) 338 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:24:35.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:35 smithi018 bash[14175]: cluster 2024-02-10T09:24:35.300108+0000 mgr.smithi018.dxgutx (mgr.14180) 339 : cluster [DBG] pgmap v281: 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-10T09:24:35.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:35 smithi164 bash[18308]: audit 2024-02-10T09:24:34.462049+0000 mon.smithi018 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:35.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:35 smithi164 bash[18308]: audit 2024-02-10T09:24:34.749011+0000 mgr.smithi018.dxgutx (mgr.14180) 338 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:24:35.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:35 smithi164 bash[18308]: cluster 2024-02-10T09:24:35.300108+0000 mgr.smithi018.dxgutx (mgr.14180) 339 : cluster [DBG] pgmap v281: 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-10T09:24:36.547 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:24:38.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:37 smithi018 bash[14175]: audit 2024-02-10T09:24:36.952455+0000 mon.smithi018 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:38.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:37 smithi018 bash[14175]: cluster 2024-02-10T09:24:37.300708+0000 mgr.smithi018.dxgutx (mgr.14180) 340 : cluster [DBG] pgmap v282: 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-10T09:24:38.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:37 smithi018 bash[14175]: audit 2024-02-10T09:24:37.383084+0000 mon.smithi018 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:38.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:37 smithi018 bash[14175]: audit 2024-02-10T09:24:37.385061+0000 mon.smithi018 (mon.0) 739 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:24:38.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:37 smithi018 bash[14175]: audit 2024-02-10T09:24:37.386281+0000 mon.smithi018 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:24:38.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:37 smithi018 bash[14175]: audit 2024-02-10T09:24:37.391853+0000 mon.smithi018 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:38.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:37 smithi018 bash[14175]: audit 2024-02-10T09:24:37.397772+0000 mon.smithi018 (mon.0) 742 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:24:38.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:37 smithi018 bash[14175]: audit 2024-02-10T09:24:37.411186+0000 mon.smithi018 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:38.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:37 smithi164 bash[18308]: audit 2024-02-10T09:24:36.952455+0000 mon.smithi018 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:38.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:37 smithi164 bash[18308]: cluster 2024-02-10T09:24:37.300708+0000 mgr.smithi018.dxgutx (mgr.14180) 340 : cluster [DBG] pgmap v282: 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-10T09:24:38.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:37 smithi164 bash[18308]: audit 2024-02-10T09:24:37.383084+0000 mon.smithi018 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:38.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:37 smithi164 bash[18308]: audit 2024-02-10T09:24:37.385061+0000 mon.smithi018 (mon.0) 739 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:24:38.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:37 smithi164 bash[18308]: audit 2024-02-10T09:24:37.386281+0000 mon.smithi018 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:24:38.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:37 smithi164 bash[18308]: audit 2024-02-10T09:24:37.391853+0000 mon.smithi018 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:38.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:37 smithi164 bash[18308]: audit 2024-02-10T09:24:37.397772+0000 mon.smithi018 (mon.0) 742 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:24:38.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:37 smithi164 bash[18308]: audit 2024-02-10T09:24:37.411186+0000 mon.smithi018 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:39.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:38 smithi018 bash[14175]: cluster 2024-02-10T09:24:37.392652+0000 mgr.smithi018.dxgutx (mgr.14180) 341 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 211 B/s rd, 0 op/s 2024-02-10T09:24:39.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:38 smithi018 bash[14175]: cephadm 2024-02-10T09:24:37.416465+0000 mgr.smithi018.dxgutx (mgr.14180) 342 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.nbbrra on smithi164 2024-02-10T09:24:39.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:38 smithi018 bash[14175]: cluster 2024-02-10T09:24:37.950095+0000 mon.smithi018 (mon.0) 744 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:24:39.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:38 smithi018 bash[14175]: cluster 2024-02-10T09:24:37.950149+0000 mon.smithi018 (mon.0) 745 : cluster [INF] Cluster is now healthy 2024-02-10T09:24:39.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:38 smithi164 bash[18308]: cluster 2024-02-10T09:24:37.392652+0000 mgr.smithi018.dxgutx (mgr.14180) 341 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 211 B/s rd, 0 op/s 2024-02-10T09:24:39.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:38 smithi164 bash[18308]: cephadm 2024-02-10T09:24:37.416465+0000 mgr.smithi018.dxgutx (mgr.14180) 342 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.nbbrra on smithi164 2024-02-10T09:24:39.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:38 smithi164 bash[18308]: cluster 2024-02-10T09:24:37.950095+0000 mon.smithi018 (mon.0) 744 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:24:39.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:38 smithi164 bash[18308]: cluster 2024-02-10T09:24:37.950149+0000 mon.smithi018 (mon.0) 745 : cluster [INF] Cluster is now healthy 2024-02-10T09:24:39.822 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:24:39.822 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:24:37.370698Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:24:36.941193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:24:37.370934Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:17.561894Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xovcua on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:27.492680Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gafusa on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gafusa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gafusa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gafusa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gafusa\nDeploy daemon haproxy.nfs.foo.smithi164.gafusa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:31.289946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.rbbntl on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-rbbntl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-rbbntl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.rbbntl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.rbbntl\nDeploy daemon haproxy.nfs.foo.smithi018.rbbntl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:31.293268Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.hkomer on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:31.296257Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nzzpka on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:24:36.942767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:24:36.941465Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:24:36.941650Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:24:36.942934Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:24:36.941837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:24:36.942012Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:24:37.371150Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:24:40.629 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:24:41.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:40 smithi164 bash[18308]: cluster 2024-02-10T09:24:39.393519+0000 mgr.smithi018.dxgutx (mgr.14180) 343 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 211 B/s rd, 0 op/s 2024-02-10T09:24:41.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:40 smithi164 bash[18308]: audit 2024-02-10T09:24:39.809050+0000 mgr.smithi018.dxgutx (mgr.14180) 344 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:24:41.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:40 smithi018 bash[14175]: cluster 2024-02-10T09:24:39.393519+0000 mgr.smithi018.dxgutx (mgr.14180) 343 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 211 B/s rd, 0 op/s 2024-02-10T09:24:41.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:40 smithi018 bash[14175]: audit 2024-02-10T09:24:39.809050+0000 mgr.smithi018.dxgutx (mgr.14180) 344 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:24:41.630 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:24:42.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: cephadm 2024-02-10T09:24:41.155257+0000 mgr.smithi018.dxgutx (mgr.14180) 345 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra 2024-02-10T09:24:42.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:42.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra 2024-02-10T09:24:42.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra 2024-02-10T09:24:42.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:42.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra 2024-02-10T09:24:42.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.nbbrra ... 2024-02-10T09:24:42.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:42.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:42.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:42.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:42.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:42.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:24:42.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:24:42.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:24:42.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:24:42.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:24:42.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra 2024-02-10T09:24:42.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:42.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra 2024-02-10T09:24:42.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra 2024-02-10T09:24:42.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:42.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra 2024-02-10T09:24:42.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.nbbrra ... 2024-02-10T09:24:42.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:42.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:42.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:42.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:42.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:42.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: cephadm 2024-02-10T09:24:41.155932+0000 mgr.smithi018.dxgutx (mgr.14180) 346 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.nbbrra 2024-02-10T09:24:42.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: audit 2024-02-10T09:24:41.156627+0000 mon.smithi018 (mon.0) 746 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.nbbrra"}]: dispatch 2024-02-10T09:24:42.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: cephadm 2024-02-10T09:24:41.158427+0000 mgr.smithi018.dxgutx (mgr.14180) 347 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.nbbrra on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra 2024-02-10T09:24:42.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:42.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra 2024-02-10T09:24:42.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra 2024-02-10T09:24:42.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:42.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra 2024-02-10T09:24:42.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.nbbrra ... 2024-02-10T09:24:42.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:42.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:42.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:42.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:42.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:42.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:41 smithi018 bash[14175]: cephadm 2024-02-10T09:24:41.163093+0000 mgr.smithi018.dxgutx (mgr.14180) 348 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.bvddzi on smithi018 2024-02-10T09:24:42.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: cephadm 2024-02-10T09:24:41.155257+0000 mgr.smithi018.dxgutx (mgr.14180) 345 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra 2024-02-10T09:24:42.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:42.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra 2024-02-10T09:24:42.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra 2024-02-10T09:24:42.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:42.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra 2024-02-10T09:24:42.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.nbbrra ... 2024-02-10T09:24:42.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:42.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:42.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:42.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:42.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:42.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:24:42.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:24:42.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:24:42.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:24:42.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:24:42.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra 2024-02-10T09:24:42.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:42.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra 2024-02-10T09:24:42.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra 2024-02-10T09:24:42.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:42.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra 2024-02-10T09:24:42.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.nbbrra ... 2024-02-10T09:24:42.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:42.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:42.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:42.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:42.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:42.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: cephadm 2024-02-10T09:24:41.155932+0000 mgr.smithi018.dxgutx (mgr.14180) 346 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.nbbrra 2024-02-10T09:24:42.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: audit 2024-02-10T09:24:41.156627+0000 mon.smithi018 (mon.0) 746 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.nbbrra"}]: dispatch 2024-02-10T09:24:42.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: cephadm 2024-02-10T09:24:41.158427+0000 mgr.smithi018.dxgutx (mgr.14180) 347 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.nbbrra on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra 2024-02-10T09:24:42.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:42.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra 2024-02-10T09:24:42.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra 2024-02-10T09:24:42.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:42.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra 2024-02-10T09:24:42.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.nbbrra ... 2024-02-10T09:24:42.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:42.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:42.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:42.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:42.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:42.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:41 smithi164 bash[18308]: cephadm 2024-02-10T09:24:41.163093+0000 mgr.smithi018.dxgutx (mgr.14180) 348 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.bvddzi on smithi018 2024-02-10T09:24:43.210 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:42 smithi018 bash[14175]: cluster 2024-02-10T09:24:41.393967+0000 mgr.smithi018.dxgutx (mgr.14180) 349 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-02-10T09:24:43.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:42 smithi164 bash[18308]: cluster 2024-02-10T09:24:41.393967+0000 mgr.smithi018.dxgutx (mgr.14180) 349 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-02-10T09:24:44.900 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:24:44.903 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:24:37.370698Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:24:36.941193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:24:37.370934Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:27.492680Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gafusa on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gafusa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gafusa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gafusa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gafusa\nDeploy daemon haproxy.nfs.foo.smithi164.gafusa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:31.289946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.rbbntl on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-rbbntl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-rbbntl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.rbbntl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.rbbntl\nDeploy daemon haproxy.nfs.foo.smithi018.rbbntl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:31.293268Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.hkomer on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:31.296257Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nzzpka on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:41.158114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.nbbrra on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\nDeploy daemon haproxy.nfs.foo.smithi164.nbbrra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -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.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:24:36.942767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:24:36.941465Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:24:36.941650Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:24:36.942934Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:24:36.941837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:24:36.942012Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:24:37.371150Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:24:45.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:44 smithi018 bash[14175]: cluster 2024-02-10T09:24:43.394999+0000 mgr.smithi018.dxgutx (mgr.14180) 350 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-02-10T09:24:45.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:44 smithi018 bash[14175]: audit 2024-02-10T09:24:44.941409+0000 mon.smithi018 (mon.0) 747 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.bvddzi"}]: dispatch 2024-02-10T09:24:45.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:44 smithi164 bash[18308]: cluster 2024-02-10T09:24:43.394999+0000 mgr.smithi018.dxgutx (mgr.14180) 350 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-02-10T09:24:45.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:44 smithi164 bash[18308]: audit 2024-02-10T09:24:44.941409+0000 mon.smithi018 (mon.0) 747 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.bvddzi"}]: dispatch 2024-02-10T09:24:45.664 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:24:46.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: audit 2024-02-10T09:24:44.889807+0000 mgr.smithi018.dxgutx (mgr.14180) 351 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:24:46.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: cephadm 2024-02-10T09:24:44.940462+0000 mgr.smithi018.dxgutx (mgr.14180) 352 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi 2024-02-10T09:24:46.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:46.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi 2024-02-10T09:24:46.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi 2024-02-10T09:24:46.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:46.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi 2024-02-10T09:24:46.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.bvddzi ... 2024-02-10T09:24:46.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:46.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:46.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:46.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:46.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:46.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:24:46.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:24:46.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:24:46.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:24:46.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:24:46.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi 2024-02-10T09:24:46.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:46.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi 2024-02-10T09:24:46.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi 2024-02-10T09:24:46.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:46.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi 2024-02-10T09:24:46.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.bvddzi ... 2024-02-10T09:24:46.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:46.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:46.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:46.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:46.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:46.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: cephadm 2024-02-10T09:24:44.940914+0000 mgr.smithi018.dxgutx (mgr.14180) 353 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.bvddzi 2024-02-10T09:24:46.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: cephadm 2024-02-10T09:24:44.943037+0000 mgr.smithi018.dxgutx (mgr.14180) 354 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.bvddzi on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi 2024-02-10T09:24:46.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:46.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi 2024-02-10T09:24:46.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi 2024-02-10T09:24:46.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:24:46.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi 2024-02-10T09:24:46.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.bvddzi ... 2024-02-10T09:24:46.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:46.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:46.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:46.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:46.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:46.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: cephadm 2024-02-10T09:24:44.947773+0000 mgr.smithi018.dxgutx (mgr.14180) 355 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.cqfmul on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:24:46.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: cephadm 2024-02-10T09:24:44.949739+0000 mgr.smithi018.dxgutx (mgr.14180) 356 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:24:46.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: cluster 2024-02-10T09:24:44.951170+0000 mgr.smithi018.dxgutx (mgr.14180) 357 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 212 B/s rd, 0 op/s 2024-02-10T09:24:46.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:45 smithi164 bash[18308]: cluster 2024-02-10T09:24:44.975025+0000 mon.smithi018 (mon.0) 748 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:24:46.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: audit 2024-02-10T09:24:44.889807+0000 mgr.smithi018.dxgutx (mgr.14180) 351 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:24:46.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: cephadm 2024-02-10T09:24:44.940462+0000 mgr.smithi018.dxgutx (mgr.14180) 352 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi 2024-02-10T09:24:46.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:46.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi 2024-02-10T09:24:46.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi 2024-02-10T09:24:46.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:46.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi 2024-02-10T09:24:46.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.bvddzi ... 2024-02-10T09:24:46.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:46.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:46.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:46.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:46.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:46.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:24:46.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:24:46.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:24:46.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:24:46.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:24:46.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi 2024-02-10T09:24:46.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:46.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi 2024-02-10T09:24:46.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi 2024-02-10T09:24:46.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:46.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi 2024-02-10T09:24:46.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.bvddzi ... 2024-02-10T09:24:46.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:46.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:46.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:46.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:46.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:46.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: cephadm 2024-02-10T09:24:44.940914+0000 mgr.smithi018.dxgutx (mgr.14180) 353 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.bvddzi 2024-02-10T09:24:46.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: cephadm 2024-02-10T09:24:44.943037+0000 mgr.smithi018.dxgutx (mgr.14180) 354 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.bvddzi on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi 2024-02-10T09:24:46.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:46.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi 2024-02-10T09:24:46.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi 2024-02-10T09:24:46.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:24:46.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi 2024-02-10T09:24:46.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.bvddzi ... 2024-02-10T09:24:46.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:46.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:24:46.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:24:46.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:24:46.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:24:46.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: cephadm 2024-02-10T09:24:44.947773+0000 mgr.smithi018.dxgutx (mgr.14180) 355 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.cqfmul on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:24:46.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: cephadm 2024-02-10T09:24:44.949739+0000 mgr.smithi018.dxgutx (mgr.14180) 356 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:24:46.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: cluster 2024-02-10T09:24:44.951170+0000 mgr.smithi018.dxgutx (mgr.14180) 357 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 212 B/s rd, 0 op/s 2024-02-10T09:24:46.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:45 smithi018 bash[14175]: cluster 2024-02-10T09:24:44.975025+0000 mon.smithi018 (mon.0) 748 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:24:46.665 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:24:48.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:48 smithi164 bash[18308]: cluster 2024-02-10T09:24:46.952183+0000 mgr.smithi018.dxgutx (mgr.14180) 358 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 212 B/s rd, 0 op/s 2024-02-10T09:24:48.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:47 smithi018 bash[14175]: cluster 2024-02-10T09:24:46.952183+0000 mgr.smithi018.dxgutx (mgr.14180) 358 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 212 B/s rd, 0 op/s 2024-02-10T09:24:49.806 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:24:49.806 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:24:37.370698Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:24:36.941193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:24:37.370934Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:31.296257Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nzzpka on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:41.158114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.nbbrra on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\nDeploy daemon haproxy.nfs.foo.smithi164.nbbrra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.942772Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bvddzi on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\nDeploy daemon haproxy.nfs.foo.smithi018.bvddzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.947632Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.cqfmul on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:24:36.942767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:24:36.941465Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:24:36.941650Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:24:36.942934Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:24:36.941837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:24:36.942012Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:24:37.371150Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:24:50.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:50 smithi018 bash[14175]: cluster 2024-02-10T09:24:48.953587+0000 mgr.smithi018.dxgutx (mgr.14180) 359 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2024-02-10T09:24:50.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:50 smithi018 bash[14175]: audit 2024-02-10T09:24:49.476991+0000 mon.smithi018 (mon.0) 749 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:50.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:50 smithi164 bash[18308]: cluster 2024-02-10T09:24:48.953587+0000 mgr.smithi018.dxgutx (mgr.14180) 359 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2024-02-10T09:24:50.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:50 smithi164 bash[18308]: audit 2024-02-10T09:24:49.476991+0000 mon.smithi018 (mon.0) 749 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:50.599 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:24:51.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:51 smithi164 bash[18308]: audit 2024-02-10T09:24:49.796835+0000 mgr.smithi018.dxgutx (mgr.14180) 360 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:24:51.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:51 smithi018 bash[14175]: audit 2024-02-10T09:24:49.796835+0000 mgr.smithi018.dxgutx (mgr.14180) 360 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:24:51.600 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:24:52.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:52 smithi018 bash[14175]: cluster 2024-02-10T09:24:50.954731+0000 mgr.smithi018.dxgutx (mgr.14180) 361 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2024-02-10T09:24:52.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:52 smithi164 bash[18308]: cluster 2024-02-10T09:24:50.954731+0000 mgr.smithi018.dxgutx (mgr.14180) 361 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2024-02-10T09:24:53.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:53 smithi164 bash[18308]: cluster 2024-02-10T09:24:52.955585+0000 mgr.smithi018.dxgutx (mgr.14180) 362 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 354 B/s rd, 0 op/s 2024-02-10T09:24:53.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:53 smithi018 bash[14175]: cluster 2024-02-10T09:24:52.955585+0000 mgr.smithi018.dxgutx (mgr.14180) 362 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 354 B/s rd, 0 op/s 2024-02-10T09:24:54.923 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:24:54.923 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:24:37.370698Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:24:36.941193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:24:37.370934Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:31.296257Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nzzpka on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:41.158114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.nbbrra on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\nDeploy daemon haproxy.nfs.foo.smithi164.nbbrra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.942772Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bvddzi on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\nDeploy daemon haproxy.nfs.foo.smithi018.bvddzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.947632Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.cqfmul on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:24:36.942767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:24:36.941465Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:24:36.941650Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:24:36.942934Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:24:36.941837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:24:36.942012Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:24:37.371150Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:24:55.704 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:24:56.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:56 smithi164 bash[18308]: audit 2024-02-10T09:24:54.909711+0000 mgr.smithi018.dxgutx (mgr.14180) 363 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:24:56.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:56 smithi164 bash[18308]: cluster 2024-02-10T09:24:54.956913+0000 mgr.smithi018.dxgutx (mgr.14180) 364 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2024-02-10T09:24:56.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:56 smithi018 bash[14175]: audit 2024-02-10T09:24:54.909711+0000 mgr.smithi018.dxgutx (mgr.14180) 363 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:24:56.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:56 smithi018 bash[14175]: cluster 2024-02-10T09:24:54.956913+0000 mgr.smithi018.dxgutx (mgr.14180) 364 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2024-02-10T09:24:56.705 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:24:57.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:57 smithi164 bash[18308]: audit 2024-02-10T09:24:56.476351+0000 mon.smithi018 (mon.0) 750 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:57.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:24:57 smithi164 bash[18308]: cluster 2024-02-10T09:24:56.957587+0000 mgr.smithi018.dxgutx (mgr.14180) 365 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:24:57.859 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:57 smithi018 bash[14175]: audit 2024-02-10T09:24:56.476351+0000 mon.smithi018 (mon.0) 750 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:24:57.859 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:24:57 smithi018 bash[14175]: cluster 2024-02-10T09:24:56.957587+0000 mgr.smithi018.dxgutx (mgr.14180) 365 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:24:59.975 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:24:59.975 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:24:37.370698Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:24:36.941193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:24:37.370934Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:31.296257Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nzzpka on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:41.158114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.nbbrra on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\nDeploy daemon haproxy.nfs.foo.smithi164.nbbrra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.942772Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bvddzi on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\nDeploy daemon haproxy.nfs.foo.smithi018.bvddzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.947632Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.cqfmul on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:24:36.942767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:24:36.941465Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:24:36.941650Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:24:36.942934Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:24:36.941837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:24:36.942012Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:24:37.371150Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:25:00.298 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:00 smithi018 bash[14175]: cluster 2024-02-10T09:24:58.958833+0000 mgr.smithi018.dxgutx (mgr.14180) 366 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:25:00.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:00 smithi164 bash[18308]: cluster 2024-02-10T09:24:58.958833+0000 mgr.smithi018.dxgutx (mgr.14180) 366 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:25:00.733 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:25:01.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:01 smithi164 bash[18308]: audit 2024-02-10T09:24:59.959041+0000 mgr.smithi018.dxgutx (mgr.14180) 367 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:25:01.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:01 smithi018 bash[14175]: audit 2024-02-10T09:24:59.959041+0000 mgr.smithi018.dxgutx (mgr.14180) 367 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:25:01.735 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:25:02.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:02 smithi018 bash[14175]: cluster 2024-02-10T09:25:00.959939+0000 mgr.smithi018.dxgutx (mgr.14180) 368 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:25:02.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:02 smithi164 bash[18308]: cluster 2024-02-10T09:25:00.959939+0000 mgr.smithi018.dxgutx (mgr.14180) 368 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:25:03.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:03 smithi018 bash[14175]: cluster 2024-02-10T09:25:02.960980+0000 mgr.smithi018.dxgutx (mgr.14180) 369 : cluster [DBG] pgmap v296: 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-10T09:25:03.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:03 smithi164 bash[18308]: cluster 2024-02-10T09:25:02.960980+0000 mgr.smithi018.dxgutx (mgr.14180) 369 : cluster [DBG] pgmap v296: 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-10T09:25:05.130 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:25:05.131 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:24:37.370698Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:24:36.941193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:24:37.370934Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:31.296257Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nzzpka on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:41.158114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.nbbrra on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\nDeploy daemon haproxy.nfs.foo.smithi164.nbbrra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.942772Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bvddzi on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\nDeploy daemon haproxy.nfs.foo.smithi018.bvddzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.947632Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.cqfmul on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:24:36.942767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:24:36.941465Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:24:36.941650Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:24:36.942934Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:24:36.941837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:24:36.942012Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:24:37.371150Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:25:05.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:25:06.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:06 smithi018 bash[14175]: cluster 2024-02-10T09:25:04.962477+0000 mgr.smithi018.dxgutx (mgr.14180) 370 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:25:06.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:06 smithi018 bash[14175]: audit 2024-02-10T09:25:05.114277+0000 mgr.smithi018.dxgutx (mgr.14180) 371 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:25:06.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:06 smithi164 bash[18308]: cluster 2024-02-10T09:25:04.962477+0000 mgr.smithi018.dxgutx (mgr.14180) 370 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:25:06.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:06 smithi164 bash[18308]: audit 2024-02-10T09:25:05.114277+0000 mgr.smithi018.dxgutx (mgr.14180) 371 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:25:06.924 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:25:08.280 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:08 smithi018 bash[14175]: cluster 2024-02-10T09:25:06.963455+0000 mgr.smithi018.dxgutx (mgr.14180) 372 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:25:08.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:08 smithi164 bash[18308]: cluster 2024-02-10T09:25:06.963455+0000 mgr.smithi018.dxgutx (mgr.14180) 372 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:25:10.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:10 smithi018 bash[14175]: cluster 2024-02-10T09:25:08.964735+0000 mgr.smithi018.dxgutx (mgr.14180) 373 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:25:10.259 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:25:10.259 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:24:37.370698Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:24:36.941193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:24:37.370934Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:31.296257Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nzzpka on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:41.158114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.nbbrra on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\nDeploy daemon haproxy.nfs.foo.smithi164.nbbrra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.942772Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bvddzi on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\nDeploy daemon haproxy.nfs.foo.smithi018.bvddzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.947632Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.cqfmul on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:24:36.942767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:24:36.941465Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:24:36.941650Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:24:36.942934Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:24:36.941837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:24:36.942012Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:24:37.371150Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:25:10.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:10 smithi164 bash[18308]: cluster 2024-02-10T09:25:08.964735+0000 mgr.smithi018.dxgutx (mgr.14180) 373 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:25:11.064 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:25:11.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:11 smithi164 bash[18308]: audit 2024-02-10T09:25:10.245549+0000 mgr.smithi018.dxgutx (mgr.14180) 374 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:25:11.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:11 smithi018 bash[14175]: audit 2024-02-10T09:25:10.245549+0000 mgr.smithi018.dxgutx (mgr.14180) 374 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:25:12.066 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:25:12.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:12 smithi164 bash[18308]: cluster 2024-02-10T09:25:10.965923+0000 mgr.smithi018.dxgutx (mgr.14180) 375 : 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-10T09:25:12.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:12 smithi018 bash[14175]: cluster 2024-02-10T09:25:10.965923+0000 mgr.smithi018.dxgutx (mgr.14180) 375 : 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-10T09:25:13.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:13 smithi018 bash[14175]: cluster 2024-02-10T09:25:12.967041+0000 mgr.smithi018.dxgutx (mgr.14180) 376 : cluster [DBG] pgmap v301: 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-10T09:25:13.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:13 smithi164 bash[18308]: cluster 2024-02-10T09:25:12.967041+0000 mgr.smithi018.dxgutx (mgr.14180) 376 : cluster [DBG] pgmap v301: 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-10T09:25:15.307 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:25:15.307 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:24:37.370698Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:24:36.941193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:24:37.370934Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:31.296257Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nzzpka on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:41.158114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.nbbrra on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\nDeploy daemon haproxy.nfs.foo.smithi164.nbbrra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.942772Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bvddzi on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\nDeploy daemon haproxy.nfs.foo.smithi018.bvddzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.947632Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.cqfmul on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:24:36.942767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:24:36.941465Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:24:36.941650Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:24:36.942934Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:24:36.941837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:24:36.942012Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:24:37.371150Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:25:16.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:25:16.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:16 smithi164 bash[18308]: cluster 2024-02-10T09:25:14.968125+0000 mgr.smithi018.dxgutx (mgr.14180) 377 : 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-10T09:25:16.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:16 smithi164 bash[18308]: audit 2024-02-10T09:25:15.292953+0000 mgr.smithi018.dxgutx (mgr.14180) 378 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:25:16.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:16 smithi018 bash[14175]: cluster 2024-02-10T09:25:14.968125+0000 mgr.smithi018.dxgutx (mgr.14180) 377 : 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-10T09:25:16.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:16 smithi018 bash[14175]: audit 2024-02-10T09:25:15.292953+0000 mgr.smithi018.dxgutx (mgr.14180) 378 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:25:17.062 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:25:18.304 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:18 smithi018 bash[14175]: cluster 2024-02-10T09:25:16.969095+0000 mgr.smithi018.dxgutx (mgr.14180) 379 : 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-10T09:25:18.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:18 smithi164 bash[18308]: cluster 2024-02-10T09:25:16.969095+0000 mgr.smithi018.dxgutx (mgr.14180) 379 : 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-10T09:25:20.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:20 smithi018 bash[14175]: cluster 2024-02-10T09:25:18.970447+0000 mgr.smithi018.dxgutx (mgr.14180) 380 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:25:20.242 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:25:20.242 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:24:37.370698Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:24:36.941193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:24:37.370934Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:31.296257Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nzzpka on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:41.158114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.nbbrra on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\nDeploy daemon haproxy.nfs.foo.smithi164.nbbrra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.942772Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bvddzi on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\nDeploy daemon haproxy.nfs.foo.smithi018.bvddzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.947632Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.cqfmul on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:24:36.942767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:24:36.941465Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:24:36.941650Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:24:36.942934Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:24:36.941837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:24:36.942012Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:24:37.371150Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:25:20.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:20 smithi164 bash[18308]: cluster 2024-02-10T09:25:18.970447+0000 mgr.smithi018.dxgutx (mgr.14180) 380 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:25:21.034 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:25:21.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:21 smithi164 bash[18308]: audit 2024-02-10T09:25:20.228222+0000 mgr.smithi018.dxgutx (mgr.14180) 381 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:25:21.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:21 smithi018 bash[14175]: audit 2024-02-10T09:25:20.228222+0000 mgr.smithi018.dxgutx (mgr.14180) 381 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:25:22.035 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:25:22.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:22 smithi164 bash[18308]: cluster 2024-02-10T09:25:20.971382+0000 mgr.smithi018.dxgutx (mgr.14180) 382 : 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-10T09:25:22.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:22 smithi018 bash[14175]: cluster 2024-02-10T09:25:20.971382+0000 mgr.smithi018.dxgutx (mgr.14180) 382 : 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-10T09:25:23.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:23 smithi164 bash[18308]: cluster 2024-02-10T09:25:22.972487+0000 mgr.smithi018.dxgutx (mgr.14180) 383 : cluster [DBG] pgmap v306: 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-10T09:25:23.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:23 smithi018 bash[14175]: cluster 2024-02-10T09:25:22.972487+0000 mgr.smithi018.dxgutx (mgr.14180) 383 : cluster [DBG] pgmap v306: 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-10T09:25:25.297 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:25:25.297 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:24:37.370698Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:24:36.941193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:24:37.370934Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:31.296257Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nzzpka on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:41.158114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.nbbrra on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\nDeploy daemon haproxy.nfs.foo.smithi164.nbbrra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.942772Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bvddzi on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\nDeploy daemon haproxy.nfs.foo.smithi018.bvddzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.947632Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.cqfmul on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:24:36.942767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:24:36.941465Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:24:36.941650Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:24:36.942934Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:24:36.941837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:24:36.942012Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:24:37.371150Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:25:26.082 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:25:26.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:26 smithi164 bash[18308]: cluster 2024-02-10T09:25:24.973240+0000 mgr.smithi018.dxgutx (mgr.14180) 384 : 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-10T09:25:26.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:26 smithi164 bash[18308]: audit 2024-02-10T09:25:25.287293+0000 mgr.smithi018.dxgutx (mgr.14180) 385 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:25:26.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:26 smithi018 bash[14175]: cluster 2024-02-10T09:25:24.973240+0000 mgr.smithi018.dxgutx (mgr.14180) 384 : 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-10T09:25:26.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:26 smithi018 bash[14175]: audit 2024-02-10T09:25:25.287293+0000 mgr.smithi018.dxgutx (mgr.14180) 385 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:25:27.083 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:25:28.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:28 smithi164 bash[18308]: cluster 2024-02-10T09:25:26.974137+0000 mgr.smithi018.dxgutx (mgr.14180) 386 : 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-10T09:25:28.389 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:28 smithi018 bash[14175]: cluster 2024-02-10T09:25:26.974137+0000 mgr.smithi018.dxgutx (mgr.14180) 386 : 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-10T09:25:30.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:30 smithi018 bash[14175]: cluster 2024-02-10T09:25:28.975460+0000 mgr.smithi018.dxgutx (mgr.14180) 387 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:25:30.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:30 smithi164 bash[18308]: cluster 2024-02-10T09:25:28.975460+0000 mgr.smithi018.dxgutx (mgr.14180) 387 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:25:30.372 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:25:30.372 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:24:37.370698Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:24:36.941193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:24:37.370934Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:31.296257Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nzzpka on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:41.158114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.nbbrra on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\nDeploy daemon haproxy.nfs.foo.smithi164.nbbrra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.942772Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bvddzi on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\nDeploy daemon haproxy.nfs.foo.smithi018.bvddzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.947632Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.cqfmul on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:24:36.942767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:24:36.941465Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:24:36.941650Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:24:36.942934Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:24:36.941837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:24:36.942012Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:24:37.371150Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:25:31.062 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:25:31.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:31 smithi164 bash[18308]: audit 2024-02-10T09:25:30.359013+0000 mgr.smithi018.dxgutx (mgr.14180) 388 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:25:31.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:31 smithi018 bash[14175]: audit 2024-02-10T09:25:30.359013+0000 mgr.smithi018.dxgutx (mgr.14180) 388 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:25:32.064 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:25:32.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:32 smithi164 bash[18308]: cluster 2024-02-10T09:25:30.976571+0000 mgr.smithi018.dxgutx (mgr.14180) 389 : 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-10T09:25:32.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:32 smithi018 bash[14175]: cluster 2024-02-10T09:25:30.976571+0000 mgr.smithi018.dxgutx (mgr.14180) 389 : 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-10T09:25:33.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:33 smithi164 bash[18308]: cluster 2024-02-10T09:25:32.977695+0000 mgr.smithi018.dxgutx (mgr.14180) 390 : cluster [DBG] pgmap v311: 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-10T09:25:33.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:33 smithi018 bash[14175]: cluster 2024-02-10T09:25:32.977695+0000 mgr.smithi018.dxgutx (mgr.14180) 390 : cluster [DBG] pgmap v311: 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-10T09:25:35.271 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:25:35.272 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:24:37.370698Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:24:36.941193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:24:37.370934Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:31.296257Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nzzpka on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:41.158114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.nbbrra on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\nDeploy daemon haproxy.nfs.foo.smithi164.nbbrra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.942772Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bvddzi on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\nDeploy daemon haproxy.nfs.foo.smithi018.bvddzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.947632Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.cqfmul on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:24:36.942767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:24:36.941465Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:24:36.941650Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:24:36.942934Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:24:36.941837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:24:36.942012Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:24:37.371150Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:25:35.989 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:25:36.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:36 smithi164 bash[18308]: cluster 2024-02-10T09:25:34.978430+0000 mgr.smithi018.dxgutx (mgr.14180) 391 : 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-10T09:25:36.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:36 smithi164 bash[18308]: audit 2024-02-10T09:25:35.255693+0000 mgr.smithi018.dxgutx (mgr.14180) 392 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:25:36.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:36 smithi018 bash[14175]: cluster 2024-02-10T09:25:34.978430+0000 mgr.smithi018.dxgutx (mgr.14180) 391 : 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-10T09:25:36.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:36 smithi018 bash[14175]: audit 2024-02-10T09:25:35.255693+0000 mgr.smithi018.dxgutx (mgr.14180) 392 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:25:36.991 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:25:38.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:38 smithi164 bash[18308]: cluster 2024-02-10T09:25:36.979323+0000 mgr.smithi018.dxgutx (mgr.14180) 393 : 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-10T09:25:38.400 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:38 smithi018 bash[14175]: cluster 2024-02-10T09:25:36.979323+0000 mgr.smithi018.dxgutx (mgr.14180) 393 : 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-10T09:25:40.214 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:25:40.214 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:24:37.370698Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:24:36.941193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:24:37.370934Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:31.296257Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nzzpka on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:41.158114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.nbbrra on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\nDeploy daemon haproxy.nfs.foo.smithi164.nbbrra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.942772Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bvddzi on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\nDeploy daemon haproxy.nfs.foo.smithi018.bvddzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.947632Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.cqfmul on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:24:36.942767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:24:36.941465Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:24:36.941650Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:24:36.942934Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:24:36.941837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:24:36.942012Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:24:37.371150Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:25:40.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:40 smithi018 bash[14175]: cluster 2024-02-10T09:25:38.980713+0000 mgr.smithi018.dxgutx (mgr.14180) 394 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:25:40.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:40 smithi164 bash[18308]: cluster 2024-02-10T09:25:38.980713+0000 mgr.smithi018.dxgutx (mgr.14180) 394 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:25:41.018 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:25:41.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:41 smithi164 bash[18308]: audit 2024-02-10T09:25:40.204656+0000 mgr.smithi018.dxgutx (mgr.14180) 395 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:25:41.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:41 smithi018 bash[14175]: audit 2024-02-10T09:25:40.204656+0000 mgr.smithi018.dxgutx (mgr.14180) 395 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:25:42.018 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:25:42.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:42 smithi164 bash[18308]: cluster 2024-02-10T09:25:40.982127+0000 mgr.smithi018.dxgutx (mgr.14180) 396 : 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-10T09:25:42.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:42 smithi018 bash[14175]: cluster 2024-02-10T09:25:40.982127+0000 mgr.smithi018.dxgutx (mgr.14180) 396 : 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-10T09:25:43.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:43 smithi018 bash[14175]: cluster 2024-02-10T09:25:42.982999+0000 mgr.smithi018.dxgutx (mgr.14180) 397 : cluster [DBG] pgmap v316: 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-10T09:25:43.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:43 smithi164 bash[18308]: cluster 2024-02-10T09:25:42.982999+0000 mgr.smithi018.dxgutx (mgr.14180) 397 : cluster [DBG] pgmap v316: 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-10T09:25:45.205 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:25:45.205 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:24:37.370698Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:24:36.941193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:24:37.370934Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:31.296257Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nzzpka on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:41.158114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.nbbrra on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\nDeploy daemon haproxy.nfs.foo.smithi164.nbbrra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.942772Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bvddzi on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\nDeploy daemon haproxy.nfs.foo.smithi018.bvddzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.947632Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.cqfmul on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:24:36.942767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:24:36.941465Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:24:36.941650Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:24:36.942934Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:24:36.941837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:24:36.942012Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:24:37.371150Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:25:45.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:45 smithi018 bash[14175]: audit 2024-02-10T09:25:44.953649+0000 mon.smithi018 (mon.0) 751 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:25:45.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:45 smithi164 bash[18308]: audit 2024-02-10T09:25:44.953649+0000 mon.smithi018 (mon.0) 751 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:25:45.979 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:25:46.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:46 smithi164 bash[18308]: cluster 2024-02-10T09:25:44.983823+0000 mgr.smithi018.dxgutx (mgr.14180) 398 : 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-10T09:25:46.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:46 smithi164 bash[18308]: audit 2024-02-10T09:25:45.195106+0000 mgr.smithi018.dxgutx (mgr.14180) 399 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:25:46.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:46 smithi164 bash[18308]: audit 2024-02-10T09:25:45.229590+0000 mon.smithi018 (mon.0) 752 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:25:46.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:46 smithi018 bash[14175]: cluster 2024-02-10T09:25:44.983823+0000 mgr.smithi018.dxgutx (mgr.14180) 398 : 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-10T09:25:46.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:46 smithi018 bash[14175]: audit 2024-02-10T09:25:45.195106+0000 mgr.smithi018.dxgutx (mgr.14180) 399 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:25:46.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:46 smithi018 bash[14175]: audit 2024-02-10T09:25:45.229590+0000 mon.smithi018 (mon.0) 752 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:25:46.980 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:25:48.383 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:48 smithi018 bash[14175]: cluster 2024-02-10T09:25:46.984790+0000 mgr.smithi018.dxgutx (mgr.14180) 400 : 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-10T09:25:48.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:48 smithi164 bash[18308]: cluster 2024-02-10T09:25:46.984790+0000 mgr.smithi018.dxgutx (mgr.14180) 400 : 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-10T09:25:50.176 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:25:50.176 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:24:37.370698Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:24:36.941193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:24:37.370934Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:31.296257Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nzzpka on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:41.158114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.nbbrra on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\nDeploy daemon haproxy.nfs.foo.smithi164.nbbrra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.942772Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bvddzi on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\nDeploy daemon haproxy.nfs.foo.smithi018.bvddzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.947632Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.cqfmul on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:24:36.942767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:24:36.941465Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:24:36.941650Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:24:36.942934Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:24:36.941837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:24:36.942012Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:24:37.371150Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:25:50.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:50 smithi018 bash[14175]: cluster 2024-02-10T09:25:48.986225+0000 mgr.smithi018.dxgutx (mgr.14180) 401 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:25:50.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:50 smithi164 bash[18308]: cluster 2024-02-10T09:25:48.986225+0000 mgr.smithi018.dxgutx (mgr.14180) 401 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:25:50.908 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:25:51.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:51 smithi164 bash[18308]: audit 2024-02-10T09:25:50.165824+0000 mgr.smithi018.dxgutx (mgr.14180) 402 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:25:51.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:51 smithi164 bash[18308]: audit 2024-02-10T09:25:50.579135+0000 mon.smithi018 (mon.0) 753 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:25:51.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:51 smithi164 bash[18308]: audit 2024-02-10T09:25:51.235402+0000 mon.smithi018 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:25:51.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:51 smithi018 bash[14175]: audit 2024-02-10T09:25:50.165824+0000 mgr.smithi018.dxgutx (mgr.14180) 402 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:25:51.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:51 smithi018 bash[14175]: audit 2024-02-10T09:25:50.579135+0000 mon.smithi018 (mon.0) 753 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:25:51.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:51 smithi018 bash[14175]: audit 2024-02-10T09:25:51.235402+0000 mon.smithi018 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:25:51.909 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:25:52.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:52 smithi018 bash[14175]: cluster 2024-02-10T09:25:50.987049+0000 mgr.smithi018.dxgutx (mgr.14180) 403 : 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-10T09:25:52.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:52 smithi018 bash[14175]: audit 2024-02-10T09:25:51.518650+0000 mon.smithi018 (mon.0) 755 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:25:52.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:52 smithi018 bash[14175]: audit 2024-02-10T09:25:51.520153+0000 mon.smithi018 (mon.0) 756 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:25:52.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:52 smithi018 bash[14175]: audit 2024-02-10T09:25:51.528551+0000 mon.smithi018 (mon.0) 757 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:25:52.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:52 smithi018 bash[14175]: audit 2024-02-10T09:25:51.535075+0000 mon.smithi018 (mon.0) 758 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:25:52.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:52 smithi018 bash[14175]: audit 2024-02-10T09:25:51.546893+0000 mon.smithi018 (mon.0) 759 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:25:52.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:52 smithi018 bash[14175]: cluster 2024-02-10T09:25:51.575403+0000 mon.smithi018 (mon.0) 760 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:25:52.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:52 smithi018 bash[14175]: cluster 2024-02-10T09:25:51.575454+0000 mon.smithi018 (mon.0) 761 : cluster [INF] Cluster is now healthy 2024-02-10T09:25:52.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:52 smithi164 bash[18308]: cluster 2024-02-10T09:25:50.987049+0000 mgr.smithi018.dxgutx (mgr.14180) 403 : 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-10T09:25:52.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:52 smithi164 bash[18308]: audit 2024-02-10T09:25:51.518650+0000 mon.smithi018 (mon.0) 755 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:25:52.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:52 smithi164 bash[18308]: audit 2024-02-10T09:25:51.520153+0000 mon.smithi018 (mon.0) 756 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:25:52.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:52 smithi164 bash[18308]: audit 2024-02-10T09:25:51.528551+0000 mon.smithi018 (mon.0) 757 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:25:52.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:52 smithi164 bash[18308]: audit 2024-02-10T09:25:51.535075+0000 mon.smithi018 (mon.0) 758 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:25:52.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:52 smithi164 bash[18308]: audit 2024-02-10T09:25:51.546893+0000 mon.smithi018 (mon.0) 759 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:25:52.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:52 smithi164 bash[18308]: cluster 2024-02-10T09:25:51.575403+0000 mon.smithi018 (mon.0) 760 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:25:52.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:52 smithi164 bash[18308]: cluster 2024-02-10T09:25:51.575454+0000 mon.smithi018 (mon.0) 761 : cluster [INF] Cluster is now healthy 2024-02-10T09:25:53.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:53 smithi018 bash[14175]: cluster 2024-02-10T09:25:51.529343+0000 mgr.smithi018.dxgutx (mgr.14180) 404 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:25:53.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:53 smithi018 bash[14175]: cephadm 2024-02-10T09:25:51.550022+0000 mgr.smithi018.dxgutx (mgr.14180) 405 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.sbvwnj on smithi164 2024-02-10T09:25:53.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:53 smithi164 bash[18308]: cluster 2024-02-10T09:25:51.529343+0000 mgr.smithi018.dxgutx (mgr.14180) 404 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:25:53.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:53 smithi164 bash[18308]: cephadm 2024-02-10T09:25:51.550022+0000 mgr.smithi018.dxgutx (mgr.14180) 405 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.sbvwnj on smithi164 2024-02-10T09:25:55.189 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:25:55.189 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:25:51.222559Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:25:50.569337Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:25:51.223075Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:31.296257Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nzzpka on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:41.158114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.nbbrra on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-nbbrra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.nbbrra\nDeploy daemon haproxy.nfs.foo.smithi164.nbbrra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.942772Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bvddzi on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bvddzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bvddzi\nDeploy daemon haproxy.nfs.foo.smithi018.bvddzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:24:44.947632Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.cqfmul on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:25:50.570338Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:25:50.569562Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:25:50.569695Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:25:50.570443Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:25:50.569800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:25:50.569901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:25:51.223556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:25:55.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:55 smithi164 bash[18308]: cluster 2024-02-10T09:25:53.530083+0000 mgr.smithi018.dxgutx (mgr.14180) 406 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:25:55.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:55 smithi018 bash[14175]: cluster 2024-02-10T09:25:53.530083+0000 mgr.smithi018.dxgutx (mgr.14180) 406 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:25:55.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:25:56.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: audit 2024-02-10T09:25:55.175471+0000 mgr.smithi018.dxgutx (mgr.14180) 407 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:25:56.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: cephadm 2024-02-10T09:25:55.304593+0000 mgr.smithi018.dxgutx (mgr.14180) 408 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj 2024-02-10T09:25:56.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:25:56.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj 2024-02-10T09:25:56.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj 2024-02-10T09:25:56.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:25:56.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj 2024-02-10T09:25:56.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.sbvwnj ... 2024-02-10T09:25:56.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:25:56.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:25:56.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:25:56.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:25:56.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:25:56.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:25:56.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:25:56.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:25:56.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:25:56.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:25:56.579 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj 2024-02-10T09:25:56.579 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:25:56.579 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj 2024-02-10T09:25:56.579 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj 2024-02-10T09:25:56.579 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:25:56.579 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj 2024-02-10T09:25:56.579 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.sbvwnj ... 2024-02-10T09:25:56.580 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:25:56.580 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:25:56.580 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:25:56.580 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:25:56.580 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:25:56.580 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: cephadm 2024-02-10T09:25:55.304834+0000 mgr.smithi018.dxgutx (mgr.14180) 409 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.sbvwnj 2024-02-10T09:25:56.581 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: audit 2024-02-10T09:25:55.305354+0000 mon.smithi018 (mon.0) 762 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.sbvwnj"}]: dispatch 2024-02-10T09:25:56.581 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: cephadm 2024-02-10T09:25:55.306723+0000 mgr.smithi018.dxgutx (mgr.14180) 410 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.sbvwnj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj 2024-02-10T09:25:56.581 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:25:56.581 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj 2024-02-10T09:25:56.581 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj 2024-02-10T09:25:56.581 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:25:56.582 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj 2024-02-10T09:25:56.582 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.sbvwnj ... 2024-02-10T09:25:56.582 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:25:56.582 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:25:56.582 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:25:56.582 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:25:56.583 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:25:56.583 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:56 smithi164 bash[18308]: cephadm 2024-02-10T09:25:55.309044+0000 mgr.smithi018.dxgutx (mgr.14180) 411 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.meizqo on smithi018 2024-02-10T09:25:56.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: audit 2024-02-10T09:25:55.175471+0000 mgr.smithi018.dxgutx (mgr.14180) 407 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:25:56.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: cephadm 2024-02-10T09:25:55.304593+0000 mgr.smithi018.dxgutx (mgr.14180) 408 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj 2024-02-10T09:25:56.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:25:56.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj 2024-02-10T09:25:56.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj 2024-02-10T09:25:56.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:25:56.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj 2024-02-10T09:25:56.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.sbvwnj ... 2024-02-10T09:25:56.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:25:56.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:25:56.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:25:56.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:25:56.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:25:56.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:25:56.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:25:56.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:25:56.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:25:56.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:25:56.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj 2024-02-10T09:25:56.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:25:56.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj 2024-02-10T09:25:56.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj 2024-02-10T09:25:56.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:25:56.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj 2024-02-10T09:25:56.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.sbvwnj ... 2024-02-10T09:25:56.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:25:56.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:25:56.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:25:56.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:25:56.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:25:56.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: cephadm 2024-02-10T09:25:55.304834+0000 mgr.smithi018.dxgutx (mgr.14180) 409 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.sbvwnj 2024-02-10T09:25:56.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: audit 2024-02-10T09:25:55.305354+0000 mon.smithi018 (mon.0) 762 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.sbvwnj"}]: dispatch 2024-02-10T09:25:56.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: cephadm 2024-02-10T09:25:55.306723+0000 mgr.smithi018.dxgutx (mgr.14180) 410 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.sbvwnj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj 2024-02-10T09:25:56.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:25:56.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj 2024-02-10T09:25:56.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj 2024-02-10T09:25:56.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:25:56.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj 2024-02-10T09:25:56.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.sbvwnj ... 2024-02-10T09:25:56.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:25:56.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:25:56.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:25:56.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:25:56.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:25:56.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:56 smithi018 bash[14175]: cephadm 2024-02-10T09:25:55.309044+0000 mgr.smithi018.dxgutx (mgr.14180) 411 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.meizqo on smithi018 2024-02-10T09:25:56.994 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:25:57.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:57 smithi018 bash[14175]: cluster 2024-02-10T09:25:55.530652+0000 mgr.smithi018.dxgutx (mgr.14180) 412 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:25:57.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:57 smithi018 bash[14175]: audit 2024-02-10T09:25:56.478138+0000 mon.smithi018 (mon.0) 763 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:25:57.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:57 smithi164 bash[18308]: cluster 2024-02-10T09:25:55.530652+0000 mgr.smithi018.dxgutx (mgr.14180) 412 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:25:57.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:57 smithi164 bash[18308]: audit 2024-02-10T09:25:56.478138+0000 mon.smithi018 (mon.0) 763 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:25:58.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:25:58 smithi164 bash[18308]: cluster 2024-02-10T09:25:57.531292+0000 mgr.smithi018.dxgutx (mgr.14180) 413 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:25:58.826 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:25:58 smithi018 bash[14175]: cluster 2024-02-10T09:25:57.531292+0000 mgr.smithi018.dxgutx (mgr.14180) 413 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:26:00.628 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:26:00.628 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:25:51.222559Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:25:50.569337Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:25:51.223075Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:55.306553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.sbvwnj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\nDeploy daemon haproxy.nfs.foo.smithi164.sbvwnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.710703Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meizqo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\nDeploy daemon haproxy.nfs.foo.smithi018.meizqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.712679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fxcqqb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:25:50.570338Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:25:50.569562Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:25:50.569695Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:25:50.570443Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:25:50.569800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:25:50.569901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:25:51.223556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:26:00.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: cluster 2024-02-10T09:25:59.532305+0000 mgr.smithi018.dxgutx (mgr.14180) 414 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:26:00.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: cephadm 2024-02-10T09:25:59.708598+0000 mgr.smithi018.dxgutx (mgr.14180) 415 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo 2024-02-10T09:26:00.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:26:00.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo 2024-02-10T09:26:00.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo 2024-02-10T09:26:00.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:26:00.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo 2024-02-10T09:26:00.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.meizqo ... 2024-02-10T09:26:00.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:26:00.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:26:00.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:26:00.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:26:00.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:26:00.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:26:00.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:26:00.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:26:00.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:26:00.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:26:00.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo 2024-02-10T09:26:00.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:26:00.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo 2024-02-10T09:26:00.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo 2024-02-10T09:26:00.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:26:00.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo 2024-02-10T09:26:00.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.meizqo ... 2024-02-10T09:26:00.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:26:00.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:26:00.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:26:00.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:26:00.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:26:00.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: cephadm 2024-02-10T09:25:59.708890+0000 mgr.smithi018.dxgutx (mgr.14180) 416 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.meizqo 2024-02-10T09:26:00.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: audit 2024-02-10T09:25:59.709486+0000 mon.smithi018 (mon.0) 764 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.meizqo"}]: dispatch 2024-02-10T09:26:00.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: cephadm 2024-02-10T09:25:59.710829+0000 mgr.smithi018.dxgutx (mgr.14180) 417 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.meizqo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo 2024-02-10T09:26:00.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:26:00.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo 2024-02-10T09:26:00.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo 2024-02-10T09:26:00.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:26:00.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo 2024-02-10T09:26:00.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.meizqo ... 2024-02-10T09:26:00.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:26:00.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:26:00.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:26:00.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:26:00.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:26:00.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: cephadm 2024-02-10T09:25:59.712793+0000 mgr.smithi018.dxgutx (mgr.14180) 418 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.fxcqqb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:26:00.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: cephadm 2024-02-10T09:25:59.714507+0000 mgr.smithi018.dxgutx (mgr.14180) 419 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:26:00.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:00 smithi164 bash[18308]: cluster 2024-02-10T09:25:59.715536+0000 mgr.smithi018.dxgutx (mgr.14180) 420 : cluster [DBG] pgmap v326: 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-10T09:26:00.872 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: cluster 2024-02-10T09:25:59.532305+0000 mgr.smithi018.dxgutx (mgr.14180) 414 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:26:00.872 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: cephadm 2024-02-10T09:25:59.708598+0000 mgr.smithi018.dxgutx (mgr.14180) 415 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo 2024-02-10T09:26:00.872 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:26:00.872 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo 2024-02-10T09:26:00.872 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo 2024-02-10T09:26:00.872 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:26:00.872 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo 2024-02-10T09:26:00.872 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.meizqo ... 2024-02-10T09:26:00.873 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:26:00.873 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:26:00.873 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:26:00.873 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:26:00.873 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:26:00.873 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:26:00.873 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:26:00.873 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:26:00.873 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:26:00.873 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:26:00.873 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo 2024-02-10T09:26:00.873 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:26:00.873 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo 2024-02-10T09:26:00.873 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo 2024-02-10T09:26:00.873 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:26:00.874 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo 2024-02-10T09:26:00.874 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.meizqo ... 2024-02-10T09:26:00.874 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:26:00.874 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:26:00.874 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:26:00.874 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:26:00.874 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:26:00.874 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: cephadm 2024-02-10T09:25:59.708890+0000 mgr.smithi018.dxgutx (mgr.14180) 416 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.meizqo 2024-02-10T09:26:00.875 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: audit 2024-02-10T09:25:59.709486+0000 mon.smithi018 (mon.0) 764 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.meizqo"}]: dispatch 2024-02-10T09:26:00.875 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: cephadm 2024-02-10T09:25:59.710829+0000 mgr.smithi018.dxgutx (mgr.14180) 417 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.meizqo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo 2024-02-10T09:26:00.875 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:26:00.875 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo 2024-02-10T09:26:00.875 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo 2024-02-10T09:26:00.875 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:26:00.875 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo 2024-02-10T09:26:00.875 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.meizqo ... 2024-02-10T09:26:00.875 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:26:00.875 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:26:00.875 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:26:00.875 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:26:00.875 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:26:00.875 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: cephadm 2024-02-10T09:25:59.712793+0000 mgr.smithi018.dxgutx (mgr.14180) 418 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.fxcqqb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:26:00.876 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: cephadm 2024-02-10T09:25:59.714507+0000 mgr.smithi018.dxgutx (mgr.14180) 419 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:26:00.876 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:00 smithi018 bash[14175]: cluster 2024-02-10T09:25:59.715536+0000 mgr.smithi018.dxgutx (mgr.14180) 420 : cluster [DBG] pgmap v326: 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-10T09:26:01.445 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:26:01.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:01 smithi018 bash[14175]: cluster 2024-02-10T09:26:00.536478+0000 mon.smithi018 (mon.0) 765 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:26:01.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:01 smithi018 bash[14175]: audit 2024-02-10T09:26:00.610369+0000 mgr.smithi018.dxgutx (mgr.14180) 421 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:26:01.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:01 smithi164 bash[18308]: cluster 2024-02-10T09:26:00.536478+0000 mon.smithi018 (mon.0) 765 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:26:01.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:01 smithi164 bash[18308]: audit 2024-02-10T09:26:00.610369+0000 mgr.smithi018.dxgutx (mgr.14180) 421 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:26:02.446 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:26:02.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:02 smithi018 bash[14175]: cluster 2024-02-10T09:26:01.716548+0000 mgr.smithi018.dxgutx (mgr.14180) 422 : cluster [DBG] pgmap v327: 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-10T09:26:02.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:02 smithi164 bash[18308]: cluster 2024-02-10T09:26:01.716548+0000 mgr.smithi018.dxgutx (mgr.14180) 422 : cluster [DBG] pgmap v327: 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-10T09:26:05.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:04 smithi164 bash[18308]: cluster 2024-02-10T09:26:03.717782+0000 mgr.smithi018.dxgutx (mgr.14180) 423 : cluster [DBG] pgmap v328: 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-10T09:26:05.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:04 smithi164 bash[18308]: audit 2024-02-10T09:26:04.529962+0000 mon.smithi018 (mon.0) 766 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:26:05.126 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:04 smithi018 bash[14175]: cluster 2024-02-10T09:26:03.717782+0000 mgr.smithi018.dxgutx (mgr.14180) 423 : cluster [DBG] pgmap v328: 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-10T09:26:05.126 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:04 smithi018 bash[14175]: audit 2024-02-10T09:26:04.529962+0000 mon.smithi018 (mon.0) 766 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:26:05.563 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:26:05.563 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:25:51.222559Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:25:50.569337Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:25:51.223075Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:55.306553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.sbvwnj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\nDeploy daemon haproxy.nfs.foo.smithi164.sbvwnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.710703Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meizqo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\nDeploy daemon haproxy.nfs.foo.smithi018.meizqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.712679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fxcqqb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:25:50.570338Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:25:50.569562Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:25:50.569695Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:25:50.570443Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:25:50.569800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:25:50.569901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:25:51.223556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:26:06.300 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:26:07.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:06 smithi164 bash[18308]: audit 2024-02-10T09:26:05.547001+0000 mgr.smithi018.dxgutx (mgr.14180) 424 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:26:07.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:06 smithi164 bash[18308]: cluster 2024-02-10T09:26:05.718979+0000 mgr.smithi018.dxgutx (mgr.14180) 425 : cluster [DBG] pgmap v329: 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-10T09:26:07.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:06 smithi018 bash[14175]: audit 2024-02-10T09:26:05.547001+0000 mgr.smithi018.dxgutx (mgr.14180) 424 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:26:07.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:06 smithi018 bash[14175]: cluster 2024-02-10T09:26:05.718979+0000 mgr.smithi018.dxgutx (mgr.14180) 425 : cluster [DBG] pgmap v329: 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-10T09:26:07.301 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:26:08.654 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:08 smithi018 bash[14175]: cluster 2024-02-10T09:26:07.720077+0000 mgr.smithi018.dxgutx (mgr.14180) 426 : cluster [DBG] pgmap v330: 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-10T09:26:08.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:08 smithi164 bash[18308]: cluster 2024-02-10T09:26:07.720077+0000 mgr.smithi018.dxgutx (mgr.14180) 426 : cluster [DBG] pgmap v330: 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-10T09:26:10.201 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:26:10.201 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:25:51.222559Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:25:50.569337Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:25:51.223075Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:55.306553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.sbvwnj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\nDeploy daemon haproxy.nfs.foo.smithi164.sbvwnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.710703Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meizqo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\nDeploy daemon haproxy.nfs.foo.smithi018.meizqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.712679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fxcqqb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:25:50.570338Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:25:50.569562Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:25:50.569695Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:25:50.570443Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:25:50.569800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:25:50.569901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:25:51.223556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:26:10.957 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:26:11.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:10 smithi164 bash[18308]: cluster 2024-02-10T09:26:09.720977+0000 mgr.smithi018.dxgutx (mgr.14180) 427 : cluster [DBG] pgmap v331: 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-10T09:26:11.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:10 smithi164 bash[18308]: audit 2024-02-10T09:26:10.185118+0000 mgr.smithi018.dxgutx (mgr.14180) 428 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:26:11.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:10 smithi018 bash[14175]: cluster 2024-02-10T09:26:09.720977+0000 mgr.smithi018.dxgutx (mgr.14180) 427 : cluster [DBG] pgmap v331: 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-10T09:26:11.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:10 smithi018 bash[14175]: audit 2024-02-10T09:26:10.185118+0000 mgr.smithi018.dxgutx (mgr.14180) 428 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:26:11.958 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:26:12.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:12 smithi164 bash[18308]: audit 2024-02-10T09:26:11.478737+0000 mon.smithi018 (mon.0) 767 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:26:12.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:12 smithi164 bash[18308]: cluster 2024-02-10T09:26:11.721993+0000 mgr.smithi018.dxgutx (mgr.14180) 429 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:26:12.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:12 smithi018 bash[14175]: audit 2024-02-10T09:26:11.478737+0000 mon.smithi018 (mon.0) 767 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:26:12.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:12 smithi018 bash[14175]: cluster 2024-02-10T09:26:11.721993+0000 mgr.smithi018.dxgutx (mgr.14180) 429 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:26:14.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:14 smithi018 bash[14175]: cluster 2024-02-10T09:26:13.723298+0000 mgr.smithi018.dxgutx (mgr.14180) 430 : cluster [DBG] pgmap v333: 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-10T09:26:15.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:14 smithi164 bash[18308]: cluster 2024-02-10T09:26:13.723298+0000 mgr.smithi018.dxgutx (mgr.14180) 430 : cluster [DBG] pgmap v333: 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-10T09:26:15.108 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:26:15.108 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:25:51.222559Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:25:50.569337Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:25:51.223075Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:55.306553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.sbvwnj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\nDeploy daemon haproxy.nfs.foo.smithi164.sbvwnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.710703Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meizqo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\nDeploy daemon haproxy.nfs.foo.smithi018.meizqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.712679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fxcqqb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:25:50.570338Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:25:50.569562Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:25:50.569695Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:25:50.570443Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:25:50.569800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:25:50.569901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:25:51.223556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:26:15.816 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:26:16.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:15 smithi164 bash[18308]: audit 2024-02-10T09:26:15.094127+0000 mgr.smithi018.dxgutx (mgr.14180) 431 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:26:16.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:15 smithi018 bash[14175]: audit 2024-02-10T09:26:15.094127+0000 mgr.smithi018.dxgutx (mgr.14180) 431 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:26:16.818 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:26:17.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:16 smithi164 bash[18308]: cluster 2024-02-10T09:26:15.724391+0000 mgr.smithi018.dxgutx (mgr.14180) 432 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:26:17.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:16 smithi018 bash[14175]: cluster 2024-02-10T09:26:15.724391+0000 mgr.smithi018.dxgutx (mgr.14180) 432 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:26:18.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:18 smithi164 bash[18308]: cluster 2024-02-10T09:26:17.725475+0000 mgr.smithi018.dxgutx (mgr.14180) 433 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:26:18.829 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:18 smithi018 bash[14175]: cluster 2024-02-10T09:26:17.725475+0000 mgr.smithi018.dxgutx (mgr.14180) 433 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:26:20.114 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:26:20.114 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:25:51.222559Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:25:50.569337Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:25:51.223075Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:55.306553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.sbvwnj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\nDeploy daemon haproxy.nfs.foo.smithi164.sbvwnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.710703Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meizqo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\nDeploy daemon haproxy.nfs.foo.smithi018.meizqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.712679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fxcqqb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:25:50.570338Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:25:50.569562Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:25:50.569695Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:25:50.570443Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:25:50.569800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:25:50.569901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:25:51.223556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:26:20.902 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:26:21.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:20 smithi164 bash[18308]: cluster 2024-02-10T09:26:19.726617+0000 mgr.smithi018.dxgutx (mgr.14180) 434 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:26:21.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:20 smithi164 bash[18308]: audit 2024-02-10T09:26:20.099416+0000 mgr.smithi018.dxgutx (mgr.14180) 435 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:26:21.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:20 smithi018 bash[14175]: cluster 2024-02-10T09:26:19.726617+0000 mgr.smithi018.dxgutx (mgr.14180) 434 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:26:21.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:20 smithi018 bash[14175]: audit 2024-02-10T09:26:20.099416+0000 mgr.smithi018.dxgutx (mgr.14180) 435 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:26:21.903 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:26:23.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:22 smithi164 bash[18308]: cluster 2024-02-10T09:26:21.727713+0000 mgr.smithi018.dxgutx (mgr.14180) 436 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:26:23.096 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:22 smithi018 bash[14175]: cluster 2024-02-10T09:26:21.727713+0000 mgr.smithi018.dxgutx (mgr.14180) 436 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:26:24.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:24 smithi018 bash[14175]: cluster 2024-02-10T09:26:23.729184+0000 mgr.smithi018.dxgutx (mgr.14180) 437 : cluster [DBG] pgmap v338: 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-10T09:26:25.064 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:26:25.065 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:25:51.222559Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:25:50.569337Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:25:51.223075Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:55.306553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.sbvwnj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\nDeploy daemon haproxy.nfs.foo.smithi164.sbvwnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.710703Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meizqo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\nDeploy daemon haproxy.nfs.foo.smithi018.meizqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.712679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fxcqqb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:25:50.570338Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:25:50.569562Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:25:50.569695Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:25:50.570443Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:25:50.569800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:25:50.569901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:25:51.223556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:26:25.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:24 smithi164 bash[18308]: cluster 2024-02-10T09:26:23.729184+0000 mgr.smithi018.dxgutx (mgr.14180) 437 : cluster [DBG] pgmap v338: 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-10T09:26:25.841 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:26:26.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:25 smithi164 bash[18308]: audit 2024-02-10T09:26:25.049230+0000 mgr.smithi018.dxgutx (mgr.14180) 438 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:26:26.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:25 smithi018 bash[14175]: audit 2024-02-10T09:26:25.049230+0000 mgr.smithi018.dxgutx (mgr.14180) 438 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:26:26.842 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:26:27.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:26 smithi164 bash[18308]: cluster 2024-02-10T09:26:25.730354+0000 mgr.smithi018.dxgutx (mgr.14180) 439 : 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-10T09:26:27.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:26 smithi018 bash[14175]: cluster 2024-02-10T09:26:25.730354+0000 mgr.smithi018.dxgutx (mgr.14180) 439 : 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-10T09:26:28.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:28 smithi164 bash[18308]: cluster 2024-02-10T09:26:27.731343+0000 mgr.smithi018.dxgutx (mgr.14180) 440 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:26:28.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:28 smithi018 bash[14175]: cluster 2024-02-10T09:26:27.731343+0000 mgr.smithi018.dxgutx (mgr.14180) 440 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:26:30.032 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:26:30.032 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:25:51.222559Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:25:50.569337Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:25:51.223075Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:55.306553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.sbvwnj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\nDeploy daemon haproxy.nfs.foo.smithi164.sbvwnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.710703Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meizqo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\nDeploy daemon haproxy.nfs.foo.smithi018.meizqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.712679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fxcqqb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:25:50.570338Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:25:50.569562Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:25:50.569695Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:25:50.570443Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:25:50.569800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:25:50.569901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:25:51.223556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:26:30.750 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:26:31.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:30 smithi164 bash[18308]: cluster 2024-02-10T09:26:29.732650+0000 mgr.smithi018.dxgutx (mgr.14180) 441 : 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-10T09:26:31.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:30 smithi164 bash[18308]: audit 2024-02-10T09:26:30.018599+0000 mgr.smithi018.dxgutx (mgr.14180) 442 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:26:31.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:30 smithi018 bash[14175]: cluster 2024-02-10T09:26:29.732650+0000 mgr.smithi018.dxgutx (mgr.14180) 441 : 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-10T09:26:31.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:30 smithi018 bash[14175]: audit 2024-02-10T09:26:30.018599+0000 mgr.smithi018.dxgutx (mgr.14180) 442 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:26:31.751 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:26:33.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:32 smithi164 bash[18308]: cluster 2024-02-10T09:26:31.733546+0000 mgr.smithi018.dxgutx (mgr.14180) 443 : 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-10T09:26:33.208 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:32 smithi018 bash[14175]: cluster 2024-02-10T09:26:31.733546+0000 mgr.smithi018.dxgutx (mgr.14180) 443 : 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-10T09:26:34.883 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:26:34.883 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:25:51.222559Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:25:50.569337Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:25:51.223075Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:55.306553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.sbvwnj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\nDeploy daemon haproxy.nfs.foo.smithi164.sbvwnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.710703Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meizqo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\nDeploy daemon haproxy.nfs.foo.smithi018.meizqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.712679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fxcqqb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:25:50.570338Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:25:50.569562Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:25:50.569695Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:25:50.570443Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:25:50.569800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:25:50.569901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:25:51.223556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:26:35.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:34 smithi164 bash[18308]: cluster 2024-02-10T09:26:33.734600+0000 mgr.smithi018.dxgutx (mgr.14180) 444 : cluster [DBG] pgmap v343: 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-10T09:26:35.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:34 smithi018 bash[14175]: cluster 2024-02-10T09:26:33.734600+0000 mgr.smithi018.dxgutx (mgr.14180) 444 : cluster [DBG] pgmap v343: 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-10T09:26:35.673 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:26:35.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:35 smithi018 bash[14175]: audit 2024-02-10T09:26:34.865923+0000 mgr.smithi018.dxgutx (mgr.14180) 445 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:26:36.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:35 smithi164 bash[18308]: audit 2024-02-10T09:26:34.865923+0000 mgr.smithi018.dxgutx (mgr.14180) 445 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:26:36.674 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:26:36.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:36 smithi018 bash[14175]: cluster 2024-02-10T09:26:35.735866+0000 mgr.smithi018.dxgutx (mgr.14180) 446 : 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-10T09:26:37.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:36 smithi164 bash[18308]: cluster 2024-02-10T09:26:35.735866+0000 mgr.smithi018.dxgutx (mgr.14180) 446 : 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-10T09:26:38.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:38 smithi164 bash[18308]: cluster 2024-02-10T09:26:37.736951+0000 mgr.smithi018.dxgutx (mgr.14180) 447 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:26:38.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:38 smithi018 bash[14175]: cluster 2024-02-10T09:26:37.736951+0000 mgr.smithi018.dxgutx (mgr.14180) 447 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:26:39.762 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:26:39.762 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:25:51.222559Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:25:50.569337Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:25:51.223075Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:55.306553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.sbvwnj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\nDeploy daemon haproxy.nfs.foo.smithi164.sbvwnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.710703Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meizqo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\nDeploy daemon haproxy.nfs.foo.smithi018.meizqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.712679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fxcqqb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:25:50.570338Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:25:50.569562Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:25:50.569695Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:25:50.570443Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:25:50.569800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:25:50.569901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:25:51.223556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:26:40.507 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:26:41.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:40 smithi164 bash[18308]: cluster 2024-02-10T09:26:39.738227+0000 mgr.smithi018.dxgutx (mgr.14180) 448 : 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-10T09:26:41.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:40 smithi164 bash[18308]: audit 2024-02-10T09:26:39.746513+0000 mgr.smithi018.dxgutx (mgr.14180) 449 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:26:41.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:40 smithi018 bash[14175]: cluster 2024-02-10T09:26:39.738227+0000 mgr.smithi018.dxgutx (mgr.14180) 448 : 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-10T09:26:41.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:40 smithi018 bash[14175]: audit 2024-02-10T09:26:39.746513+0000 mgr.smithi018.dxgutx (mgr.14180) 449 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:26:41.507 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:26:43.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:42 smithi164 bash[18308]: cluster 2024-02-10T09:26:41.739277+0000 mgr.smithi018.dxgutx (mgr.14180) 450 : 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-10T09:26:43.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:42 smithi018 bash[14175]: cluster 2024-02-10T09:26:41.739277+0000 mgr.smithi018.dxgutx (mgr.14180) 450 : 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-10T09:26:44.784 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:26:44.785 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:25:51.222559Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:25:50.569337Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:25:51.223075Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:55.306553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.sbvwnj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\nDeploy daemon haproxy.nfs.foo.smithi164.sbvwnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.710703Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meizqo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\nDeploy daemon haproxy.nfs.foo.smithi018.meizqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.712679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fxcqqb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:25:50.570338Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:25:50.569562Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:25:50.569695Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:25:50.570443Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:25:50.569800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:25:50.569901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:25:51.223556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:26:45.065 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:44 smithi018 bash[14175]: cluster 2024-02-10T09:26:43.740844+0000 mgr.smithi018.dxgutx (mgr.14180) 451 : cluster [DBG] pgmap v348: 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-10T09:26:45.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:44 smithi164 bash[18308]: cluster 2024-02-10T09:26:43.740844+0000 mgr.smithi018.dxgutx (mgr.14180) 451 : cluster [DBG] pgmap v348: 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-10T09:26:45.572 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:26:45.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:45 smithi018 bash[14175]: audit 2024-02-10T09:26:44.769187+0000 mgr.smithi018.dxgutx (mgr.14180) 452 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:26:46.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:45 smithi164 bash[18308]: audit 2024-02-10T09:26:44.769187+0000 mgr.smithi018.dxgutx (mgr.14180) 452 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:26:46.574 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:26:46.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:46 smithi018 bash[14175]: cluster 2024-02-10T09:26:45.742004+0000 mgr.smithi018.dxgutx (mgr.14180) 453 : 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-10T09:26:47.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:46 smithi164 bash[18308]: cluster 2024-02-10T09:26:45.742004+0000 mgr.smithi018.dxgutx (mgr.14180) 453 : 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-10T09:26:48.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:48 smithi164 bash[18308]: cluster 2024-02-10T09:26:47.743275+0000 mgr.smithi018.dxgutx (mgr.14180) 454 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:26:48.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:48 smithi018 bash[14175]: cluster 2024-02-10T09:26:47.743275+0000 mgr.smithi018.dxgutx (mgr.14180) 454 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:26:49.760 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:26:49.760 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:25:51.222559Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:25:50.569337Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:25:51.223075Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:55.306553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.sbvwnj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\nDeploy daemon haproxy.nfs.foo.smithi164.sbvwnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.710703Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meizqo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\nDeploy daemon haproxy.nfs.foo.smithi018.meizqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.712679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fxcqqb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:25:50.570338Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:25:50.569562Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:25:50.569695Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:25:50.570443Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:25:50.569800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:25:50.569901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:25:51.223556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:26:50.536 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:26:51.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:50 smithi164 bash[18308]: audit 2024-02-10T09:26:49.743838+0000 mgr.smithi018.dxgutx (mgr.14180) 455 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:26:51.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:50 smithi164 bash[18308]: cluster 2024-02-10T09:26:49.744979+0000 mgr.smithi018.dxgutx (mgr.14180) 456 : 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-10T09:26:51.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:50 smithi018 bash[14175]: audit 2024-02-10T09:26:49.743838+0000 mgr.smithi018.dxgutx (mgr.14180) 455 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:26:51.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:50 smithi018 bash[14175]: cluster 2024-02-10T09:26:49.744979+0000 mgr.smithi018.dxgutx (mgr.14180) 456 : 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-10T09:26:51.537 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:26:52.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:52 smithi018 bash[14175]: cluster 2024-02-10T09:26:51.745643+0000 mgr.smithi018.dxgutx (mgr.14180) 457 : 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-10T09:26:53.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:52 smithi164 bash[18308]: cluster 2024-02-10T09:26:51.745643+0000 mgr.smithi018.dxgutx (mgr.14180) 457 : 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-10T09:26:54.874 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:26:54.875 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:25:51.222559Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:25:50.569337Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:25:51.223075Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:55.306553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.sbvwnj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\nDeploy daemon haproxy.nfs.foo.smithi164.sbvwnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.710703Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meizqo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\nDeploy daemon haproxy.nfs.foo.smithi018.meizqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.712679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fxcqqb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:25:50.570338Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:25:50.569562Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:25:50.569695Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:25:50.570443Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:25:50.569800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:25:50.569901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:25:51.223556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:26:55.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:54 smithi164 bash[18308]: cluster 2024-02-10T09:26:53.746981+0000 mgr.smithi018.dxgutx (mgr.14180) 458 : cluster [DBG] pgmap v353: 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-10T09:26:55.155 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:54 smithi018 bash[14175]: cluster 2024-02-10T09:26:53.746981+0000 mgr.smithi018.dxgutx (mgr.14180) 458 : cluster [DBG] pgmap v353: 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-10T09:26:55.676 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:26:55.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:55 smithi018 bash[14175]: audit 2024-02-10T09:26:54.860729+0000 mgr.smithi018.dxgutx (mgr.14180) 459 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:26:56.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:55 smithi164 bash[18308]: audit 2024-02-10T09:26:54.860729+0000 mgr.smithi018.dxgutx (mgr.14180) 459 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:26:56.676 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:26:56.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:56 smithi018 bash[14175]: cluster 2024-02-10T09:26:55.748113+0000 mgr.smithi018.dxgutx (mgr.14180) 460 : 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-10T09:26:57.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:56 smithi164 bash[18308]: cluster 2024-02-10T09:26:55.748113+0000 mgr.smithi018.dxgutx (mgr.14180) 460 : 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-10T09:26:58.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:58 smithi164 bash[18308]: cluster 2024-02-10T09:26:57.749245+0000 mgr.smithi018.dxgutx (mgr.14180) 461 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:26:58.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:58 smithi018 bash[14175]: cluster 2024-02-10T09:26:57.749245+0000 mgr.smithi018.dxgutx (mgr.14180) 461 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:26:59.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:26:59 smithi018 bash[14175]: audit 2024-02-10T09:26:59.718647+0000 mon.smithi018 (mon.0) 768 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:27:00.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:26:59 smithi164 bash[18308]: audit 2024-02-10T09:26:59.718647+0000 mon.smithi018 (mon.0) 768 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:27:00.133 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:27:00.133 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:25:51.222559Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:25:50.569337Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:25:51.223075Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:55.306553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.sbvwnj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\nDeploy daemon haproxy.nfs.foo.smithi164.sbvwnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.710703Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meizqo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\nDeploy daemon haproxy.nfs.foo.smithi018.meizqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.712679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fxcqqb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:25:50.570338Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:25:50.569562Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:25:50.569695Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:25:50.570443Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:25:50.569800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:25:50.569901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:25:51.223556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:27:00.973 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:27:01.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:00 smithi164 bash[18308]: cluster 2024-02-10T09:26:59.750242+0000 mgr.smithi018.dxgutx (mgr.14180) 462 : 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-10T09:27:01.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:00 smithi164 bash[18308]: audit 2024-02-10T09:27:00.118527+0000 mgr.smithi018.dxgutx (mgr.14180) 463 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:27:01.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:00 smithi018 bash[14175]: cluster 2024-02-10T09:26:59.750242+0000 mgr.smithi018.dxgutx (mgr.14180) 462 : 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-10T09:27:01.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:00 smithi018 bash[14175]: audit 2024-02-10T09:27:00.118527+0000 mgr.smithi018.dxgutx (mgr.14180) 463 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:27:01.975 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:03.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:02 smithi164 bash[18308]: cluster 2024-02-10T09:27:01.751240+0000 mgr.smithi018.dxgutx (mgr.14180) 464 : 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-10T09:27:03.113 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:02 smithi018 bash[14175]: cluster 2024-02-10T09:27:01.751240+0000 mgr.smithi018.dxgutx (mgr.14180) 464 : 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-10T09:27:05.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:04 smithi164 bash[18308]: cluster 2024-02-10T09:27:03.752151+0000 mgr.smithi018.dxgutx (mgr.14180) 465 : cluster [DBG] pgmap v358: 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-10T09:27:05.155 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:27:05.156 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:25:51.222559Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:25:50.569337Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:25:51.223075Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:24:44.949639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ulnkxk on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:55.306553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.sbvwnj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\nDeploy daemon haproxy.nfs.foo.smithi164.sbvwnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.710703Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meizqo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\nDeploy daemon haproxy.nfs.foo.smithi018.meizqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.712679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fxcqqb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:25:50.570338Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:25:50.569562Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:25:50.569695Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:25:50.570443Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:25:50.569800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:25:50.569901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:25:51.223556Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:27:05.186 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:04 smithi018 bash[14175]: cluster 2024-02-10T09:27:03.752151+0000 mgr.smithi018.dxgutx (mgr.14180) 465 : cluster [DBG] pgmap v358: 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-10T09:27:05.962 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:27:06.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:06 smithi018 bash[14175]: audit 2024-02-10T09:27:05.143058+0000 mgr.smithi018.dxgutx (mgr.14180) 466 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:27:06.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:06 smithi018 bash[14175]: audit 2024-02-10T09:27:05.383545+0000 mon.smithi018 (mon.0) 769 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:27:06.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:06 smithi018 bash[14175]: audit 2024-02-10T09:27:05.712282+0000 mon.smithi018 (mon.0) 770 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:27:06.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:06 smithi018 bash[14175]: audit 2024-02-10T09:27:05.991089+0000 mon.smithi018 (mon.0) 771 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:27:06.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:06 smithi018 bash[14175]: audit 2024-02-10T09:27:05.992464+0000 mon.smithi018 (mon.0) 772 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:27:06.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:06 smithi018 bash[14175]: audit 2024-02-10T09:27:06.001052+0000 mon.smithi018 (mon.0) 773 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:27:06.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:06 smithi018 bash[14175]: audit 2024-02-10T09:27:06.007715+0000 mon.smithi018 (mon.0) 774 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:27:06.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:06 smithi018 bash[14175]: audit 2024-02-10T09:27:06.022158+0000 mon.smithi018 (mon.0) 775 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:27:06.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:06 smithi164 bash[18308]: audit 2024-02-10T09:27:05.143058+0000 mgr.smithi018.dxgutx (mgr.14180) 466 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:27:06.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:06 smithi164 bash[18308]: audit 2024-02-10T09:27:05.383545+0000 mon.smithi018 (mon.0) 769 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:27:06.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:06 smithi164 bash[18308]: audit 2024-02-10T09:27:05.712282+0000 mon.smithi018 (mon.0) 770 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:27:06.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:06 smithi164 bash[18308]: audit 2024-02-10T09:27:05.991089+0000 mon.smithi018 (mon.0) 771 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:27:06.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:06 smithi164 bash[18308]: audit 2024-02-10T09:27:05.992464+0000 mon.smithi018 (mon.0) 772 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:27:06.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:06 smithi164 bash[18308]: audit 2024-02-10T09:27:06.001052+0000 mon.smithi018 (mon.0) 773 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:27:06.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:06 smithi164 bash[18308]: audit 2024-02-10T09:27:06.007715+0000 mon.smithi018 (mon.0) 774 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:27:06.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:06 smithi164 bash[18308]: audit 2024-02-10T09:27:06.022158+0000 mon.smithi018 (mon.0) 775 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:27:06.963 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:07.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:07 smithi018 bash[14175]: cluster 2024-02-10T09:27:05.753229+0000 mgr.smithi018.dxgutx (mgr.14180) 467 : 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-10T09:27:07.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:07 smithi018 bash[14175]: cluster 2024-02-10T09:27:06.001868+0000 mgr.smithi018.dxgutx (mgr.14180) 468 : cluster [DBG] pgmap v360: 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-10T09:27:07.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:07 smithi018 bash[14175]: cephadm 2024-02-10T09:27:06.026900+0000 mgr.smithi018.dxgutx (mgr.14180) 469 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.ipmojw on smithi164 2024-02-10T09:27:07.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:07 smithi018 bash[14175]: cluster 2024-02-10T09:27:06.708119+0000 mon.smithi018 (mon.0) 776 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:27:07.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:07 smithi018 bash[14175]: cluster 2024-02-10T09:27:06.708170+0000 mon.smithi018 (mon.0) 777 : cluster [INF] Cluster is now healthy 2024-02-10T09:27:07.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:07 smithi164 bash[18308]: cluster 2024-02-10T09:27:05.753229+0000 mgr.smithi018.dxgutx (mgr.14180) 467 : 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-10T09:27:07.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:07 smithi164 bash[18308]: cluster 2024-02-10T09:27:06.001868+0000 mgr.smithi018.dxgutx (mgr.14180) 468 : cluster [DBG] pgmap v360: 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-10T09:27:07.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:07 smithi164 bash[18308]: cephadm 2024-02-10T09:27:06.026900+0000 mgr.smithi018.dxgutx (mgr.14180) 469 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.ipmojw on smithi164 2024-02-10T09:27:07.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:07 smithi164 bash[18308]: cluster 2024-02-10T09:27:06.708119+0000 mon.smithi018 (mon.0) 776 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:27:07.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:07 smithi164 bash[18308]: cluster 2024-02-10T09:27:06.708170+0000 mon.smithi018 (mon.0) 777 : cluster [INF] Cluster is now healthy 2024-02-10T09:27:08.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:08 smithi018 bash[14175]: cluster 2024-02-10T09:27:08.002833+0000 mgr.smithi018.dxgutx (mgr.14180) 470 : cluster [DBG] pgmap v361: 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-10T09:27:08.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:08 smithi164 bash[18308]: cluster 2024-02-10T09:27:08.002833+0000 mgr.smithi018.dxgutx (mgr.14180) 470 : cluster [DBG] pgmap v361: 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-10T09:27:10.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:09 smithi164 bash[18308]: audit 2024-02-10T09:27:09.895684+0000 mon.smithi018 (mon.0) 778 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.ipmojw"}]: dispatch 2024-02-10T09:27:10.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:09 smithi018 bash[14175]: audit 2024-02-10T09:27:09.895684+0000 mon.smithi018 (mon.0) 778 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.ipmojw"}]: dispatch 2024-02-10T09:27:10.285 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:27:10.285 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:25:55.306553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.sbvwnj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-sbvwnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.sbvwnj\nDeploy daemon haproxy.nfs.foo.smithi164.sbvwnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.710703Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meizqo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meizqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meizqo\nDeploy daemon haproxy.nfs.foo.smithi018.meizqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:25:59.712679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fxcqqb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:09.896769Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ipmojw on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\nDeploy daemon haproxy.nfs.foo.smithi164.ipmojw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -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.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:27:11.069 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:27:11.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: cephadm 2024-02-10T09:27:09.894534+0000 mgr.smithi018.dxgutx (mgr.14180) 471 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw 2024-02-10T09:27:11.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:27:11.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw 2024-02-10T09:27:11.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw 2024-02-10T09:27:11.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:27:11.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw 2024-02-10T09:27:11.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.ipmojw ... 2024-02-10T09:27:11.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:27:11.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:27:11.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:27:11.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:27:11.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:27:11.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:27:11.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:27:11.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:27:11.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:27:11.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:27:11.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw 2024-02-10T09:27:11.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:27:11.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw 2024-02-10T09:27:11.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw 2024-02-10T09:27:11.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:27:11.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw 2024-02-10T09:27:11.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.ipmojw ... 2024-02-10T09:27:11.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:27:11.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:27:11.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:27:11.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:27:11.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:27:11.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: cephadm 2024-02-10T09:27:09.895008+0000 mgr.smithi018.dxgutx (mgr.14180) 472 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.ipmojw 2024-02-10T09:27:11.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: cephadm 2024-02-10T09:27:09.896959+0000 mgr.smithi018.dxgutx (mgr.14180) 473 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.ipmojw on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw 2024-02-10T09:27:11.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:27:11.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw 2024-02-10T09:27:11.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw 2024-02-10T09:27:11.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:27:11.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw 2024-02-10T09:27:11.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.ipmojw ... 2024-02-10T09:27:11.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:27:11.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:27:11.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:27:11.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:27:11.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:27:11.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: cephadm 2024-02-10T09:27:09.901976+0000 mgr.smithi018.dxgutx (mgr.14180) 474 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.meqlcf on smithi018 2024-02-10T09:27:11.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: cluster 2024-02-10T09:27:10.003810+0000 mgr.smithi018.dxgutx (mgr.14180) 475 : cluster [DBG] pgmap v362: 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-10T09:27:11.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:10 smithi018 bash[14175]: audit 2024-02-10T09:27:10.269898+0000 mgr.smithi018.dxgutx (mgr.14180) 476 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:27:11.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: cephadm 2024-02-10T09:27:09.894534+0000 mgr.smithi018.dxgutx (mgr.14180) 471 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw 2024-02-10T09:27:11.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:27:11.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw 2024-02-10T09:27:11.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw 2024-02-10T09:27:11.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:27:11.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw 2024-02-10T09:27:11.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.ipmojw ... 2024-02-10T09:27:11.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:27:11.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:27:11.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:27:11.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:27:11.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:27:11.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:27:11.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:27:11.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:27:11.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:27:11.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:27:11.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw 2024-02-10T09:27:11.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:27:11.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw 2024-02-10T09:27:11.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw 2024-02-10T09:27:11.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:27:11.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw 2024-02-10T09:27:11.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.ipmojw ... 2024-02-10T09:27:11.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:27:11.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:27:11.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:27:11.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:27:11.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:27:11.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: cephadm 2024-02-10T09:27:09.895008+0000 mgr.smithi018.dxgutx (mgr.14180) 472 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.ipmojw 2024-02-10T09:27:11.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: cephadm 2024-02-10T09:27:09.896959+0000 mgr.smithi018.dxgutx (mgr.14180) 473 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.ipmojw on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw 2024-02-10T09:27:11.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:27:11.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw 2024-02-10T09:27:11.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw 2024-02-10T09:27:11.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:27:11.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw 2024-02-10T09:27:11.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.ipmojw ... 2024-02-10T09:27:11.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:27:11.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:27:11.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:27:11.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:27:11.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:27:11.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: cephadm 2024-02-10T09:27:09.901976+0000 mgr.smithi018.dxgutx (mgr.14180) 474 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.meqlcf on smithi018 2024-02-10T09:27:11.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: cluster 2024-02-10T09:27:10.003810+0000 mgr.smithi018.dxgutx (mgr.14180) 475 : cluster [DBG] pgmap v362: 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-10T09:27:11.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:10 smithi164 bash[18308]: audit 2024-02-10T09:27:10.269898+0000 mgr.smithi018.dxgutx (mgr.14180) 476 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:27:12.071 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:12.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:12 smithi164 bash[18308]: audit 2024-02-10T09:27:11.481018+0000 mon.smithi018 (mon.0) 779 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:27:12.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:12 smithi164 bash[18308]: cluster 2024-02-10T09:27:12.004508+0000 mgr.smithi018.dxgutx (mgr.14180) 477 : cluster [DBG] pgmap v363: 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-10T09:27:12.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:12 smithi018 bash[14175]: audit 2024-02-10T09:27:11.481018+0000 mon.smithi018 (mon.0) 779 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:27:12.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:12 smithi018 bash[14175]: cluster 2024-02-10T09:27:12.004508+0000 mgr.smithi018.dxgutx (mgr.14180) 477 : cluster [DBG] pgmap v363: 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-10T09:27:15.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: cluster 2024-02-10T09:27:14.005240+0000 mgr.smithi018.dxgutx (mgr.14180) 478 : cluster [DBG] pgmap v364: 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-10T09:27:15.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: cephadm 2024-02-10T09:27:14.178465+0000 mgr.smithi018.dxgutx (mgr.14180) 479 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf 2024-02-10T09:27:15.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:27:15.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf 2024-02-10T09:27:15.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf 2024-02-10T09:27:15.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:27:15.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf 2024-02-10T09:27:15.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.meqlcf ... 2024-02-10T09:27:15.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:27:15.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:27:15.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:27:15.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:27:15.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:27:15.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:27:15.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:27:15.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:27:15.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:27:15.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:27:15.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf 2024-02-10T09:27:15.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:27:15.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf 2024-02-10T09:27:15.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf 2024-02-10T09:27:15.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:27:15.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf 2024-02-10T09:27:15.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.meqlcf ... 2024-02-10T09:27:15.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:27:15.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:27:15.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:27:15.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:27:15.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:27:15.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: cephadm 2024-02-10T09:27:14.178735+0000 mgr.smithi018.dxgutx (mgr.14180) 480 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.meqlcf 2024-02-10T09:27:15.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: audit 2024-02-10T09:27:14.179443+0000 mon.smithi018 (mon.0) 780 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.meqlcf"}]: dispatch 2024-02-10T09:27:15.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: cephadm 2024-02-10T09:27:14.180797+0000 mgr.smithi018.dxgutx (mgr.14180) 481 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.meqlcf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf 2024-02-10T09:27:15.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:27:15.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf 2024-02-10T09:27:15.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf 2024-02-10T09:27:15.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:27:15.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf 2024-02-10T09:27:15.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.meqlcf ... 2024-02-10T09:27:15.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:27:15.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:27:15.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:27:15.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:27:15.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:27:15.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: cephadm 2024-02-10T09:27:14.185661+0000 mgr.smithi018.dxgutx (mgr.14180) 482 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.vmrujy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:27:15.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: cephadm 2024-02-10T09:27:14.187340+0000 mgr.smithi018.dxgutx (mgr.14180) 483 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:27:15.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: cluster 2024-02-10T09:27:14.188347+0000 mgr.smithi018.dxgutx (mgr.14180) 484 : cluster [DBG] pgmap v365: 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-10T09:27:15.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:15 smithi018 bash[14175]: audit 2024-02-10T09:27:14.579417+0000 mon.smithi018 (mon.0) 781 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:27:15.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: cluster 2024-02-10T09:27:14.005240+0000 mgr.smithi018.dxgutx (mgr.14180) 478 : cluster [DBG] pgmap v364: 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-10T09:27:15.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: cephadm 2024-02-10T09:27:14.178465+0000 mgr.smithi018.dxgutx (mgr.14180) 479 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf 2024-02-10T09:27:15.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:27:15.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf 2024-02-10T09:27:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf 2024-02-10T09:27:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:27:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf 2024-02-10T09:27:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.meqlcf ... 2024-02-10T09:27:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:27:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:27:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:27:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:27:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:27:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:27:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:27:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:27:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:27:15.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:27:15.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf 2024-02-10T09:27:15.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:27:15.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf 2024-02-10T09:27:15.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf 2024-02-10T09:27:15.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:27:15.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf 2024-02-10T09:27:15.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.meqlcf ... 2024-02-10T09:27:15.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:27:15.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:27:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:27:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:27:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:27:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: cephadm 2024-02-10T09:27:14.178735+0000 mgr.smithi018.dxgutx (mgr.14180) 480 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.meqlcf 2024-02-10T09:27:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: audit 2024-02-10T09:27:14.179443+0000 mon.smithi018 (mon.0) 780 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.meqlcf"}]: dispatch 2024-02-10T09:27:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: cephadm 2024-02-10T09:27:14.180797+0000 mgr.smithi018.dxgutx (mgr.14180) 481 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.meqlcf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf 2024-02-10T09:27:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:27:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf 2024-02-10T09:27:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf 2024-02-10T09:27:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:27:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf 2024-02-10T09:27:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.meqlcf ... 2024-02-10T09:27:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:27:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:27:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:27:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:27:15.579 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:27:15.579 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: cephadm 2024-02-10T09:27:14.185661+0000 mgr.smithi018.dxgutx (mgr.14180) 482 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.vmrujy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:27:15.579 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: cephadm 2024-02-10T09:27:14.187340+0000 mgr.smithi018.dxgutx (mgr.14180) 483 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:27:15.579 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: cluster 2024-02-10T09:27:14.188347+0000 mgr.smithi018.dxgutx (mgr.14180) 484 : cluster [DBG] pgmap v365: 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-10T09:27:15.579 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:15 smithi164 bash[18308]: audit 2024-02-10T09:27:14.579417+0000 mon.smithi018 (mon.0) 781 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:27:15.658 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:27:15.658 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:09.896769Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ipmojw on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\nDeploy daemon haproxy.nfs.foo.smithi164.ipmojw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.180663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meqlcf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\nDeploy daemon haproxy.nfs.foo.smithi018.meqlcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.185553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.vmrujy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:14.187240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:27:16.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:16 smithi018 bash[14175]: cluster 2024-02-10T09:27:15.059120+0000 mon.smithi018 (mon.0) 782 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:27:16.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:27:16.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:16 smithi164 bash[18308]: cluster 2024-02-10T09:27:15.059120+0000 mon.smithi018 (mon.0) 782 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:27:17.476 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:17.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:17 smithi018 bash[14175]: audit 2024-02-10T09:27:15.647209+0000 mgr.smithi018.dxgutx (mgr.14180) 485 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:27:17.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:17 smithi018 bash[14175]: cluster 2024-02-10T09:27:16.189098+0000 mgr.smithi018.dxgutx (mgr.14180) 486 : cluster [DBG] pgmap v366: 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-10T09:27:17.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:17 smithi164 bash[18308]: audit 2024-02-10T09:27:15.647209+0000 mgr.smithi018.dxgutx (mgr.14180) 485 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:27:17.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:17 smithi164 bash[18308]: cluster 2024-02-10T09:27:16.189098+0000 mgr.smithi018.dxgutx (mgr.14180) 486 : cluster [DBG] pgmap v366: 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-10T09:27:18.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:18 smithi164 bash[18308]: cluster 2024-02-10T09:27:18.190013+0000 mgr.smithi018.dxgutx (mgr.14180) 487 : cluster [DBG] pgmap v367: 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-10T09:27:18.942 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:18 smithi018 bash[14175]: cluster 2024-02-10T09:27:18.190013+0000 mgr.smithi018.dxgutx (mgr.14180) 487 : cluster [DBG] pgmap v367: 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-10T09:27:20.796 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:27:20.797 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:09.896769Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ipmojw on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\nDeploy daemon haproxy.nfs.foo.smithi164.ipmojw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.180663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meqlcf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\nDeploy daemon haproxy.nfs.foo.smithi018.meqlcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.185553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.vmrujy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:14.187240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:27:21.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:21 smithi018 bash[14175]: cluster 2024-02-10T09:27:20.191283+0000 mgr.smithi018.dxgutx (mgr.14180) 488 : cluster [DBG] pgmap v368: 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-10T09:27:21.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:21 smithi164 bash[18308]: cluster 2024-02-10T09:27:20.191283+0000 mgr.smithi018.dxgutx (mgr.14180) 488 : cluster [DBG] pgmap v368: 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-10T09:27:21.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:27:22.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:22 smithi164 bash[18308]: audit 2024-02-10T09:27:20.781867+0000 mgr.smithi018.dxgutx (mgr.14180) 489 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:27:22.606 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:22.620 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:22 smithi018 bash[14175]: audit 2024-02-10T09:27:20.781867+0000 mgr.smithi018.dxgutx (mgr.14180) 489 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:27:23.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:23 smithi164 bash[18308]: cluster 2024-02-10T09:27:22.192354+0000 mgr.smithi018.dxgutx (mgr.14180) 490 : cluster [DBG] pgmap v369: 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-10T09:27:23.718 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:23 smithi018 bash[14175]: cluster 2024-02-10T09:27:22.192354+0000 mgr.smithi018.dxgutx (mgr.14180) 490 : cluster [DBG] pgmap v369: 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-10T09:27:25.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:25 smithi164 bash[18308]: cluster 2024-02-10T09:27:24.193685+0000 mgr.smithi018.dxgutx (mgr.14180) 491 : cluster [DBG] pgmap v370: 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-10T09:27:25.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:25 smithi018 bash[14175]: cluster 2024-02-10T09:27:24.193685+0000 mgr.smithi018.dxgutx (mgr.14180) 491 : cluster [DBG] pgmap v370: 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-10T09:27:25.868 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:27:25.868 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:09.896769Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ipmojw on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\nDeploy daemon haproxy.nfs.foo.smithi164.ipmojw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.180663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meqlcf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\nDeploy daemon haproxy.nfs.foo.smithi018.meqlcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.185553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.vmrujy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:14.187240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:27:26.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:27:27.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:27 smithi164 bash[18308]: audit 2024-02-10T09:27:25.853510+0000 mgr.smithi018.dxgutx (mgr.14180) 492 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:27:27.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:27 smithi164 bash[18308]: cluster 2024-02-10T09:27:26.194858+0000 mgr.smithi018.dxgutx (mgr.14180) 493 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:27:27.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:27 smithi164 bash[18308]: audit 2024-02-10T09:27:26.478861+0000 mon.smithi018 (mon.0) 783 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:27:27.632 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:27.646 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:27 smithi018 bash[14175]: audit 2024-02-10T09:27:25.853510+0000 mgr.smithi018.dxgutx (mgr.14180) 492 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:27:27.646 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:27 smithi018 bash[14175]: cluster 2024-02-10T09:27:26.194858+0000 mgr.smithi018.dxgutx (mgr.14180) 493 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:27:27.646 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:27 smithi018 bash[14175]: audit 2024-02-10T09:27:26.478861+0000 mon.smithi018 (mon.0) 783 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:27:28.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:28 smithi164 bash[18308]: cluster 2024-02-10T09:27:28.196238+0000 mgr.smithi018.dxgutx (mgr.14180) 494 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:27:28.909 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:28 smithi018 bash[14175]: cluster 2024-02-10T09:27:28.196238+0000 mgr.smithi018.dxgutx (mgr.14180) 494 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:27:30.926 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:27:30.926 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:09.896769Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ipmojw on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\nDeploy daemon haproxy.nfs.foo.smithi164.ipmojw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.180663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meqlcf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\nDeploy daemon haproxy.nfs.foo.smithi018.meqlcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.185553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.vmrujy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:14.187240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:27:31.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:31 smithi018 bash[14175]: cluster 2024-02-10T09:27:30.197638+0000 mgr.smithi018.dxgutx (mgr.14180) 495 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:27:31.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:31 smithi164 bash[18308]: cluster 2024-02-10T09:27:30.197638+0000 mgr.smithi018.dxgutx (mgr.14180) 495 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:27:31.707 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:27:32.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:32 smithi164 bash[18308]: audit 2024-02-10T09:27:30.910882+0000 mgr.smithi018.dxgutx (mgr.14180) 496 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:27:32.708 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:32.722 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:32 smithi018 bash[14175]: audit 2024-02-10T09:27:30.910882+0000 mgr.smithi018.dxgutx (mgr.14180) 496 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:27:33.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:33 smithi164 bash[18308]: cluster 2024-02-10T09:27:32.198796+0000 mgr.smithi018.dxgutx (mgr.14180) 497 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:27:33.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:33 smithi018 bash[14175]: cluster 2024-02-10T09:27:32.198796+0000 mgr.smithi018.dxgutx (mgr.14180) 497 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:27:35.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:35 smithi164 bash[18308]: cluster 2024-02-10T09:27:34.200058+0000 mgr.smithi018.dxgutx (mgr.14180) 498 : cluster [DBG] pgmap v375: 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-10T09:27:35.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:35 smithi018 bash[14175]: cluster 2024-02-10T09:27:34.200058+0000 mgr.smithi018.dxgutx (mgr.14180) 498 : cluster [DBG] pgmap v375: 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-10T09:27:35.814 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:27:35.814 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:09.896769Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ipmojw on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\nDeploy daemon haproxy.nfs.foo.smithi164.ipmojw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.180663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meqlcf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\nDeploy daemon haproxy.nfs.foo.smithi018.meqlcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.185553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.vmrujy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:14.187240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:27:36.607 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:27:37.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:37 smithi164 bash[18308]: audit 2024-02-10T09:27:35.799797+0000 mgr.smithi018.dxgutx (mgr.14180) 499 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:27:37.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:37 smithi164 bash[18308]: cluster 2024-02-10T09:27:36.201174+0000 mgr.smithi018.dxgutx (mgr.14180) 500 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:27:37.608 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:37.623 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:37 smithi018 bash[14175]: audit 2024-02-10T09:27:35.799797+0000 mgr.smithi018.dxgutx (mgr.14180) 499 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:27:37.623 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:37 smithi018 bash[14175]: cluster 2024-02-10T09:27:36.201174+0000 mgr.smithi018.dxgutx (mgr.14180) 500 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:27:38.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:38 smithi164 bash[18308]: cluster 2024-02-10T09:27:38.202429+0000 mgr.smithi018.dxgutx (mgr.14180) 501 : 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-10T09:27:38.925 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:38 smithi018 bash[14175]: cluster 2024-02-10T09:27:38.202429+0000 mgr.smithi018.dxgutx (mgr.14180) 501 : 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-10T09:27:40.934 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:27:40.935 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:09.896769Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ipmojw on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\nDeploy daemon haproxy.nfs.foo.smithi164.ipmojw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.180663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meqlcf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\nDeploy daemon haproxy.nfs.foo.smithi018.meqlcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.185553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.vmrujy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:14.187240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:27:41.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:41 smithi018 bash[14175]: cluster 2024-02-10T09:27:40.203668+0000 mgr.smithi018.dxgutx (mgr.14180) 502 : 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-10T09:27:41.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:41 smithi164 bash[18308]: cluster 2024-02-10T09:27:40.203668+0000 mgr.smithi018.dxgutx (mgr.14180) 502 : 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-10T09:27:41.924 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:27:42.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:42 smithi164 bash[18308]: audit 2024-02-10T09:27:40.919119+0000 mgr.smithi018.dxgutx (mgr.14180) 503 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:27:42.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:42 smithi018 bash[14175]: audit 2024-02-10T09:27:40.919119+0000 mgr.smithi018.dxgutx (mgr.14180) 503 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:27:42.926 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:43.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:43 smithi018 bash[14175]: cluster 2024-02-10T09:27:42.204737+0000 mgr.smithi018.dxgutx (mgr.14180) 504 : 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-10T09:27:43.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:43 smithi164 bash[18308]: cluster 2024-02-10T09:27:42.204737+0000 mgr.smithi018.dxgutx (mgr.14180) 504 : 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-10T09:27:45.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:45 smithi164 bash[18308]: cluster 2024-02-10T09:27:44.206005+0000 mgr.smithi018.dxgutx (mgr.14180) 505 : cluster [DBG] pgmap v380: 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-10T09:27:45.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:45 smithi018 bash[14175]: cluster 2024-02-10T09:27:44.206005+0000 mgr.smithi018.dxgutx (mgr.14180) 505 : cluster [DBG] pgmap v380: 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-10T09:27:46.265 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:27:46.265 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:09.896769Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ipmojw on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\nDeploy daemon haproxy.nfs.foo.smithi164.ipmojw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.180663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meqlcf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\nDeploy daemon haproxy.nfs.foo.smithi018.meqlcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.185553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.vmrujy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:14.187240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:27:47.018 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:27:47.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:47 smithi164 bash[18308]: cluster 2024-02-10T09:27:46.207092+0000 mgr.smithi018.dxgutx (mgr.14180) 506 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:27:47.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:47 smithi164 bash[18308]: audit 2024-02-10T09:27:46.249515+0000 mgr.smithi018.dxgutx (mgr.14180) 507 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:27:47.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:47 smithi018 bash[14175]: cluster 2024-02-10T09:27:46.207092+0000 mgr.smithi018.dxgutx (mgr.14180) 506 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:27:47.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:47 smithi018 bash[14175]: audit 2024-02-10T09:27:46.249515+0000 mgr.smithi018.dxgutx (mgr.14180) 507 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:27:48.020 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:48.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:48 smithi164 bash[18308]: cluster 2024-02-10T09:27:48.208313+0000 mgr.smithi018.dxgutx (mgr.14180) 508 : 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-10T09:27:48.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:48 smithi018 bash[14175]: cluster 2024-02-10T09:27:48.208313+0000 mgr.smithi018.dxgutx (mgr.14180) 508 : 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-10T09:27:51.140 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:27:51.141 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:09.896769Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ipmojw on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\nDeploy daemon haproxy.nfs.foo.smithi164.ipmojw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.180663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meqlcf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\nDeploy daemon haproxy.nfs.foo.smithi018.meqlcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.185553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.vmrujy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:14.187240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:27:51.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:51 smithi018 bash[14175]: cluster 2024-02-10T09:27:50.209511+0000 mgr.smithi018.dxgutx (mgr.14180) 509 : 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-10T09:27:51.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:51 smithi164 bash[18308]: cluster 2024-02-10T09:27:50.209511+0000 mgr.smithi018.dxgutx (mgr.14180) 509 : 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-10T09:27:51.994 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:27:52.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:52 smithi164 bash[18308]: audit 2024-02-10T09:27:51.125809+0000 mgr.smithi018.dxgutx (mgr.14180) 510 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:27:52.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:52 smithi018 bash[14175]: audit 2024-02-10T09:27:51.125809+0000 mgr.smithi018.dxgutx (mgr.14180) 510 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:27:52.995 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:53.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:53 smithi018 bash[14175]: cluster 2024-02-10T09:27:52.210721+0000 mgr.smithi018.dxgutx (mgr.14180) 511 : 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-10T09:27:53.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:53 smithi164 bash[18308]: cluster 2024-02-10T09:27:52.210721+0000 mgr.smithi018.dxgutx (mgr.14180) 511 : 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-10T09:27:55.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:55 smithi164 bash[18308]: cluster 2024-02-10T09:27:54.212123+0000 mgr.smithi018.dxgutx (mgr.14180) 512 : cluster [DBG] pgmap v385: 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-10T09:27:55.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:55 smithi018 bash[14175]: cluster 2024-02-10T09:27:54.212123+0000 mgr.smithi018.dxgutx (mgr.14180) 512 : cluster [DBG] pgmap v385: 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-10T09:27:56.271 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:27:56.272 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:09.896769Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ipmojw on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\nDeploy daemon haproxy.nfs.foo.smithi164.ipmojw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.180663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meqlcf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\nDeploy daemon haproxy.nfs.foo.smithi018.meqlcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.185553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.vmrujy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:14.187240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:27:57.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:27:57.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:57 smithi018 bash[14175]: cluster 2024-02-10T09:27:56.213235+0000 mgr.smithi018.dxgutx (mgr.14180) 513 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:27:57.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:57 smithi018 bash[14175]: audit 2024-02-10T09:27:56.260919+0000 mgr.smithi018.dxgutx (mgr.14180) 514 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:27:57.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:57 smithi164 bash[18308]: cluster 2024-02-10T09:27:56.213235+0000 mgr.smithi018.dxgutx (mgr.14180) 513 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:27:57.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:57 smithi164 bash[18308]: audit 2024-02-10T09:27:56.260919+0000 mgr.smithi018.dxgutx (mgr.14180) 514 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:27:58.062 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:27:58.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:27:58 smithi018 bash[14175]: cluster 2024-02-10T09:27:58.214454+0000 mgr.smithi018.dxgutx (mgr.14180) 515 : 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-10T09:27:59.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:27:58 smithi164 bash[18308]: cluster 2024-02-10T09:27:58.214454+0000 mgr.smithi018.dxgutx (mgr.14180) 515 : 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-10T09:28:01.394 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:28:01.394 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:09.896769Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ipmojw on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\nDeploy daemon haproxy.nfs.foo.smithi164.ipmojw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.180663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meqlcf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\nDeploy daemon haproxy.nfs.foo.smithi018.meqlcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.185553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.vmrujy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:14.187240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:28:01.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:01 smithi164 bash[18308]: cluster 2024-02-10T09:28:00.215697+0000 mgr.smithi018.dxgutx (mgr.14180) 516 : 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-10T09:28:01.643 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:01 smithi018 bash[14175]: cluster 2024-02-10T09:28:00.215697+0000 mgr.smithi018.dxgutx (mgr.14180) 516 : 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-10T09:28:02.200 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:28:02.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:02 smithi018 bash[14175]: audit 2024-02-10T09:28:01.383166+0000 mgr.smithi018.dxgutx (mgr.14180) 517 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:28:02.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:02 smithi164 bash[18308]: audit 2024-02-10T09:28:01.383166+0000 mgr.smithi018.dxgutx (mgr.14180) 517 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:28:03.201 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:28:03.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:03 smithi018 bash[14175]: cluster 2024-02-10T09:28:02.216833+0000 mgr.smithi018.dxgutx (mgr.14180) 518 : 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-10T09:28:03.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:03 smithi164 bash[18308]: cluster 2024-02-10T09:28:02.216833+0000 mgr.smithi018.dxgutx (mgr.14180) 518 : 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-10T09:28:05.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:05 smithi018 bash[14175]: cluster 2024-02-10T09:28:04.218183+0000 mgr.smithi018.dxgutx (mgr.14180) 519 : cluster [DBG] pgmap v390: 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-10T09:28:05.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:05 smithi164 bash[18308]: cluster 2024-02-10T09:28:04.218183+0000 mgr.smithi018.dxgutx (mgr.14180) 519 : cluster [DBG] pgmap v390: 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-10T09:28:06.320 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:28:06.321 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:09.896769Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ipmojw on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\nDeploy daemon haproxy.nfs.foo.smithi164.ipmojw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.180663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meqlcf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\nDeploy daemon haproxy.nfs.foo.smithi018.meqlcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.185553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.vmrujy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:14.187240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:28:07.086 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:28:07.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:07 smithi018 bash[14175]: cluster 2024-02-10T09:28:06.219259+0000 mgr.smithi018.dxgutx (mgr.14180) 520 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:28:07.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:07 smithi018 bash[14175]: audit 2024-02-10T09:28:06.304921+0000 mgr.smithi018.dxgutx (mgr.14180) 521 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:28:07.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:07 smithi164 bash[18308]: cluster 2024-02-10T09:28:06.219259+0000 mgr.smithi018.dxgutx (mgr.14180) 520 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:28:07.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:07 smithi164 bash[18308]: audit 2024-02-10T09:28:06.304921+0000 mgr.smithi018.dxgutx (mgr.14180) 521 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:28:08.087 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:28:08.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:08 smithi018 bash[14175]: cluster 2024-02-10T09:28:08.220447+0000 mgr.smithi018.dxgutx (mgr.14180) 522 : 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-10T09:28:09.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:08 smithi164 bash[18308]: cluster 2024-02-10T09:28:08.220447+0000 mgr.smithi018.dxgutx (mgr.14180) 522 : 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-10T09:28:11.423 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:28:11.423 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:09.896769Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ipmojw on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\nDeploy daemon haproxy.nfs.foo.smithi164.ipmojw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.180663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meqlcf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\nDeploy daemon haproxy.nfs.foo.smithi018.meqlcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.185553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.vmrujy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:14.187240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:28:11.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:11 smithi164 bash[18308]: cluster 2024-02-10T09:28:10.221719+0000 mgr.smithi018.dxgutx (mgr.14180) 523 : 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-10T09:28:11.683 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:11 smithi018 bash[14175]: cluster 2024-02-10T09:28:10.221719+0000 mgr.smithi018.dxgutx (mgr.14180) 523 : 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-10T09:28:12.218 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:28:13.219 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:28:13.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:13 smithi164 bash[18308]: audit 2024-02-10T09:28:11.408740+0000 mgr.smithi018.dxgutx (mgr.14180) 524 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:28:13.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:13 smithi164 bash[18308]: cluster 2024-02-10T09:28:12.222817+0000 mgr.smithi018.dxgutx (mgr.14180) 525 : 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-10T09:28:13.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:13 smithi018 bash[14175]: audit 2024-02-10T09:28:11.408740+0000 mgr.smithi018.dxgutx (mgr.14180) 524 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:28:13.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:13 smithi018 bash[14175]: cluster 2024-02-10T09:28:12.222817+0000 mgr.smithi018.dxgutx (mgr.14180) 525 : 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-10T09:28:14.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:14 smithi164 bash[18308]: audit 2024-02-10T09:28:14.191428+0000 mon.smithi018 (mon.0) 784 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:28:14.632 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:14 smithi018 bash[14175]: audit 2024-02-10T09:28:14.191428+0000 mon.smithi018 (mon.0) 784 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:28:15.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:15 smithi018 bash[14175]: cluster 2024-02-10T09:28:14.223905+0000 mgr.smithi018.dxgutx (mgr.14180) 526 : cluster [DBG] pgmap v395: 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-10T09:28:15.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:15 smithi018 bash[14175]: audit 2024-02-10T09:28:14.469385+0000 mon.smithi018 (mon.0) 785 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:28:15.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:15 smithi018 bash[14175]: audit 2024-02-10T09:28:14.769094+0000 mon.smithi018 (mon.0) 786 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:28:15.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:15 smithi018 bash[14175]: audit 2024-02-10T09:28:14.770933+0000 mon.smithi018 (mon.0) 787 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:28:15.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:15 smithi018 bash[14175]: audit 2024-02-10T09:28:14.780197+0000 mon.smithi018 (mon.0) 788 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:28:15.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:15 smithi018 bash[14175]: audit 2024-02-10T09:28:14.785996+0000 mon.smithi018 (mon.0) 789 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:28:15.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:15 smithi018 bash[14175]: audit 2024-02-10T09:28:14.797867+0000 mon.smithi018 (mon.0) 790 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:28:15.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:15 smithi164 bash[18308]: cluster 2024-02-10T09:28:14.223905+0000 mgr.smithi018.dxgutx (mgr.14180) 526 : cluster [DBG] pgmap v395: 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-10T09:28:15.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:15 smithi164 bash[18308]: audit 2024-02-10T09:28:14.469385+0000 mon.smithi018 (mon.0) 785 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:28:15.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:15 smithi164 bash[18308]: audit 2024-02-10T09:28:14.769094+0000 mon.smithi018 (mon.0) 786 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:28:15.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:15 smithi164 bash[18308]: audit 2024-02-10T09:28:14.770933+0000 mon.smithi018 (mon.0) 787 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:28:15.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:15 smithi164 bash[18308]: audit 2024-02-10T09:28:14.780197+0000 mon.smithi018 (mon.0) 788 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:28:15.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:15 smithi164 bash[18308]: audit 2024-02-10T09:28:14.785996+0000 mon.smithi018 (mon.0) 789 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:28:15.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:15 smithi164 bash[18308]: audit 2024-02-10T09:28:14.797867+0000 mon.smithi018 (mon.0) 790 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:28:16.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:16 smithi018 bash[14175]: cluster 2024-02-10T09:28:14.780965+0000 mgr.smithi018.dxgutx (mgr.14180) 527 : cluster [DBG] pgmap v396: 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-10T09:28:16.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:16 smithi018 bash[14175]: cephadm 2024-02-10T09:28:14.802316+0000 mgr.smithi018.dxgutx (mgr.14180) 528 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.ckvaow on smithi164 2024-02-10T09:28:16.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:16 smithi018 bash[14175]: cluster 2024-02-10T09:28:15.776461+0000 mon.smithi018 (mon.0) 791 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:28:16.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:16 smithi018 bash[14175]: cluster 2024-02-10T09:28:15.776513+0000 mon.smithi018 (mon.0) 792 : cluster [INF] Cluster is now healthy 2024-02-10T09:28:16.526 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:28:16.527 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:25:59.714393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.xqfxhc on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:09.896769Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ipmojw on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\nDeploy daemon haproxy.nfs.foo.smithi164.ipmojw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.180663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meqlcf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\nDeploy daemon haproxy.nfs.foo.smithi018.meqlcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.185553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.vmrujy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:14.187240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:28:16.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:16 smithi164 bash[18308]: cluster 2024-02-10T09:28:14.780965+0000 mgr.smithi018.dxgutx (mgr.14180) 527 : cluster [DBG] pgmap v396: 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-10T09:28:16.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:16 smithi164 bash[18308]: cephadm 2024-02-10T09:28:14.802316+0000 mgr.smithi018.dxgutx (mgr.14180) 528 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.ckvaow on smithi164 2024-02-10T09:28:16.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:16 smithi164 bash[18308]: cluster 2024-02-10T09:28:15.776461+0000 mon.smithi018 (mon.0) 791 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:28:16.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:16 smithi164 bash[18308]: cluster 2024-02-10T09:28:15.776513+0000 mon.smithi018 (mon.0) 792 : cluster [INF] Cluster is now healthy 2024-02-10T09:28:17.302 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:28:18.303 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:28:18.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:18 smithi164 bash[18308]: audit 2024-02-10T09:28:16.510211+0000 mgr.smithi018.dxgutx (mgr.14180) 529 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:28:18.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:18 smithi164 bash[18308]: cluster 2024-02-10T09:28:16.781672+0000 mgr.smithi018.dxgutx (mgr.14180) 530 : cluster [DBG] pgmap v397: 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-10T09:28:18.712 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:18 smithi018 bash[14175]: audit 2024-02-10T09:28:16.510211+0000 mgr.smithi018.dxgutx (mgr.14180) 529 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:28:18.712 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:18 smithi018 bash[14175]: cluster 2024-02-10T09:28:16.781672+0000 mgr.smithi018.dxgutx (mgr.14180) 530 : cluster [DBG] pgmap v397: 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-10T09:28:19.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:19 smithi164 bash[18308]: audit 2024-02-10T09:28:18.707705+0000 mon.smithi018 (mon.0) 793 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.ckvaow"}]: dispatch 2024-02-10T09:28:19.593 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:19 smithi018 bash[14175]: audit 2024-02-10T09:28:18.707705+0000 mon.smithi018 (mon.0) 793 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.ckvaow"}]: dispatch 2024-02-10T09:28:20.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: cephadm 2024-02-10T09:28:18.706957+0000 mgr.smithi018.dxgutx (mgr.14180) 531 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow 2024-02-10T09:28:20.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:28:20.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow 2024-02-10T09:28:20.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow 2024-02-10T09:28:20.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:28:20.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow 2024-02-10T09:28:20.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.ckvaow ... 2024-02-10T09:28:20.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:28:20.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:28:20.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:28:20.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:28:20.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:28:20.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:28:20.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:28:20.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:28:20.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:28:20.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:28:20.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow 2024-02-10T09:28:20.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:28:20.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow 2024-02-10T09:28:20.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow 2024-02-10T09:28:20.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:28:20.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow 2024-02-10T09:28:20.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.ckvaow ... 2024-02-10T09:28:20.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:28:20.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:28:20.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:28:20.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:28:20.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:28:20.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: cephadm 2024-02-10T09:28:18.707193+0000 mgr.smithi018.dxgutx (mgr.14180) 532 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.ckvaow 2024-02-10T09:28:20.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: cephadm 2024-02-10T09:28:18.709112+0000 mgr.smithi018.dxgutx (mgr.14180) 533 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.ckvaow on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow 2024-02-10T09:28:20.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:28:20.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow 2024-02-10T09:28:20.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow 2024-02-10T09:28:20.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:28:20.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow 2024-02-10T09:28:20.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.ckvaow ... 2024-02-10T09:28:20.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:28:20.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:28:20.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:28:20.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:28:20.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:28:20.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: cephadm 2024-02-10T09:28:18.714243+0000 mgr.smithi018.dxgutx (mgr.14180) 534 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.sfvcji on smithi018 2024-02-10T09:28:20.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:20 smithi164 bash[18308]: cluster 2024-02-10T09:28:18.782785+0000 mgr.smithi018.dxgutx (mgr.14180) 535 : cluster [DBG] pgmap v398: 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-10T09:28:20.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: cephadm 2024-02-10T09:28:18.706957+0000 mgr.smithi018.dxgutx (mgr.14180) 531 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow 2024-02-10T09:28:20.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:28:20.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow 2024-02-10T09:28:20.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow 2024-02-10T09:28:20.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:28:20.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow 2024-02-10T09:28:20.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.ckvaow ... 2024-02-10T09:28:20.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:28:20.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:28:20.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:28:20.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:28:20.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:28:20.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:28:20.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:28:20.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:28:20.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:28:20.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:28:20.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow 2024-02-10T09:28:20.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:28:20.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow 2024-02-10T09:28:20.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow 2024-02-10T09:28:20.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:28:20.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow 2024-02-10T09:28:20.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.ckvaow ... 2024-02-10T09:28:20.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:28:20.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:28:20.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:28:20.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:28:20.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:28:20.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: cephadm 2024-02-10T09:28:18.707193+0000 mgr.smithi018.dxgutx (mgr.14180) 532 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.ckvaow 2024-02-10T09:28:20.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: cephadm 2024-02-10T09:28:18.709112+0000 mgr.smithi018.dxgutx (mgr.14180) 533 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.ckvaow on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow 2024-02-10T09:28:20.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:28:20.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow 2024-02-10T09:28:20.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow 2024-02-10T09:28:20.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:28:20.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow 2024-02-10T09:28:20.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.ckvaow ... 2024-02-10T09:28:20.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:28:20.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:28:20.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:28:20.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:28:20.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:28:20.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: cephadm 2024-02-10T09:28:18.714243+0000 mgr.smithi018.dxgutx (mgr.14180) 534 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.sfvcji on smithi018 2024-02-10T09:28:20.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:20 smithi018 bash[14175]: cluster 2024-02-10T09:28:18.782785+0000 mgr.smithi018.dxgutx (mgr.14180) 535 : cluster [DBG] pgmap v398: 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-10T09:28:21.845 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:28:21.845 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:27:09.896769Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ipmojw on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ipmojw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ipmojw\nDeploy daemon haproxy.nfs.foo.smithi164.ipmojw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.180663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.meqlcf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-meqlcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.meqlcf\nDeploy daemon haproxy.nfs.foo.smithi018.meqlcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:27:14.185553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.vmrujy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:27:14.187240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:28:18.708873Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ckvaow on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\nDeploy daemon haproxy.nfs.foo.smithi164.ckvaow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -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.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:28:22.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:22 smithi018 bash[14175]: cluster 2024-02-10T09:28:20.783642+0000 mgr.smithi018.dxgutx (mgr.14180) 536 : cluster [DBG] pgmap v399: 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-10T09:28:22.740 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:28:22.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:22 smithi164 bash[18308]: cluster 2024-02-10T09:28:20.783642+0000 mgr.smithi018.dxgutx (mgr.14180) 536 : cluster [DBG] pgmap v399: 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-10T09:28:23.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:23 smithi018 bash[14175]: audit 2024-02-10T09:28:21.826866+0000 mgr.smithi018.dxgutx (mgr.14180) 537 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:28:23.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:23 smithi018 bash[14175]: audit 2024-02-10T09:28:22.764273+0000 mon.smithi018 (mon.0) 794 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.sfvcji"}]: dispatch 2024-02-10T09:28:23.741 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:28:23.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:23 smithi164 bash[18308]: audit 2024-02-10T09:28:21.826866+0000 mgr.smithi018.dxgutx (mgr.14180) 537 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:28:23.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:23 smithi164 bash[18308]: audit 2024-02-10T09:28:22.764273+0000 mon.smithi018 (mon.0) 794 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.sfvcji"}]: dispatch 2024-02-10T09:28:24.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: cephadm 2024-02-10T09:28:22.763130+0000 mgr.smithi018.dxgutx (mgr.14180) 538 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji 2024-02-10T09:28:24.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:28:24.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji 2024-02-10T09:28:24.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji 2024-02-10T09:28:24.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:28:24.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji 2024-02-10T09:28:24.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.sfvcji ... 2024-02-10T09:28:24.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:28:24.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:28:24.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:28:24.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:28:24.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:28:24.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:28:24.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:28:24.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:28:24.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:28:24.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:28:24.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji 2024-02-10T09:28:24.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:28:24.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji 2024-02-10T09:28:24.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji 2024-02-10T09:28:24.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:28:24.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji 2024-02-10T09:28:24.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.sfvcji ... 2024-02-10T09:28:24.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:28:24.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:28:24.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:28:24.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:28:24.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:28:24.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: cephadm 2024-02-10T09:28:22.763672+0000 mgr.smithi018.dxgutx (mgr.14180) 539 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.sfvcji 2024-02-10T09:28:24.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: cephadm 2024-02-10T09:28:22.765583+0000 mgr.smithi018.dxgutx (mgr.14180) 540 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.sfvcji on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji 2024-02-10T09:28:24.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:28:24.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji 2024-02-10T09:28:24.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji 2024-02-10T09:28:24.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:28:24.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji 2024-02-10T09:28:24.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.sfvcji ... 2024-02-10T09:28:24.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:28:24.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:28:24.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:28:24.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:28:24.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:28:24.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: cephadm 2024-02-10T09:28:22.768914+0000 mgr.smithi018.dxgutx (mgr.14180) 541 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.ldxdjv on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:28:24.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: cephadm 2024-02-10T09:28:22.772067+0000 mgr.smithi018.dxgutx (mgr.14180) 542 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:28:24.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: cluster 2024-02-10T09:28:22.773340+0000 mgr.smithi018.dxgutx (mgr.14180) 543 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 388 B/s rd, 0 op/s 2024-02-10T09:28:24.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:24 smithi018 bash[14175]: cluster 2024-02-10T09:28:23.570003+0000 mon.smithi018 (mon.0) 795 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:28:24.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: cephadm 2024-02-10T09:28:22.763130+0000 mgr.smithi018.dxgutx (mgr.14180) 538 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji 2024-02-10T09:28:24.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:28:24.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji 2024-02-10T09:28:24.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji 2024-02-10T09:28:24.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:28:24.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji 2024-02-10T09:28:24.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.sfvcji ... 2024-02-10T09:28:24.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:28:24.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:28:24.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:28:24.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:28:24.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:28:24.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:28:24.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:28:24.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:28:24.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:28:24.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:28:24.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji 2024-02-10T09:28:24.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:28:24.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji 2024-02-10T09:28:24.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji 2024-02-10T09:28:24.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:28:24.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji 2024-02-10T09:28:24.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.sfvcji ... 2024-02-10T09:28:24.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:28:24.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:28:24.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:28:24.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:28:24.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:28:24.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: cephadm 2024-02-10T09:28:22.763672+0000 mgr.smithi018.dxgutx (mgr.14180) 539 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.sfvcji 2024-02-10T09:28:24.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: cephadm 2024-02-10T09:28:22.765583+0000 mgr.smithi018.dxgutx (mgr.14180) 540 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.sfvcji on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji 2024-02-10T09:28:24.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:28:24.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji 2024-02-10T09:28:24.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji 2024-02-10T09:28:24.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:28:24.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji 2024-02-10T09:28:24.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.sfvcji ... 2024-02-10T09:28:24.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:28:24.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:28:24.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:28:24.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:28:24.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:28:24.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: cephadm 2024-02-10T09:28:22.768914+0000 mgr.smithi018.dxgutx (mgr.14180) 541 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.ldxdjv on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:28:24.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: cephadm 2024-02-10T09:28:22.772067+0000 mgr.smithi018.dxgutx (mgr.14180) 542 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:28:24.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: cluster 2024-02-10T09:28:22.773340+0000 mgr.smithi018.dxgutx (mgr.14180) 543 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 388 B/s rd, 0 op/s 2024-02-10T09:28:24.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:24 smithi164 bash[18308]: cluster 2024-02-10T09:28:23.570003+0000 mon.smithi018 (mon.0) 795 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:28:25.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:25 smithi018 bash[14175]: audit 2024-02-10T09:28:24.625873+0000 mon.smithi018 (mon.0) 796 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:28:25.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:25 smithi018 bash[14175]: cluster 2024-02-10T09:28:24.774676+0000 mgr.smithi018.dxgutx (mgr.14180) 544 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:28:26.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:25 smithi164 bash[18308]: audit 2024-02-10T09:28:24.625873+0000 mon.smithi018 (mon.0) 796 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:28:26.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:25 smithi164 bash[18308]: cluster 2024-02-10T09:28:24.774676+0000 mgr.smithi018.dxgutx (mgr.14180) 544 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:28:27.135 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:28:27.135 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:27:14.187240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:28:18.708873Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ckvaow on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\nDeploy daemon haproxy.nfs.foo.smithi164.ckvaow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:28:22.765399Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.sfvcji on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji\nDeploy daemon haproxy.nfs.foo.smithi018.sfvcji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:28:22.768747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.ldxdjv on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:28:22.771904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:28:27.930 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:28:28.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:27 smithi018 bash[14175]: cluster 2024-02-10T09:28:26.775731+0000 mgr.smithi018.dxgutx (mgr.14180) 545 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:28:28.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:27 smithi018 bash[14175]: audit 2024-02-10T09:28:27.122935+0000 mgr.smithi018.dxgutx (mgr.14180) 546 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:28:28.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:27 smithi164 bash[18308]: cluster 2024-02-10T09:28:26.775731+0000 mgr.smithi018.dxgutx (mgr.14180) 545 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:28:28.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:27 smithi164 bash[18308]: audit 2024-02-10T09:28:27.122935+0000 mgr.smithi018.dxgutx (mgr.14180) 546 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:28:28.931 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:28:30.131 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:29 smithi018 bash[14175]: cluster 2024-02-10T09:28:28.777078+0000 mgr.smithi018.dxgutx (mgr.14180) 547 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:28:30.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:29 smithi164 bash[18308]: cluster 2024-02-10T09:28:28.777078+0000 mgr.smithi018.dxgutx (mgr.14180) 547 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:28:32.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:31 smithi018 bash[14175]: cluster 2024-02-10T09:28:30.778182+0000 mgr.smithi018.dxgutx (mgr.14180) 548 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:28:32.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:31 smithi164 bash[18308]: cluster 2024-02-10T09:28:30.778182+0000 mgr.smithi018.dxgutx (mgr.14180) 548 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:28:32.330 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:28:32.330 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:27:14.187240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:28:18.708873Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ckvaow on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\nDeploy daemon haproxy.nfs.foo.smithi164.ckvaow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:28:22.765399Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.sfvcji on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji\nDeploy daemon haproxy.nfs.foo.smithi018.sfvcji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:28:22.768747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.ldxdjv on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:28:22.771904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:28:32.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:32 smithi018 bash[14175]: audit 2024-02-10T09:28:32.312844+0000 mgr.smithi018.dxgutx (mgr.14180) 549 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:28:33.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:28:33.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:32 smithi164 bash[18308]: audit 2024-02-10T09:28:32.312844+0000 mgr.smithi018.dxgutx (mgr.14180) 549 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:28:34.172 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:28:34.184 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:33 smithi018 bash[14175]: cluster 2024-02-10T09:28:32.779310+0000 mgr.smithi018.dxgutx (mgr.14180) 550 : cluster [DBG] pgmap v405: 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-10T09:28:34.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:33 smithi164 bash[18308]: cluster 2024-02-10T09:28:32.779310+0000 mgr.smithi018.dxgutx (mgr.14180) 550 : cluster [DBG] pgmap v405: 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-10T09:28:35.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:35 smithi018 bash[14175]: cluster 2024-02-10T09:28:34.780506+0000 mgr.smithi018.dxgutx (mgr.14180) 551 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:28:36.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:35 smithi164 bash[18308]: cluster 2024-02-10T09:28:34.780506+0000 mgr.smithi018.dxgutx (mgr.14180) 551 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:28:37.481 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:28:37.482 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:27:14.187240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:28:18.708873Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ckvaow on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\nDeploy daemon haproxy.nfs.foo.smithi164.ckvaow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:28:22.765399Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.sfvcji on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji\nDeploy daemon haproxy.nfs.foo.smithi018.sfvcji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:28:22.768747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.ldxdjv on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:28:22.771904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:28:38.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:37 smithi018 bash[14175]: cluster 2024-02-10T09:28:36.781525+0000 mgr.smithi018.dxgutx (mgr.14180) 552 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:28:38.231 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:28:38.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:37 smithi164 bash[18308]: cluster 2024-02-10T09:28:36.781525+0000 mgr.smithi018.dxgutx (mgr.14180) 552 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:28:39.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:38 smithi018 bash[14175]: audit 2024-02-10T09:28:37.464350+0000 mgr.smithi018.dxgutx (mgr.14180) 553 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:28:39.232 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:28:39.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:38 smithi164 bash[18308]: audit 2024-02-10T09:28:37.464350+0000 mgr.smithi018.dxgutx (mgr.14180) 553 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:28:40.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:39 smithi018 bash[14175]: cluster 2024-02-10T09:28:38.782878+0000 mgr.smithi018.dxgutx (mgr.14180) 554 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:28:40.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:39 smithi164 bash[18308]: cluster 2024-02-10T09:28:38.782878+0000 mgr.smithi018.dxgutx (mgr.14180) 554 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:28:42.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:41 smithi018 bash[14175]: cluster 2024-02-10T09:28:40.784020+0000 mgr.smithi018.dxgutx (mgr.14180) 555 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:28:42.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:41 smithi164 bash[18308]: cluster 2024-02-10T09:28:40.784020+0000 mgr.smithi018.dxgutx (mgr.14180) 555 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:28:42.431 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:28:42.432 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:27:14.187240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:28:18.708873Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ckvaow on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\nDeploy daemon haproxy.nfs.foo.smithi164.ckvaow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:28:22.765399Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.sfvcji on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji\nDeploy daemon haproxy.nfs.foo.smithi018.sfvcji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:28:22.768747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.ldxdjv on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:28:22.771904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:28:43.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:28:43.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:43 smithi018 bash[14175]: audit 2024-02-10T09:28:42.419831+0000 mgr.smithi018.dxgutx (mgr.14180) 556 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:28:43.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:43 smithi018 bash[14175]: cluster 2024-02-10T09:28:42.785169+0000 mgr.smithi018.dxgutx (mgr.14180) 557 : cluster [DBG] pgmap v410: 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-10T09:28:44.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:43 smithi164 bash[18308]: audit 2024-02-10T09:28:42.419831+0000 mgr.smithi018.dxgutx (mgr.14180) 556 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:28:44.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:43 smithi164 bash[18308]: cluster 2024-02-10T09:28:42.785169+0000 mgr.smithi018.dxgutx (mgr.14180) 557 : cluster [DBG] pgmap v410: 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-10T09:28:44.237 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:28:45.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:45 smithi018 bash[14175]: cluster 2024-02-10T09:28:44.786022+0000 mgr.smithi018.dxgutx (mgr.14180) 558 : 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-10T09:28:46.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:45 smithi164 bash[18308]: cluster 2024-02-10T09:28:44.786022+0000 mgr.smithi018.dxgutx (mgr.14180) 558 : 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-10T09:28:47.566 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:28:47.566 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:27:14.187240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:28:18.708873Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ckvaow on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\nDeploy daemon haproxy.nfs.foo.smithi164.ckvaow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:28:22.765399Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.sfvcji on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji\nDeploy daemon haproxy.nfs.foo.smithi018.sfvcji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:28:22.768747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.ldxdjv on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:28:22.771904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:28:48.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:47 smithi018 bash[14175]: cluster 2024-02-10T09:28:46.786610+0000 mgr.smithi018.dxgutx (mgr.14180) 559 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:28:48.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:47 smithi164 bash[18308]: cluster 2024-02-10T09:28:46.786610+0000 mgr.smithi018.dxgutx (mgr.14180) 559 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:28:48.368 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:28:49.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:48 smithi018 bash[14175]: audit 2024-02-10T09:28:47.549593+0000 mgr.smithi018.dxgutx (mgr.14180) 560 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:28:49.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:48 smithi164 bash[18308]: audit 2024-02-10T09:28:47.549593+0000 mgr.smithi018.dxgutx (mgr.14180) 560 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:28:49.369 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:28:50.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:49 smithi018 bash[14175]: cluster 2024-02-10T09:28:48.787879+0000 mgr.smithi018.dxgutx (mgr.14180) 561 : 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-10T09:28:50.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:49 smithi164 bash[18308]: cluster 2024-02-10T09:28:48.787879+0000 mgr.smithi018.dxgutx (mgr.14180) 561 : 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-10T09:28:52.204 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:51 smithi018 bash[14175]: cluster 2024-02-10T09:28:50.789001+0000 mgr.smithi018.dxgutx (mgr.14180) 562 : 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-10T09:28:52.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:51 smithi164 bash[18308]: cluster 2024-02-10T09:28:50.789001+0000 mgr.smithi018.dxgutx (mgr.14180) 562 : 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-10T09:28:52.631 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:28:52.631 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:27:14.187240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:28:18.708873Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ckvaow on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\nDeploy daemon haproxy.nfs.foo.smithi164.ckvaow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:28:22.765399Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.sfvcji on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji\nDeploy daemon haproxy.nfs.foo.smithi018.sfvcji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:28:22.768747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.ldxdjv on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:28:22.771904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:28:53.399 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:28:53.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:53 smithi018 bash[14175]: audit 2024-02-10T09:28:52.615563+0000 mgr.smithi018.dxgutx (mgr.14180) 563 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:28:53.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:53 smithi018 bash[14175]: cluster 2024-02-10T09:28:52.790145+0000 mgr.smithi018.dxgutx (mgr.14180) 564 : cluster [DBG] pgmap v415: 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-10T09:28:54.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:53 smithi164 bash[18308]: audit 2024-02-10T09:28:52.615563+0000 mgr.smithi018.dxgutx (mgr.14180) 563 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:28:54.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:53 smithi164 bash[18308]: cluster 2024-02-10T09:28:52.790145+0000 mgr.smithi018.dxgutx (mgr.14180) 564 : cluster [DBG] pgmap v415: 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-10T09:28:54.400 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:28:56.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:55 smithi018 bash[14175]: cluster 2024-02-10T09:28:54.790951+0000 mgr.smithi018.dxgutx (mgr.14180) 565 : 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-10T09:28:56.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:55 smithi164 bash[18308]: cluster 2024-02-10T09:28:54.790951+0000 mgr.smithi018.dxgutx (mgr.14180) 565 : 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-10T09:28:57.834 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:28:57.834 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:27:14.187240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:28:18.708873Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ckvaow on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\nDeploy daemon haproxy.nfs.foo.smithi164.ckvaow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:28:22.765399Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.sfvcji on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji\nDeploy daemon haproxy.nfs.foo.smithi018.sfvcji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:28:22.768747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.ldxdjv on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:28:22.771904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:28:58.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:57 smithi018 bash[14175]: cluster 2024-02-10T09:28:56.791897+0000 mgr.smithi018.dxgutx (mgr.14180) 566 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:28:58.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:57 smithi164 bash[18308]: cluster 2024-02-10T09:28:56.791897+0000 mgr.smithi018.dxgutx (mgr.14180) 566 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:28:58.565 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:28:59.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:58 smithi018 bash[14175]: audit 2024-02-10T09:28:57.815591+0000 mgr.smithi018.dxgutx (mgr.14180) 567 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:28:59.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:58 smithi164 bash[18308]: audit 2024-02-10T09:28:57.815591+0000 mgr.smithi018.dxgutx (mgr.14180) 567 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:28:59.566 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:00.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:28:59 smithi018 bash[14175]: cluster 2024-02-10T09:28:58.793290+0000 mgr.smithi018.dxgutx (mgr.14180) 568 : 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-10T09:29:00.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:28:59 smithi164 bash[18308]: cluster 2024-02-10T09:28:58.793290+0000 mgr.smithi018.dxgutx (mgr.14180) 568 : 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-10T09:29:01.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:01 smithi018 bash[14175]: cluster 2024-02-10T09:29:00.794383+0000 mgr.smithi018.dxgutx (mgr.14180) 569 : 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-10T09:29:02.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:01 smithi164 bash[18308]: cluster 2024-02-10T09:29:00.794383+0000 mgr.smithi018.dxgutx (mgr.14180) 569 : 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-10T09:29:02.954 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:29:02.955 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:27:14.187240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:28:18.708873Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ckvaow on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\nDeploy daemon haproxy.nfs.foo.smithi164.ckvaow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:28:22.765399Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.sfvcji on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji\nDeploy daemon haproxy.nfs.foo.smithi018.sfvcji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:28:22.768747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.ldxdjv on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:28:22.771904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:29:03.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:29:03.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:03 smithi018 bash[14175]: cluster 2024-02-10T09:29:02.795455+0000 mgr.smithi018.dxgutx (mgr.14180) 570 : cluster [DBG] pgmap v420: 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-10T09:29:03.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:03 smithi018 bash[14175]: audit 2024-02-10T09:29:02.942884+0000 mgr.smithi018.dxgutx (mgr.14180) 571 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:29:04.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:03 smithi164 bash[18308]: cluster 2024-02-10T09:29:02.795455+0000 mgr.smithi018.dxgutx (mgr.14180) 570 : cluster [DBG] pgmap v420: 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-10T09:29:04.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:03 smithi164 bash[18308]: audit 2024-02-10T09:29:02.942884+0000 mgr.smithi018.dxgutx (mgr.14180) 571 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:29:04.688 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:05.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:05 smithi018 bash[14175]: cluster 2024-02-10T09:29:04.796755+0000 mgr.smithi018.dxgutx (mgr.14180) 572 : 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-10T09:29:06.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:05 smithi164 bash[18308]: cluster 2024-02-10T09:29:04.796755+0000 mgr.smithi018.dxgutx (mgr.14180) 572 : 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-10T09:29:07.793 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:29:07.793 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:27:14.187240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:28:18.708873Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ckvaow on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\nDeploy daemon haproxy.nfs.foo.smithi164.ckvaow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:28:22.765399Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.sfvcji on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji\nDeploy daemon haproxy.nfs.foo.smithi018.sfvcji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:28:22.768747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.ldxdjv on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:28:22.771904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:29:08.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:07 smithi018 bash[14175]: cluster 2024-02-10T09:29:06.797811+0000 mgr.smithi018.dxgutx (mgr.14180) 573 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:29:08.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:07 smithi164 bash[18308]: cluster 2024-02-10T09:29:06.797811+0000 mgr.smithi018.dxgutx (mgr.14180) 573 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:29:08.584 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:29:09.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:08 smithi018 bash[14175]: audit 2024-02-10T09:29:07.781607+0000 mgr.smithi018.dxgutx (mgr.14180) 574 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:29:09.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:08 smithi164 bash[18308]: audit 2024-02-10T09:29:07.781607+0000 mgr.smithi018.dxgutx (mgr.14180) 574 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:29:09.585 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:10.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:09 smithi018 bash[14175]: cluster 2024-02-10T09:29:08.799171+0000 mgr.smithi018.dxgutx (mgr.14180) 575 : 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-10T09:29:10.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:09 smithi164 bash[18308]: cluster 2024-02-10T09:29:08.799171+0000 mgr.smithi018.dxgutx (mgr.14180) 575 : 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-10T09:29:11.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:11 smithi018 bash[14175]: cluster 2024-02-10T09:29:10.800286+0000 mgr.smithi018.dxgutx (mgr.14180) 576 : 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-10T09:29:12.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:11 smithi164 bash[18308]: cluster 2024-02-10T09:29:10.800286+0000 mgr.smithi018.dxgutx (mgr.14180) 576 : 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-10T09:29:12.889 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:29:12.889 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:27:14.187240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:28:18.708873Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ckvaow on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\nDeploy daemon haproxy.nfs.foo.smithi164.ckvaow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:28:22.765399Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.sfvcji on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji\nDeploy daemon haproxy.nfs.foo.smithi018.sfvcji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:28:22.768747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.ldxdjv on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:28:22.771904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:29:13.758 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:29:13.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:13 smithi018 bash[14175]: cluster 2024-02-10T09:29:12.801369+0000 mgr.smithi018.dxgutx (mgr.14180) 577 : cluster [DBG] pgmap v425: 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-10T09:29:13.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:13 smithi018 bash[14175]: audit 2024-02-10T09:29:12.873936+0000 mgr.smithi018.dxgutx (mgr.14180) 578 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:29:14.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:13 smithi164 bash[18308]: cluster 2024-02-10T09:29:12.801369+0000 mgr.smithi018.dxgutx (mgr.14180) 577 : cluster [DBG] pgmap v425: 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-10T09:29:14.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:13 smithi164 bash[18308]: audit 2024-02-10T09:29:12.873936+0000 mgr.smithi018.dxgutx (mgr.14180) 578 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:29:14.759 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:16.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:15 smithi018 bash[14175]: cluster 2024-02-10T09:29:14.802318+0000 mgr.smithi018.dxgutx (mgr.14180) 579 : 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-10T09:29:16.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:15 smithi164 bash[18308]: cluster 2024-02-10T09:29:14.802318+0000 mgr.smithi018.dxgutx (mgr.14180) 579 : 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-10T09:29:17.987 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:29:17.988 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:27:14.187240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:28:18.708873Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ckvaow on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\nDeploy daemon haproxy.nfs.foo.smithi164.ckvaow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:28:22.765399Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.sfvcji on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji\nDeploy daemon haproxy.nfs.foo.smithi018.sfvcji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:28:22.768747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.ldxdjv on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:28:22.771904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:29:18.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:17 smithi018 bash[14175]: cluster 2024-02-10T09:29:16.803314+0000 mgr.smithi018.dxgutx (mgr.14180) 580 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:29:18.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:17 smithi164 bash[18308]: cluster 2024-02-10T09:29:16.803314+0000 mgr.smithi018.dxgutx (mgr.14180) 580 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:29:18.726 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:29:18.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:18 smithi018 bash[14175]: audit 2024-02-10T09:29:17.968049+0000 mgr.smithi018.dxgutx (mgr.14180) 581 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:29:19.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:18 smithi164 bash[18308]: audit 2024-02-10T09:29:17.968049+0000 mgr.smithi018.dxgutx (mgr.14180) 581 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:29:19.727 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:20.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:19 smithi018 bash[14175]: cluster 2024-02-10T09:29:18.804673+0000 mgr.smithi018.dxgutx (mgr.14180) 582 : 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-10T09:29:20.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:19 smithi164 bash[18308]: cluster 2024-02-10T09:29:18.804673+0000 mgr.smithi018.dxgutx (mgr.14180) 582 : 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-10T09:29:22.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:21 smithi018 bash[14175]: cluster 2024-02-10T09:29:20.805730+0000 mgr.smithi018.dxgutx (mgr.14180) 583 : 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-10T09:29:22.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:21 smithi164 bash[18308]: cluster 2024-02-10T09:29:20.805730+0000 mgr.smithi018.dxgutx (mgr.14180) 583 : 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-10T09:29:22.737 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:29:22.737 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:27:14.187240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.paqnpo on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:28:18.708873Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ckvaow on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\nDeploy daemon haproxy.nfs.foo.smithi164.ckvaow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:28:22.765399Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.sfvcji on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji\nDeploy daemon haproxy.nfs.foo.smithi018.sfvcji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:28:22.768747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.ldxdjv on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:28:22.771904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:29:23.510 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:29:23.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:23 smithi018 bash[14175]: audit 2024-02-10T09:29:22.718892+0000 mgr.smithi018.dxgutx (mgr.14180) 584 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:29:23.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:23 smithi018 bash[14175]: audit 2024-02-10T09:29:22.776773+0000 mon.smithi018 (mon.0) 797 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:29:23.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:23 smithi018 bash[14175]: cluster 2024-02-10T09:29:22.806603+0000 mgr.smithi018.dxgutx (mgr.14180) 585 : cluster [DBG] pgmap v430: 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-10T09:29:23.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:23 smithi018 bash[14175]: audit 2024-02-10T09:29:23.079733+0000 mon.smithi018 (mon.0) 798 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:29:23.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:23 smithi018 bash[14175]: audit 2024-02-10T09:29:23.081059+0000 mon.smithi018 (mon.0) 799 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:29:23.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:23 smithi018 bash[14175]: audit 2024-02-10T09:29:23.087468+0000 mon.smithi018 (mon.0) 800 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:29:23.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:23 smithi018 bash[14175]: cluster 2024-02-10T09:29:23.088367+0000 mgr.smithi018.dxgutx (mgr.14180) 586 : cluster [DBG] pgmap v431: 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-10T09:29:23.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:23 smithi018 bash[14175]: audit 2024-02-10T09:29:23.092712+0000 mon.smithi018 (mon.0) 801 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:29:23.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:23 smithi018 bash[14175]: audit 2024-02-10T09:29:23.104176+0000 mon.smithi018 (mon.0) 802 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:29:23.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:23 smithi018 bash[14175]: cephadm 2024-02-10T09:29:23.106978+0000 mgr.smithi018.dxgutx (mgr.14180) 587 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.oqrpfp on smithi164 2024-02-10T09:29:24.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:23 smithi164 bash[18308]: audit 2024-02-10T09:29:22.718892+0000 mgr.smithi018.dxgutx (mgr.14180) 584 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:29:24.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:23 smithi164 bash[18308]: audit 2024-02-10T09:29:22.776773+0000 mon.smithi018 (mon.0) 797 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:29:24.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:23 smithi164 bash[18308]: cluster 2024-02-10T09:29:22.806603+0000 mgr.smithi018.dxgutx (mgr.14180) 585 : cluster [DBG] pgmap v430: 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-10T09:29:24.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:23 smithi164 bash[18308]: audit 2024-02-10T09:29:23.079733+0000 mon.smithi018 (mon.0) 798 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:29:24.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:23 smithi164 bash[18308]: audit 2024-02-10T09:29:23.081059+0000 mon.smithi018 (mon.0) 799 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:29:24.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:23 smithi164 bash[18308]: audit 2024-02-10T09:29:23.087468+0000 mon.smithi018 (mon.0) 800 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:29:24.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:23 smithi164 bash[18308]: cluster 2024-02-10T09:29:23.088367+0000 mgr.smithi018.dxgutx (mgr.14180) 586 : cluster [DBG] pgmap v431: 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-10T09:29:24.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:23 smithi164 bash[18308]: audit 2024-02-10T09:29:23.092712+0000 mon.smithi018 (mon.0) 801 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:29:24.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:23 smithi164 bash[18308]: audit 2024-02-10T09:29:23.104176+0000 mon.smithi018 (mon.0) 802 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:29:24.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:23 smithi164 bash[18308]: cephadm 2024-02-10T09:29:23.106978+0000 mgr.smithi018.dxgutx (mgr.14180) 587 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.oqrpfp on smithi164 2024-02-10T09:29:24.511 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:24.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:24 smithi018 bash[14175]: cluster 2024-02-10T09:29:23.586141+0000 mon.smithi018 (mon.0) 803 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:29:24.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:24 smithi018 bash[14175]: cluster 2024-02-10T09:29:23.586203+0000 mon.smithi018 (mon.0) 804 : cluster [INF] Cluster is now healthy 2024-02-10T09:29:25.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:24 smithi164 bash[18308]: cluster 2024-02-10T09:29:23.586141+0000 mon.smithi018 (mon.0) 803 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:29:25.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:24 smithi164 bash[18308]: cluster 2024-02-10T09:29:23.586203+0000 mon.smithi018 (mon.0) 804 : cluster [INF] Cluster is now healthy 2024-02-10T09:29:25.863 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:25 smithi018 bash[14175]: cluster 2024-02-10T09:29:25.089181+0000 mgr.smithi018.dxgutx (mgr.14180) 588 : cluster [DBG] pgmap v432: 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-10T09:29:26.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:25 smithi164 bash[18308]: cluster 2024-02-10T09:29:25.089181+0000 mgr.smithi018.dxgutx (mgr.14180) 588 : cluster [DBG] pgmap v432: 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-10T09:29:27.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: audit 2024-02-10T09:29:26.483896+0000 mon.smithi018 (mon.0) 805 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:29:27.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: cluster 2024-02-10T09:29:27.089763+0000 mgr.smithi018.dxgutx (mgr.14180) 589 : cluster [DBG] pgmap v433: 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-10T09:29:27.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: cephadm 2024-02-10T09:29:27.120910+0000 mgr.smithi018.dxgutx (mgr.14180) 590 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp 2024-02-10T09:29:27.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:29:27.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp 2024-02-10T09:29:27.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp 2024-02-10T09:29:27.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:29:27.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp 2024-02-10T09:29:27.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.oqrpfp ... 2024-02-10T09:29:27.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:29:27.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:29:27.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:29:27.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:29:27.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:29:27.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:29:27.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:29:27.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:29:27.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:29:27.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:29:27.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp 2024-02-10T09:29:27.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:29:27.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp 2024-02-10T09:29:27.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp 2024-02-10T09:29:27.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:29:27.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp 2024-02-10T09:29:27.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.oqrpfp ... 2024-02-10T09:29:27.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:29:27.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:29:27.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:29:27.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:29:27.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:29:27.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: cephadm 2024-02-10T09:29:27.121536+0000 mgr.smithi018.dxgutx (mgr.14180) 591 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.oqrpfp 2024-02-10T09:29:27.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: audit 2024-02-10T09:29:27.122124+0000 mon.smithi018 (mon.0) 806 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.oqrpfp"}]: dispatch 2024-02-10T09:29:27.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: cephadm 2024-02-10T09:29:27.123518+0000 mgr.smithi018.dxgutx (mgr.14180) 592 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.oqrpfp on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp 2024-02-10T09:29:27.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:29:27.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp 2024-02-10T09:29:27.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp 2024-02-10T09:29:27.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:29:27.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp 2024-02-10T09:29:27.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.oqrpfp ... 2024-02-10T09:29:27.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:29:27.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:29:27.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:29:27.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:29:27.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:29:27.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:27 smithi164 bash[18308]: cephadm 2024-02-10T09:29:27.127638+0000 mgr.smithi018.dxgutx (mgr.14180) 593 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.ppoyaf on smithi018 2024-02-10T09:29:27.963 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:29:27.963 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:28:18.708873Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ckvaow on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ckvaow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ckvaow\nDeploy daemon haproxy.nfs.foo.smithi164.ckvaow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:28:22.765399Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.sfvcji on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sfvcji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sfvcji\nDeploy daemon haproxy.nfs.foo.smithi018.sfvcji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:28:22.768747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.ldxdjv on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:28:22.771904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:27.123327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.oqrpfp on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\nDeploy daemon haproxy.nfs.foo.smithi164.oqrpfp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -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.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:29:27.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: audit 2024-02-10T09:29:26.483896+0000 mon.smithi018 (mon.0) 805 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:29:27.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: cluster 2024-02-10T09:29:27.089763+0000 mgr.smithi018.dxgutx (mgr.14180) 589 : cluster [DBG] pgmap v433: 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-10T09:29:27.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: cephadm 2024-02-10T09:29:27.120910+0000 mgr.smithi018.dxgutx (mgr.14180) 590 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp 2024-02-10T09:29:27.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:29:27.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp 2024-02-10T09:29:27.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp 2024-02-10T09:29:27.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:29:27.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp 2024-02-10T09:29:27.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.oqrpfp ... 2024-02-10T09:29:27.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:29:27.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:29:27.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:29:27.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:29:27.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:29:27.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:29:27.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:29:27.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:29:27.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:29:27.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:29:27.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp 2024-02-10T09:29:27.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:29:27.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp 2024-02-10T09:29:27.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp 2024-02-10T09:29:27.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:29:27.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp 2024-02-10T09:29:27.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.oqrpfp ... 2024-02-10T09:29:27.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:29:27.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:29:27.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:29:27.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:29:27.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:29:27.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: cephadm 2024-02-10T09:29:27.121536+0000 mgr.smithi018.dxgutx (mgr.14180) 591 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.oqrpfp 2024-02-10T09:29:27.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: audit 2024-02-10T09:29:27.122124+0000 mon.smithi018 (mon.0) 806 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.oqrpfp"}]: dispatch 2024-02-10T09:29:27.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: cephadm 2024-02-10T09:29:27.123518+0000 mgr.smithi018.dxgutx (mgr.14180) 592 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.oqrpfp on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp 2024-02-10T09:29:27.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:29:27.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp 2024-02-10T09:29:27.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp 2024-02-10T09:29:27.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:29:27.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp 2024-02-10T09:29:27.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.oqrpfp ... 2024-02-10T09:29:27.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:29:27.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:29:27.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:29:27.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:29:27.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:29:27.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:27 smithi018 bash[14175]: cephadm 2024-02-10T09:29:27.127638+0000 mgr.smithi018.dxgutx (mgr.14180) 593 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.ppoyaf on smithi018 2024-02-10T09:29:28.826 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:29:28.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:28 smithi018 bash[14175]: audit 2024-02-10T09:29:27.947070+0000 mgr.smithi018.dxgutx (mgr.14180) 594 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:29:29.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:28 smithi164 bash[18308]: audit 2024-02-10T09:29:27.947070+0000 mgr.smithi018.dxgutx (mgr.14180) 594 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:29:29.827 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:29.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:29 smithi018 bash[14175]: cluster 2024-02-10T09:29:29.090835+0000 mgr.smithi018.dxgutx (mgr.14180) 595 : cluster [DBG] pgmap v434: 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-10T09:29:30.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:29 smithi164 bash[18308]: cluster 2024-02-10T09:29:29.090835+0000 mgr.smithi018.dxgutx (mgr.14180) 595 : cluster [DBG] pgmap v434: 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-10T09:29:31.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:31 smithi018 bash[14175]: audit 2024-02-10T09:29:31.021034+0000 mon.smithi018 (mon.0) 807 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.ppoyaf"}]: dispatch 2024-02-10T09:29:31.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:31 smithi164 bash[18308]: audit 2024-02-10T09:29:31.021034+0000 mon.smithi018 (mon.0) 807 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.ppoyaf"}]: dispatch 2024-02-10T09:29:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: cephadm 2024-02-10T09:29:31.019734+0000 mgr.smithi018.dxgutx (mgr.14180) 596 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf 2024-02-10T09:29:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:29:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf 2024-02-10T09:29:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf 2024-02-10T09:29:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:29:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf 2024-02-10T09:29:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.ppoyaf ... 2024-02-10T09:29:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:29:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:29:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:29:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:29:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:29:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:29:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:29:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:29:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:29:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:29:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf 2024-02-10T09:29:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:29:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf 2024-02-10T09:29:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf 2024-02-10T09:29:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:29:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf 2024-02-10T09:29:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.ppoyaf ... 2024-02-10T09:29:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:29:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:29:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:29:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:29:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:29:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: cephadm 2024-02-10T09:29:31.020290+0000 mgr.smithi018.dxgutx (mgr.14180) 597 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.ppoyaf 2024-02-10T09:29:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: cephadm 2024-02-10T09:29:31.023102+0000 mgr.smithi018.dxgutx (mgr.14180) 598 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.ppoyaf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf 2024-02-10T09:29:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:29:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf 2024-02-10T09:29:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf 2024-02-10T09:29:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:29:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf 2024-02-10T09:29:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.ppoyaf ... 2024-02-10T09:29:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:29:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:29:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:29:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:29:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:29:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: cephadm 2024-02-10T09:29:31.026285+0000 mgr.smithi018.dxgutx (mgr.14180) 599 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.ztyreu on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:29:32.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: cephadm 2024-02-10T09:29:31.028804+0000 mgr.smithi018.dxgutx (mgr.14180) 600 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:29:32.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: cluster 2024-02-10T09:29:31.030090+0000 mgr.smithi018.dxgutx (mgr.14180) 601 : cluster [DBG] pgmap v435: 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-10T09:29:32.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:32 smithi018 bash[14175]: cluster 2024-02-10T09:29:31.081433+0000 mon.smithi018 (mon.0) 808 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:29:32.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: cephadm 2024-02-10T09:29:31.019734+0000 mgr.smithi018.dxgutx (mgr.14180) 596 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf 2024-02-10T09:29:32.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:29:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf 2024-02-10T09:29:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf 2024-02-10T09:29:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:29:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf 2024-02-10T09:29:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.ppoyaf ... 2024-02-10T09:29:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:29:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:29:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:29:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:29:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:29:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:29:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:29:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:29:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:29:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:29:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf 2024-02-10T09:29:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:29:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf 2024-02-10T09:29:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf 2024-02-10T09:29:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:29:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf 2024-02-10T09:29:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.ppoyaf ... 2024-02-10T09:29:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:29:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:29:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:29:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:29:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:29:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: cephadm 2024-02-10T09:29:31.020290+0000 mgr.smithi018.dxgutx (mgr.14180) 597 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.ppoyaf 2024-02-10T09:29:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: cephadm 2024-02-10T09:29:31.023102+0000 mgr.smithi018.dxgutx (mgr.14180) 598 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.ppoyaf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf 2024-02-10T09:29:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:29:32.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf 2024-02-10T09:29:32.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf 2024-02-10T09:29:32.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:29:32.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf 2024-02-10T09:29:32.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.ppoyaf ... 2024-02-10T09:29:32.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:29:32.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:29:32.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:29:32.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:29:32.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:29:32.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: cephadm 2024-02-10T09:29:31.026285+0000 mgr.smithi018.dxgutx (mgr.14180) 599 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.ztyreu on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:29:32.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: cephadm 2024-02-10T09:29:31.028804+0000 mgr.smithi018.dxgutx (mgr.14180) 600 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:29:32.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: cluster 2024-02-10T09:29:31.030090+0000 mgr.smithi018.dxgutx (mgr.14180) 601 : cluster [DBG] pgmap v435: 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-10T09:29:32.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:32 smithi164 bash[18308]: cluster 2024-02-10T09:29:31.081433+0000 mon.smithi018 (mon.0) 808 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:29:33.419 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:29:33.420 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:28:22.771904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:27.123327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.oqrpfp on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\nDeploy daemon haproxy.nfs.foo.smithi164.oqrpfp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.022821Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ppoyaf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\nDeploy daemon haproxy.nfs.foo.smithi018.ppoyaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.026122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.ztyreu on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:31.028663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:29:33.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:33 smithi018 bash[14175]: cluster 2024-02-10T09:29:33.031303+0000 mgr.smithi018.dxgutx (mgr.14180) 602 : cluster [DBG] pgmap v436: 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-10T09:29:33.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:33 smithi018 bash[14175]: audit 2024-02-10T09:29:33.408408+0000 mgr.smithi018.dxgutx (mgr.14180) 603 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:29:34.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:33 smithi164 bash[18308]: cluster 2024-02-10T09:29:33.031303+0000 mgr.smithi018.dxgutx (mgr.14180) 602 : cluster [DBG] pgmap v436: 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-10T09:29:34.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:33 smithi164 bash[18308]: audit 2024-02-10T09:29:33.408408+0000 mgr.smithi018.dxgutx (mgr.14180) 603 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:29:34.236 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:29:35.237 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:35.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:35 smithi018 bash[14175]: audit 2024-02-10T09:29:34.675426+0000 mon.smithi018 (mon.0) 809 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:29:35.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:35 smithi018 bash[14175]: cluster 2024-02-10T09:29:35.032509+0000 mgr.smithi018.dxgutx (mgr.14180) 604 : cluster [DBG] pgmap v437: 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-10T09:29:36.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:35 smithi164 bash[18308]: audit 2024-02-10T09:29:34.675426+0000 mon.smithi018 (mon.0) 809 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:29:36.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:35 smithi164 bash[18308]: cluster 2024-02-10T09:29:35.032509+0000 mgr.smithi018.dxgutx (mgr.14180) 604 : cluster [DBG] pgmap v437: 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-10T09:29:38.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:38 smithi164 bash[18308]: cluster 2024-02-10T09:29:37.033139+0000 mgr.smithi018.dxgutx (mgr.14180) 605 : cluster [DBG] pgmap v438: 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-10T09:29:38.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:38 smithi018 bash[14175]: cluster 2024-02-10T09:29:37.033139+0000 mgr.smithi018.dxgutx (mgr.14180) 605 : cluster [DBG] pgmap v438: 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-10T09:29:38.564 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:29:38.565 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:28:22.771904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:27.123327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.oqrpfp on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\nDeploy daemon haproxy.nfs.foo.smithi164.oqrpfp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.022821Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ppoyaf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\nDeploy daemon haproxy.nfs.foo.smithi018.ppoyaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.026122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.ztyreu on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:31.028663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:29:39.320 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:29:40.322 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:40.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:40 smithi018 bash[14175]: audit 2024-02-10T09:29:38.549177+0000 mgr.smithi018.dxgutx (mgr.14180) 606 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:29:40.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:40 smithi018 bash[14175]: cluster 2024-02-10T09:29:39.034014+0000 mgr.smithi018.dxgutx (mgr.14180) 607 : cluster [DBG] pgmap v439: 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-10T09:29:40.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:40 smithi164 bash[18308]: audit 2024-02-10T09:29:38.549177+0000 mgr.smithi018.dxgutx (mgr.14180) 606 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:29:40.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:40 smithi164 bash[18308]: cluster 2024-02-10T09:29:39.034014+0000 mgr.smithi018.dxgutx (mgr.14180) 607 : cluster [DBG] pgmap v439: 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-10T09:29:42.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:42 smithi018 bash[14175]: cluster 2024-02-10T09:29:41.035126+0000 mgr.smithi018.dxgutx (mgr.14180) 608 : cluster [DBG] pgmap v440: 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-10T09:29:42.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:42 smithi018 bash[14175]: audit 2024-02-10T09:29:41.484866+0000 mon.smithi018 (mon.0) 810 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:29:42.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:42 smithi164 bash[18308]: cluster 2024-02-10T09:29:41.035126+0000 mgr.smithi018.dxgutx (mgr.14180) 608 : cluster [DBG] pgmap v440: 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-10T09:29:42.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:42 smithi164 bash[18308]: audit 2024-02-10T09:29:41.484866+0000 mon.smithi018 (mon.0) 810 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:29:43.578 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:29:43.579 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:28:22.771904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:27.123327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.oqrpfp on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\nDeploy daemon haproxy.nfs.foo.smithi164.oqrpfp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.022821Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ppoyaf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\nDeploy daemon haproxy.nfs.foo.smithi018.ppoyaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.026122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.ztyreu on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:31.028663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:29:43.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:43 smithi018 bash[14175]: cluster 2024-02-10T09:29:43.036215+0000 mgr.smithi018.dxgutx (mgr.14180) 609 : cluster [DBG] pgmap v441: 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-10T09:29:44.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:43 smithi164 bash[18308]: cluster 2024-02-10T09:29:43.036215+0000 mgr.smithi018.dxgutx (mgr.14180) 609 : cluster [DBG] pgmap v441: 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-10T09:29:44.308 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:29:44.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:44 smithi018 bash[14175]: audit 2024-02-10T09:29:43.559850+0000 mgr.smithi018.dxgutx (mgr.14180) 610 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:29:45.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:44 smithi164 bash[18308]: audit 2024-02-10T09:29:43.559850+0000 mgr.smithi018.dxgutx (mgr.14180) 610 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:29:45.309 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:45.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:45 smithi018 bash[14175]: cluster 2024-02-10T09:29:45.037411+0000 mgr.smithi018.dxgutx (mgr.14180) 611 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:29:46.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:45 smithi164 bash[18308]: cluster 2024-02-10T09:29:45.037411+0000 mgr.smithi018.dxgutx (mgr.14180) 611 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:29:48.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:48 smithi164 bash[18308]: cluster 2024-02-10T09:29:47.038044+0000 mgr.smithi018.dxgutx (mgr.14180) 612 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:29:48.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:48 smithi018 bash[14175]: cluster 2024-02-10T09:29:47.038044+0000 mgr.smithi018.dxgutx (mgr.14180) 612 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:29:48.694 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:29:48.694 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:28:22.771904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:27.123327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.oqrpfp on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\nDeploy daemon haproxy.nfs.foo.smithi164.oqrpfp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.022821Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ppoyaf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\nDeploy daemon haproxy.nfs.foo.smithi018.ppoyaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.026122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.ztyreu on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:31.028663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:29:49.468 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:29:50.470 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:50.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:50 smithi018 bash[14175]: audit 2024-02-10T09:29:48.677717+0000 mgr.smithi018.dxgutx (mgr.14180) 613 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:29:50.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:50 smithi018 bash[14175]: cluster 2024-02-10T09:29:49.039409+0000 mgr.smithi018.dxgutx (mgr.14180) 614 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:29:50.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:50 smithi164 bash[18308]: audit 2024-02-10T09:29:48.677717+0000 mgr.smithi018.dxgutx (mgr.14180) 613 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:29:50.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:50 smithi164 bash[18308]: cluster 2024-02-10T09:29:49.039409+0000 mgr.smithi018.dxgutx (mgr.14180) 614 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:29:52.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:52 smithi018 bash[14175]: cluster 2024-02-10T09:29:51.040552+0000 mgr.smithi018.dxgutx (mgr.14180) 615 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:29:52.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:52 smithi164 bash[18308]: cluster 2024-02-10T09:29:51.040552+0000 mgr.smithi018.dxgutx (mgr.14180) 615 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:29:53.753 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:29:53.753 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:28:22.771904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:27.123327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.oqrpfp on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\nDeploy daemon haproxy.nfs.foo.smithi164.oqrpfp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.022821Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ppoyaf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\nDeploy daemon haproxy.nfs.foo.smithi018.ppoyaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.026122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.ztyreu on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:31.028663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:29:53.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:53 smithi018 bash[14175]: cluster 2024-02-10T09:29:53.041683+0000 mgr.smithi018.dxgutx (mgr.14180) 616 : cluster [DBG] pgmap v446: 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-10T09:29:54.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:53 smithi164 bash[18308]: cluster 2024-02-10T09:29:53.041683+0000 mgr.smithi018.dxgutx (mgr.14180) 616 : cluster [DBG] pgmap v446: 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-10T09:29:54.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:29:54.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:54 smithi018 bash[14175]: audit 2024-02-10T09:29:53.742159+0000 mgr.smithi018.dxgutx (mgr.14180) 617 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:29:55.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:54 smithi164 bash[18308]: audit 2024-02-10T09:29:53.742159+0000 mgr.smithi018.dxgutx (mgr.14180) 617 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:29:55.494 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:29:55.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:55 smithi018 bash[14175]: cluster 2024-02-10T09:29:55.042957+0000 mgr.smithi018.dxgutx (mgr.14180) 618 : 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-10T09:29:56.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:55 smithi164 bash[18308]: cluster 2024-02-10T09:29:55.042957+0000 mgr.smithi018.dxgutx (mgr.14180) 618 : 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-10T09:29:58.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:29:58 smithi164 bash[18308]: cluster 2024-02-10T09:29:57.043884+0000 mgr.smithi018.dxgutx (mgr.14180) 619 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:29:58.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:29:58 smithi018 bash[14175]: cluster 2024-02-10T09:29:57.043884+0000 mgr.smithi018.dxgutx (mgr.14180) 619 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:29:58.614 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:29:58.614 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:28:22.771904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:27.123327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.oqrpfp on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\nDeploy daemon haproxy.nfs.foo.smithi164.oqrpfp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.022821Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ppoyaf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\nDeploy daemon haproxy.nfs.foo.smithi018.ppoyaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.026122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.ztyreu on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:31.028663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:29:59.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:30:00.419 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:00.433 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: audit 2024-02-10T09:29:58.597217+0000 mgr.smithi018.dxgutx (mgr.14180) 620 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:30:00.433 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:29:59.044859+0000 mgr.smithi018.dxgutx (mgr.14180) 621 : 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-10T09:30:00.433 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000192+0000 mon.smithi018 (mon.0) 811 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-02-10T09:30:00.433 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000240+0000 mon.smithi018 (mon.0) 812 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-02-10T09:30:00.433 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000260+0000 mon.smithi018 (mon.0) 813 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi164.oqrpfp on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp 2024-02-10T09:30:00.433 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000278+0000 mon.smithi018 (mon.0) 814 : cluster [WRN] /usr/bin/docker: stdout 2024-02-10T09:30:00.433 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000299+0000 mon.smithi018 (mon.0) 815 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp 2024-02-10T09:30:00.433 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000341+0000 mon.smithi018 (mon.0) 816 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp 2024-02-10T09:30:00.433 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000369+0000 mon.smithi018 (mon.0) 817 : cluster [WRN] /usr/bin/docker: stdout 2024-02-10T09:30:00.433 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000397+0000 mon.smithi018 (mon.0) 818 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp 2024-02-10T09:30:00.433 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000418+0000 mon.smithi018 (mon.0) 819 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi164.oqrpfp ... 2024-02-10T09:30:00.433 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000439+0000 mon.smithi018 (mon.0) 820 : 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=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:00.433 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000463+0000 mon.smithi018 (mon.0) 821 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:30:00.434 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000487+0000 mon.smithi018 (mon.0) 822 : 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-10T09:30:00.434 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000519+0000 mon.smithi018 (mon.0) 823 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-02-10T09:30:00.434 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000545+0000 mon.smithi018 (mon.0) 824 : 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=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:00.434 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000596+0000 mon.smithi018 (mon.0) 825 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi018.ppoyaf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf 2024-02-10T09:30:00.434 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000621+0000 mon.smithi018 (mon.0) 826 : cluster [WRN] /usr/bin/docker: stdout 2024-02-10T09:30:00.434 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000642+0000 mon.smithi018 (mon.0) 827 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf 2024-02-10T09:30:00.434 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000665+0000 mon.smithi018 (mon.0) 828 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf 2024-02-10T09:30:00.434 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000691+0000 mon.smithi018 (mon.0) 829 : cluster [WRN] /usr/bin/docker: stdout 2024-02-10T09:30:00.434 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000713+0000 mon.smithi018 (mon.0) 830 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf 2024-02-10T09:30:00.434 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000734+0000 mon.smithi018 (mon.0) 831 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi018.ppoyaf ... 2024-02-10T09:30:00.434 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000761+0000 mon.smithi018 (mon.0) 832 : 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=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:00.435 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000787+0000 mon.smithi018 (mon.0) 833 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:30:00.435 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000812+0000 mon.smithi018 (mon.0) 834 : 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-10T09:30:00.435 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000840+0000 mon.smithi018 (mon.0) 835 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-02-10T09:30:00.435 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000893+0000 mon.smithi018 (mon.0) 836 : 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=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:00.435 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000917+0000 mon.smithi018 (mon.0) 837 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi018.ztyreu on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:30:00.435 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:00.000939+0000 mon.smithi018 (mon.0) 838 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:30:00.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: audit 2024-02-10T09:29:58.597217+0000 mgr.smithi018.dxgutx (mgr.14180) 620 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:30:00.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:29:59.044859+0000 mgr.smithi018.dxgutx (mgr.14180) 621 : 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-10T09:30:00.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000192+0000 mon.smithi018 (mon.0) 811 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-02-10T09:30:00.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000240+0000 mon.smithi018 (mon.0) 812 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-02-10T09:30:00.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000260+0000 mon.smithi018 (mon.0) 813 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi164.oqrpfp on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp 2024-02-10T09:30:00.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000278+0000 mon.smithi018 (mon.0) 814 : cluster [WRN] /usr/bin/docker: stdout 2024-02-10T09:30:00.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000299+0000 mon.smithi018 (mon.0) 815 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp 2024-02-10T09:30:00.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000341+0000 mon.smithi018 (mon.0) 816 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp 2024-02-10T09:30:00.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000369+0000 mon.smithi018 (mon.0) 817 : cluster [WRN] /usr/bin/docker: stdout 2024-02-10T09:30:00.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000397+0000 mon.smithi018 (mon.0) 818 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp 2024-02-10T09:30:00.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000418+0000 mon.smithi018 (mon.0) 819 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi164.oqrpfp ... 2024-02-10T09:30:00.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000439+0000 mon.smithi018 (mon.0) 820 : 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=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:00.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000463+0000 mon.smithi018 (mon.0) 821 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:30:00.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000487+0000 mon.smithi018 (mon.0) 822 : 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-10T09:30:00.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000519+0000 mon.smithi018 (mon.0) 823 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-02-10T09:30:00.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000545+0000 mon.smithi018 (mon.0) 824 : 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=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:00.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000596+0000 mon.smithi018 (mon.0) 825 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi018.ppoyaf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf 2024-02-10T09:30:00.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000621+0000 mon.smithi018 (mon.0) 826 : cluster [WRN] /usr/bin/docker: stdout 2024-02-10T09:30:00.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000642+0000 mon.smithi018 (mon.0) 827 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf 2024-02-10T09:30:00.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000665+0000 mon.smithi018 (mon.0) 828 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf 2024-02-10T09:30:00.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000691+0000 mon.smithi018 (mon.0) 829 : cluster [WRN] /usr/bin/docker: stdout 2024-02-10T09:30:00.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000713+0000 mon.smithi018 (mon.0) 830 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf 2024-02-10T09:30:00.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000734+0000 mon.smithi018 (mon.0) 831 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi018.ppoyaf ... 2024-02-10T09:30:00.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000761+0000 mon.smithi018 (mon.0) 832 : 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=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:00.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000787+0000 mon.smithi018 (mon.0) 833 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:30:00.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000812+0000 mon.smithi018 (mon.0) 834 : 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-10T09:30:00.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000840+0000 mon.smithi018 (mon.0) 835 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-02-10T09:30:00.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000893+0000 mon.smithi018 (mon.0) 836 : 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=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:00.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000917+0000 mon.smithi018 (mon.0) 837 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi018.ztyreu on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:30:00.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:00.000939+0000 mon.smithi018 (mon.0) 838 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:30:02.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:02 smithi018 bash[14175]: cluster 2024-02-10T09:30:01.045921+0000 mgr.smithi018.dxgutx (mgr.14180) 622 : 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-10T09:30:02.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:02 smithi164 bash[18308]: cluster 2024-02-10T09:30:01.045921+0000 mgr.smithi018.dxgutx (mgr.14180) 622 : 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-10T09:30:03.652 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:30:03.652 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:28:22.771904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:27.123327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.oqrpfp on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\nDeploy daemon haproxy.nfs.foo.smithi164.oqrpfp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.022821Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ppoyaf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\nDeploy daemon haproxy.nfs.foo.smithi018.ppoyaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.026122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.ztyreu on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:31.028663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:30:03.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:03 smithi018 bash[14175]: cluster 2024-02-10T09:30:03.047183+0000 mgr.smithi018.dxgutx (mgr.14180) 623 : cluster [DBG] pgmap v451: 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-10T09:30:04.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:03 smithi164 bash[18308]: cluster 2024-02-10T09:30:03.047183+0000 mgr.smithi018.dxgutx (mgr.14180) 623 : cluster [DBG] pgmap v451: 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-10T09:30:04.356 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:30:04.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:04 smithi018 bash[14175]: audit 2024-02-10T09:30:03.636379+0000 mgr.smithi018.dxgutx (mgr.14180) 624 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:30:05.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:04 smithi164 bash[18308]: audit 2024-02-10T09:30:03.636379+0000 mgr.smithi018.dxgutx (mgr.14180) 624 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:30:05.358 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:05.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:05 smithi018 bash[14175]: cluster 2024-02-10T09:30:05.048480+0000 mgr.smithi018.dxgutx (mgr.14180) 625 : 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-10T09:30:06.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:05 smithi164 bash[18308]: cluster 2024-02-10T09:30:05.048480+0000 mgr.smithi018.dxgutx (mgr.14180) 625 : 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-10T09:30:08.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:08 smithi164 bash[18308]: cluster 2024-02-10T09:30:07.049231+0000 mgr.smithi018.dxgutx (mgr.14180) 626 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:30:08.401 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:08 smithi018 bash[14175]: cluster 2024-02-10T09:30:07.049231+0000 mgr.smithi018.dxgutx (mgr.14180) 626 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:30:08.787 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:30:08.787 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:28:22.771904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:27.123327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.oqrpfp on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\nDeploy daemon haproxy.nfs.foo.smithi164.oqrpfp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.022821Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ppoyaf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\nDeploy daemon haproxy.nfs.foo.smithi018.ppoyaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.026122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.ztyreu on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:31.028663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:30:09.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:30:10.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:10 smithi018 bash[14175]: audit 2024-02-10T09:30:08.771554+0000 mgr.smithi018.dxgutx (mgr.14180) 627 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:30:10.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:10 smithi018 bash[14175]: cluster 2024-02-10T09:30:09.050642+0000 mgr.smithi018.dxgutx (mgr.14180) 628 : 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-10T09:30:10.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:10 smithi164 bash[18308]: audit 2024-02-10T09:30:08.771554+0000 mgr.smithi018.dxgutx (mgr.14180) 627 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:30:10.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:10 smithi164 bash[18308]: cluster 2024-02-10T09:30:09.050642+0000 mgr.smithi018.dxgutx (mgr.14180) 628 : 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-10T09:30:10.590 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:12.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:12 smithi018 bash[14175]: cluster 2024-02-10T09:30:11.051812+0000 mgr.smithi018.dxgutx (mgr.14180) 629 : 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-10T09:30:12.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:12 smithi164 bash[18308]: cluster 2024-02-10T09:30:11.051812+0000 mgr.smithi018.dxgutx (mgr.14180) 629 : 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-10T09:30:13.729 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:30:13.730 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:28:22.771904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:27.123327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.oqrpfp on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\nDeploy daemon haproxy.nfs.foo.smithi164.oqrpfp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.022821Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ppoyaf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\nDeploy daemon haproxy.nfs.foo.smithi018.ppoyaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.026122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.ztyreu on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:31.028663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:30:13.937 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:13 smithi018 bash[14175]: cluster 2024-02-10T09:30:13.052996+0000 mgr.smithi018.dxgutx (mgr.14180) 630 : cluster [DBG] pgmap v456: 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-10T09:30:14.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:13 smithi164 bash[18308]: cluster 2024-02-10T09:30:13.052996+0000 mgr.smithi018.dxgutx (mgr.14180) 630 : cluster [DBG] pgmap v456: 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-10T09:30:14.437 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:30:14.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:14 smithi018 bash[14175]: audit 2024-02-10T09:30:13.711601+0000 mgr.smithi018.dxgutx (mgr.14180) 631 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:30:15.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:14 smithi164 bash[18308]: audit 2024-02-10T09:30:13.711601+0000 mgr.smithi018.dxgutx (mgr.14180) 631 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:30:15.438 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:15.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:15 smithi018 bash[14175]: cluster 2024-02-10T09:30:15.054248+0000 mgr.smithi018.dxgutx (mgr.14180) 632 : 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-10T09:30:16.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:15 smithi164 bash[18308]: cluster 2024-02-10T09:30:15.054248+0000 mgr.smithi018.dxgutx (mgr.14180) 632 : 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-10T09:30:18.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:18 smithi164 bash[18308]: cluster 2024-02-10T09:30:17.055274+0000 mgr.smithi018.dxgutx (mgr.14180) 633 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:30:18.374 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:18 smithi018 bash[14175]: cluster 2024-02-10T09:30:17.055274+0000 mgr.smithi018.dxgutx (mgr.14180) 633 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:30:18.764 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:30:18.764 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:28:22.771904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:27.123327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.oqrpfp on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\nDeploy daemon haproxy.nfs.foo.smithi164.oqrpfp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.022821Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ppoyaf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\nDeploy daemon haproxy.nfs.foo.smithi018.ppoyaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.026122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.ztyreu on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:31.028663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:30:19.603 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:30:20.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:20 smithi018 bash[14175]: audit 2024-02-10T09:30:18.750147+0000 mgr.smithi018.dxgutx (mgr.14180) 634 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:30:20.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:20 smithi018 bash[14175]: cluster 2024-02-10T09:30:19.056666+0000 mgr.smithi018.dxgutx (mgr.14180) 635 : 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-10T09:30:20.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:20 smithi164 bash[18308]: audit 2024-02-10T09:30:18.750147+0000 mgr.smithi018.dxgutx (mgr.14180) 634 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:30:20.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:20 smithi164 bash[18308]: cluster 2024-02-10T09:30:19.056666+0000 mgr.smithi018.dxgutx (mgr.14180) 635 : 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-10T09:30:20.604 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:22.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:22 smithi018 bash[14175]: cluster 2024-02-10T09:30:21.057828+0000 mgr.smithi018.dxgutx (mgr.14180) 636 : 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-10T09:30:22.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:22 smithi164 bash[18308]: cluster 2024-02-10T09:30:21.057828+0000 mgr.smithi018.dxgutx (mgr.14180) 636 : 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-10T09:30:23.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:23 smithi018 bash[14175]: cluster 2024-02-10T09:30:23.059075+0000 mgr.smithi018.dxgutx (mgr.14180) 637 : cluster [DBG] pgmap v461: 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-10T09:30:23.876 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:30:23.876 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:28:22.771904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:27.123327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.oqrpfp on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\nDeploy daemon haproxy.nfs.foo.smithi164.oqrpfp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.022821Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ppoyaf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\nDeploy daemon haproxy.nfs.foo.smithi018.ppoyaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.026122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.ztyreu on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:31.028663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:30:24.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:23 smithi164 bash[18308]: cluster 2024-02-10T09:30:23.059075+0000 mgr.smithi018.dxgutx (mgr.14180) 637 : cluster [DBG] pgmap v461: 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-10T09:30:24.525 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:30:24.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:24 smithi018 bash[14175]: audit 2024-02-10T09:30:23.864266+0000 mgr.smithi018.dxgutx (mgr.14180) 638 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:30:25.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:24 smithi164 bash[18308]: audit 2024-02-10T09:30:23.864266+0000 mgr.smithi018.dxgutx (mgr.14180) 638 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:30:25.526 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:25.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:25 smithi018 bash[14175]: cluster 2024-02-10T09:30:25.060302+0000 mgr.smithi018.dxgutx (mgr.14180) 639 : 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-10T09:30:26.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:25 smithi164 bash[18308]: cluster 2024-02-10T09:30:25.060302+0000 mgr.smithi018.dxgutx (mgr.14180) 639 : 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-10T09:30:28.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:28 smithi164 bash[18308]: cluster 2024-02-10T09:30:27.061345+0000 mgr.smithi018.dxgutx (mgr.14180) 640 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:30:28.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:28 smithi018 bash[14175]: cluster 2024-02-10T09:30:27.061345+0000 mgr.smithi018.dxgutx (mgr.14180) 640 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:30:28.652 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:30:28.653 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:28:22.771904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:27.123327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.oqrpfp on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\nDeploy daemon haproxy.nfs.foo.smithi164.oqrpfp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.022821Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ppoyaf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\nDeploy daemon haproxy.nfs.foo.smithi018.ppoyaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.026122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.ztyreu on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:31.028663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:30:29.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:30:30.418 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:30.431 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:30 smithi018 bash[14175]: audit 2024-02-10T09:30:28.640678+0000 mgr.smithi018.dxgutx (mgr.14180) 641 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:30:30.432 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:30 smithi018 bash[14175]: cluster 2024-02-10T09:30:29.062742+0000 mgr.smithi018.dxgutx (mgr.14180) 642 : 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-10T09:30:30.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:30 smithi164 bash[18308]: audit 2024-02-10T09:30:28.640678+0000 mgr.smithi018.dxgutx (mgr.14180) 641 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:30:30.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:30 smithi164 bash[18308]: cluster 2024-02-10T09:30:29.062742+0000 mgr.smithi018.dxgutx (mgr.14180) 642 : 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-10T09:30:31.401 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:31 smithi018 bash[14175]: audit 2024-02-10T09:30:31.033231+0000 mon.smithi018 (mon.0) 839 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:30:31.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:31 smithi164 bash[18308]: audit 2024-02-10T09:30:31.033231+0000 mon.smithi018 (mon.0) 839 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:30:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:32 smithi018 bash[14175]: cluster 2024-02-10T09:30:31.063831+0000 mgr.smithi018.dxgutx (mgr.14180) 643 : 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-10T09:30:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:32 smithi018 bash[14175]: audit 2024-02-10T09:30:31.312840+0000 mon.smithi018 (mon.0) 840 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:30:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:32 smithi018 bash[14175]: audit 2024-02-10T09:30:31.314272+0000 mon.smithi018 (mon.0) 841 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:30:32.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:32 smithi018 bash[14175]: audit 2024-02-10T09:30:31.315561+0000 mon.smithi018 (mon.0) 842 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:30:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:32 smithi018 bash[14175]: audit 2024-02-10T09:30:31.316696+0000 mon.smithi018 (mon.0) 843 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:30:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:32 smithi018 bash[14175]: cephadm 2024-02-10T09:30:31.317567+0000 mgr.smithi018.dxgutx (mgr.14180) 644 : cephadm [INF] Adjusting osd_memory_target on smithi164 to 2748M 2024-02-10T09:30:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:32 smithi018 bash[14175]: audit 2024-02-10T09:30:31.323590+0000 mon.smithi018 (mon.0) 844 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:30:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:32 smithi018 bash[14175]: audit 2024-02-10T09:30:31.342104+0000 mon.smithi018 (mon.0) 845 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:30:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:32 smithi018 bash[14175]: audit 2024-02-10T09:30:31.343361+0000 mon.smithi018 (mon.0) 846 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:30:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:32 smithi018 bash[14175]: audit 2024-02-10T09:30:31.344404+0000 mon.smithi018 (mon.0) 847 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:30:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:32 smithi018 bash[14175]: audit 2024-02-10T09:30:31.345336+0000 mon.smithi018 (mon.0) 848 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:30:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:32 smithi018 bash[14175]: cephadm 2024-02-10T09:30:31.346053+0000 mgr.smithi018.dxgutx (mgr.14180) 645 : cephadm [INF] Adjusting osd_memory_target on smithi018 to 1981M 2024-02-10T09:30:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:32 smithi018 bash[14175]: audit 2024-02-10T09:30:31.351698+0000 mon.smithi018 (mon.0) 849 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:30:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:32 smithi018 bash[14175]: audit 2024-02-10T09:30:31.352847+0000 mon.smithi018 (mon.0) 850 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:30:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:32 smithi018 bash[14175]: audit 2024-02-10T09:30:31.353878+0000 mon.smithi018 (mon.0) 851 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:30:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:32 smithi018 bash[14175]: audit 2024-02-10T09:30:31.359728+0000 mon.smithi018 (mon.0) 852 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:30:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:32 smithi018 bash[14175]: cluster 2024-02-10T09:30:31.360445+0000 mgr.smithi018.dxgutx (mgr.14180) 646 : cluster [DBG] pgmap v466: 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-10T09:30:32.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:32 smithi018 bash[14175]: audit 2024-02-10T09:30:31.367396+0000 mon.smithi018 (mon.0) 853 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:30:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:32 smithi018 bash[14175]: audit 2024-02-10T09:30:31.378769+0000 mon.smithi018 (mon.0) 854 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:30:32.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:32 smithi018 bash[14175]: cephadm 2024-02-10T09:30:31.382972+0000 mgr.smithi018.dxgutx (mgr.14180) 647 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.jcjdbg on smithi164 2024-02-10T09:30:32.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:32 smithi164 bash[18308]: cluster 2024-02-10T09:30:31.063831+0000 mgr.smithi018.dxgutx (mgr.14180) 643 : 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-10T09:30:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:32 smithi164 bash[18308]: audit 2024-02-10T09:30:31.312840+0000 mon.smithi018 (mon.0) 840 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:30:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:32 smithi164 bash[18308]: audit 2024-02-10T09:30:31.314272+0000 mon.smithi018 (mon.0) 841 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:30:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:32 smithi164 bash[18308]: audit 2024-02-10T09:30:31.315561+0000 mon.smithi018 (mon.0) 842 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:30:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:32 smithi164 bash[18308]: audit 2024-02-10T09:30:31.316696+0000 mon.smithi018 (mon.0) 843 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:30:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:32 smithi164 bash[18308]: cephadm 2024-02-10T09:30:31.317567+0000 mgr.smithi018.dxgutx (mgr.14180) 644 : cephadm [INF] Adjusting osd_memory_target on smithi164 to 2748M 2024-02-10T09:30:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:32 smithi164 bash[18308]: audit 2024-02-10T09:30:31.323590+0000 mon.smithi018 (mon.0) 844 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:30:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:32 smithi164 bash[18308]: audit 2024-02-10T09:30:31.342104+0000 mon.smithi018 (mon.0) 845 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:30:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:32 smithi164 bash[18308]: audit 2024-02-10T09:30:31.343361+0000 mon.smithi018 (mon.0) 846 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:30:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:32 smithi164 bash[18308]: audit 2024-02-10T09:30:31.344404+0000 mon.smithi018 (mon.0) 847 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:30:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:32 smithi164 bash[18308]: audit 2024-02-10T09:30:31.345336+0000 mon.smithi018 (mon.0) 848 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:30:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:32 smithi164 bash[18308]: cephadm 2024-02-10T09:30:31.346053+0000 mgr.smithi018.dxgutx (mgr.14180) 645 : cephadm [INF] Adjusting osd_memory_target on smithi018 to 1981M 2024-02-10T09:30:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:32 smithi164 bash[18308]: audit 2024-02-10T09:30:31.351698+0000 mon.smithi018 (mon.0) 849 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:30:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:32 smithi164 bash[18308]: audit 2024-02-10T09:30:31.352847+0000 mon.smithi018 (mon.0) 850 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:30:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:32 smithi164 bash[18308]: audit 2024-02-10T09:30:31.353878+0000 mon.smithi018 (mon.0) 851 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:30:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:32 smithi164 bash[18308]: audit 2024-02-10T09:30:31.359728+0000 mon.smithi018 (mon.0) 852 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:30:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:32 smithi164 bash[18308]: cluster 2024-02-10T09:30:31.360445+0000 mgr.smithi018.dxgutx (mgr.14180) 646 : cluster [DBG] pgmap v466: 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-10T09:30:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:32 smithi164 bash[18308]: audit 2024-02-10T09:30:31.367396+0000 mon.smithi018 (mon.0) 853 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:30:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:32 smithi164 bash[18308]: audit 2024-02-10T09:30:31.378769+0000 mon.smithi018 (mon.0) 854 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:30:32.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:32 smithi164 bash[18308]: cephadm 2024-02-10T09:30:31.382972+0000 mgr.smithi018.dxgutx (mgr.14180) 647 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.jcjdbg on smithi164 2024-02-10T09:30:33.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:33 smithi018 bash[14175]: cluster 2024-02-10T09:30:32.357558+0000 mon.smithi018 (mon.0) 855 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:30:33.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:33 smithi018 bash[14175]: cluster 2024-02-10T09:30:32.357632+0000 mon.smithi018 (mon.0) 856 : cluster [INF] Cluster is now healthy 2024-02-10T09:30:33.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:33 smithi164 bash[18308]: cluster 2024-02-10T09:30:32.357558+0000 mon.smithi018 (mon.0) 855 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:30:33.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:33 smithi164 bash[18308]: cluster 2024-02-10T09:30:32.357632+0000 mon.smithi018 (mon.0) 856 : cluster [INF] Cluster is now healthy 2024-02-10T09:30:33.657 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:30:33.657 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:28:22.771904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.dtrhze on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:27.123327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.oqrpfp on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\nDeploy daemon haproxy.nfs.foo.smithi164.oqrpfp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.022821Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ppoyaf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\nDeploy daemon haproxy.nfs.foo.smithi018.ppoyaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.026122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.ztyreu on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:31.028663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:30:34.402 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:30:34.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:34 smithi018 bash[14175]: cluster 2024-02-10T09:30:33.361431+0000 mgr.smithi018.dxgutx (mgr.14180) 648 : cluster [DBG] pgmap v467: 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-10T09:30:34.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:34 smithi164 bash[18308]: cluster 2024-02-10T09:30:33.361431+0000 mgr.smithi018.dxgutx (mgr.14180) 648 : cluster [DBG] pgmap v467: 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-10T09:30:35.403 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:35.416 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:35 smithi018 bash[14175]: audit 2024-02-10T09:30:33.638843+0000 mgr.smithi018.dxgutx (mgr.14180) 649 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:30:35.493 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:35 smithi164 bash[18308]: audit 2024-02-10T09:30:33.638843+0000 mgr.smithi018.dxgutx (mgr.14180) 649 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:30:36.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:36 smithi018 bash[14175]: cluster 2024-02-10T09:30:35.362329+0000 mgr.smithi018.dxgutx (mgr.14180) 650 : cluster [DBG] pgmap v468: 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-10T09:30:36.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:36 smithi018 bash[14175]: audit 2024-02-10T09:30:35.555983+0000 mon.smithi018 (mon.0) 857 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.jcjdbg"}]: dispatch 2024-02-10T09:30:36.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:36 smithi164 bash[18308]: cluster 2024-02-10T09:30:35.362329+0000 mgr.smithi018.dxgutx (mgr.14180) 650 : cluster [DBG] pgmap v468: 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-10T09:30:36.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:36 smithi164 bash[18308]: audit 2024-02-10T09:30:35.555983+0000 mon.smithi018 (mon.0) 857 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.jcjdbg"}]: dispatch 2024-02-10T09:30:37.310 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: cephadm 2024-02-10T09:30:35.554865+0000 mgr.smithi018.dxgutx (mgr.14180) 651 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg 2024-02-10T09:30:37.310 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:30:37.310 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg 2024-02-10T09:30:37.310 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg 2024-02-10T09:30:37.310 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:30:37.310 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg 2024-02-10T09:30:37.310 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.jcjdbg ... 2024-02-10T09:30:37.311 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:37.311 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:30:37.311 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:30:37.311 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:30:37.311 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:37.311 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:30:37.311 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:30:37.311 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:30:37.311 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:30:37.311 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:30:37.311 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg 2024-02-10T09:30:37.311 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:30:37.311 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg 2024-02-10T09:30:37.311 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg 2024-02-10T09:30:37.311 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:30:37.311 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg 2024-02-10T09:30:37.312 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.jcjdbg ... 2024-02-10T09:30:37.312 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:37.312 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:30:37.312 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:30:37.312 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:30:37.312 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:37.312 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: cephadm 2024-02-10T09:30:35.555394+0000 mgr.smithi018.dxgutx (mgr.14180) 652 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.jcjdbg 2024-02-10T09:30:37.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: cephadm 2024-02-10T09:30:35.557580+0000 mgr.smithi018.dxgutx (mgr.14180) 653 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.jcjdbg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg 2024-02-10T09:30:37.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:30:37.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg 2024-02-10T09:30:37.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg 2024-02-10T09:30:37.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:30:37.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg 2024-02-10T09:30:37.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.jcjdbg ... 2024-02-10T09:30:37.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:37.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:30:37.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:30:37.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:30:37.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:37.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:37 smithi018 bash[14175]: cephadm 2024-02-10T09:30:35.562809+0000 mgr.smithi018.dxgutx (mgr.14180) 654 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.owjbxb on smithi018 2024-02-10T09:30:37.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: cephadm 2024-02-10T09:30:35.554865+0000 mgr.smithi018.dxgutx (mgr.14180) 651 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg 2024-02-10T09:30:37.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:30:37.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg 2024-02-10T09:30:37.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg 2024-02-10T09:30:37.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:30:37.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg 2024-02-10T09:30:37.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.jcjdbg ... 2024-02-10T09:30:37.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:37.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:30:37.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:30:37.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:30:37.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:30:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:30:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:30:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:30:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:30:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg 2024-02-10T09:30:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:30:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg 2024-02-10T09:30:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg 2024-02-10T09:30:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:30:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg 2024-02-10T09:30:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.jcjdbg ... 2024-02-10T09:30:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:30:37.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:30:37.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:30:37.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:37.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: cephadm 2024-02-10T09:30:35.555394+0000 mgr.smithi018.dxgutx (mgr.14180) 652 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.jcjdbg 2024-02-10T09:30:37.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: cephadm 2024-02-10T09:30:35.557580+0000 mgr.smithi018.dxgutx (mgr.14180) 653 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.jcjdbg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg 2024-02-10T09:30:37.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:30:37.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg 2024-02-10T09:30:37.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg 2024-02-10T09:30:37.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:30:37.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg 2024-02-10T09:30:37.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.jcjdbg ... 2024-02-10T09:30:37.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:37.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:30:37.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:30:37.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:30:37.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:37.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:37 smithi164 bash[18308]: cephadm 2024-02-10T09:30:35.562809+0000 mgr.smithi018.dxgutx (mgr.14180) 654 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.owjbxb on smithi018 2024-02-10T09:30:38.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:38 smithi018 bash[14175]: cluster 2024-02-10T09:30:37.362823+0000 mgr.smithi018.dxgutx (mgr.14180) 655 : cluster [DBG] pgmap v469: 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-10T09:30:38.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:38 smithi164 bash[18308]: cluster 2024-02-10T09:30:37.362823+0000 mgr.smithi018.dxgutx (mgr.14180) 655 : cluster [DBG] pgmap v469: 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-10T09:30:38.961 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:30:38.961 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:29:27.123327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.oqrpfp on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-oqrpfp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.oqrpfp\nDeploy daemon haproxy.nfs.foo.smithi164.oqrpfp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.022821Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ppoyaf on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ppoyaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ppoyaf\nDeploy daemon haproxy.nfs.foo.smithi018.ppoyaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:29:31.026122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.ztyreu on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:29:31.028663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:30:35.557298Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.jcjdbg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\nDeploy daemon haproxy.nfs.foo.smithi164.jcjdbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -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.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:30:39.963 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:30:40.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:40 smithi018 bash[14175]: audit 2024-02-10T09:30:38.943330+0000 mgr.smithi018.dxgutx (mgr.14180) 656 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:30:40.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:40 smithi018 bash[14175]: cluster 2024-02-10T09:30:39.363553+0000 mgr.smithi018.dxgutx (mgr.14180) 657 : cluster [DBG] pgmap v470: 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-10T09:30:40.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:40 smithi018 bash[14175]: audit 2024-02-10T09:30:39.840099+0000 mon.smithi018 (mon.0) 858 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.owjbxb"}]: dispatch 2024-02-10T09:30:40.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:40 smithi164 bash[18308]: audit 2024-02-10T09:30:38.943330+0000 mgr.smithi018.dxgutx (mgr.14180) 656 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:30:40.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:40 smithi164 bash[18308]: cluster 2024-02-10T09:30:39.363553+0000 mgr.smithi018.dxgutx (mgr.14180) 657 : cluster [DBG] pgmap v470: 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-10T09:30:40.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:40 smithi164 bash[18308]: audit 2024-02-10T09:30:39.840099+0000 mon.smithi018 (mon.0) 858 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.owjbxb"}]: dispatch 2024-02-10T09:30:40.964 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:41.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: cephadm 2024-02-10T09:30:39.839335+0000 mgr.smithi018.dxgutx (mgr.14180) 658 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb 2024-02-10T09:30:41.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:30:41.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb 2024-02-10T09:30:41.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb 2024-02-10T09:30:41.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:30:41.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb 2024-02-10T09:30:41.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.owjbxb ... 2024-02-10T09:30:41.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:41.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:30:41.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:30:41.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:30:41.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:41.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:30:41.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:30:41.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:30:41.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:30:41.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:30:41.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb 2024-02-10T09:30:41.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:30:41.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb 2024-02-10T09:30:41.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb 2024-02-10T09:30:41.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:30:41.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb 2024-02-10T09:30:41.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.owjbxb ... 2024-02-10T09:30:41.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:41.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:30:41.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:30:41.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:30:41.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:41.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: cephadm 2024-02-10T09:30:39.839678+0000 mgr.smithi018.dxgutx (mgr.14180) 659 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.owjbxb 2024-02-10T09:30:41.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: cephadm 2024-02-10T09:30:39.841057+0000 mgr.smithi018.dxgutx (mgr.14180) 660 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.owjbxb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb 2024-02-10T09:30:41.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:30:41.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb 2024-02-10T09:30:41.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb 2024-02-10T09:30:41.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:30:41.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb 2024-02-10T09:30:41.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.owjbxb ... 2024-02-10T09:30:41.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:41.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:30:41.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:30:41.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:30:41.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:41.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: cephadm 2024-02-10T09:30:39.845600+0000 mgr.smithi018.dxgutx (mgr.14180) 661 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.nwavcq on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:30:41.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: cephadm 2024-02-10T09:30:39.848254+0000 mgr.smithi018.dxgutx (mgr.14180) 662 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:30:41.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: cluster 2024-02-10T09:30:39.849495+0000 mgr.smithi018.dxgutx (mgr.14180) 663 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 233 B/s rd, 0 op/s 2024-02-10T09:30:41.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:41 smithi018 bash[14175]: cluster 2024-02-10T09:30:40.417200+0000 mon.smithi018 (mon.0) 859 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:30:41.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: cephadm 2024-02-10T09:30:39.839335+0000 mgr.smithi018.dxgutx (mgr.14180) 658 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb 2024-02-10T09:30:41.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:30:41.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb 2024-02-10T09:30:41.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb 2024-02-10T09:30:41.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:30:41.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb 2024-02-10T09:30:41.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.owjbxb ... 2024-02-10T09:30:41.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:41.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:30:41.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:30:41.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:30:41.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:41.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:30:41.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:30:41.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:30:41.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:30:41.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:30:41.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb 2024-02-10T09:30:41.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:30:41.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb 2024-02-10T09:30:41.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb 2024-02-10T09:30:41.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:30:41.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb 2024-02-10T09:30:41.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.owjbxb ... 2024-02-10T09:30:41.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:41.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:30:41.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:30:41.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:30:41.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:41.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: cephadm 2024-02-10T09:30:39.839678+0000 mgr.smithi018.dxgutx (mgr.14180) 659 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.owjbxb 2024-02-10T09:30:41.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: cephadm 2024-02-10T09:30:39.841057+0000 mgr.smithi018.dxgutx (mgr.14180) 660 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.owjbxb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb 2024-02-10T09:30:41.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:30:41.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb 2024-02-10T09:30:41.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb 2024-02-10T09:30:41.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:30:41.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb 2024-02-10T09:30:41.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.owjbxb ... 2024-02-10T09:30:41.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:41.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:30:41.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:30:41.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:30:41.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:30:41.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: cephadm 2024-02-10T09:30:39.845600+0000 mgr.smithi018.dxgutx (mgr.14180) 661 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.nwavcq on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:30:41.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: cephadm 2024-02-10T09:30:39.848254+0000 mgr.smithi018.dxgutx (mgr.14180) 662 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:30:41.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: cluster 2024-02-10T09:30:39.849495+0000 mgr.smithi018.dxgutx (mgr.14180) 663 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 233 B/s rd, 0 op/s 2024-02-10T09:30:41.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:41 smithi164 bash[18308]: cluster 2024-02-10T09:30:40.417200+0000 mon.smithi018 (mon.0) 859 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:30:42.682 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:42 smithi018 bash[14175]: cluster 2024-02-10T09:30:41.850607+0000 mgr.smithi018.dxgutx (mgr.14180) 664 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:30:42.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:42 smithi164 bash[18308]: cluster 2024-02-10T09:30:41.850607+0000 mgr.smithi018.dxgutx (mgr.14180) 664 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:30:44.445 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:30:44.445 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:29:31.028663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:30:35.557298Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.jcjdbg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\nDeploy daemon haproxy.nfs.foo.smithi164.jcjdbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:30:39.840940Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.owjbxb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb\nDeploy daemon haproxy.nfs.foo.smithi018.owjbxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:30:39.845360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.nwavcq on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:30:39.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:30:44.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:44 smithi018 bash[14175]: cluster 2024-02-10T09:30:43.851387+0000 mgr.smithi018.dxgutx (mgr.14180) 665 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:30:44.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:44 smithi018 bash[14175]: audit 2024-02-10T09:30:44.729404+0000 mon.smithi018 (mon.0) 860 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:30:45.181 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:30:45.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:44 smithi164 bash[18308]: cluster 2024-02-10T09:30:43.851387+0000 mgr.smithi018.dxgutx (mgr.14180) 665 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:30:45.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:44 smithi164 bash[18308]: audit 2024-02-10T09:30:44.729404+0000 mon.smithi018 (mon.0) 860 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:30:46.182 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:46.196 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:45 smithi018 bash[14175]: audit 2024-02-10T09:30:44.429318+0000 mgr.smithi018.dxgutx (mgr.14180) 666 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:30:46.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:45 smithi164 bash[18308]: audit 2024-02-10T09:30:44.429318+0000 mgr.smithi018.dxgutx (mgr.14180) 666 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:30:47.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:46 smithi018 bash[14175]: cluster 2024-02-10T09:30:45.852666+0000 mgr.smithi018.dxgutx (mgr.14180) 667 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:30:47.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:46 smithi164 bash[18308]: cluster 2024-02-10T09:30:45.852666+0000 mgr.smithi018.dxgutx (mgr.14180) 667 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:30:48.924 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:48 smithi018 bash[14175]: cluster 2024-02-10T09:30:47.853946+0000 mgr.smithi018.dxgutx (mgr.14180) 668 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:30:49.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:48 smithi164 bash[18308]: cluster 2024-02-10T09:30:47.853946+0000 mgr.smithi018.dxgutx (mgr.14180) 668 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:30:49.345 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:30:49.346 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:29:31.028663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:30:35.557298Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.jcjdbg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\nDeploy daemon haproxy.nfs.foo.smithi164.jcjdbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:30:39.840940Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.owjbxb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb\nDeploy daemon haproxy.nfs.foo.smithi018.owjbxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:30:39.845360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.nwavcq on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:30:39.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:30:49.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:49 smithi018 bash[14175]: audit 2024-02-10T09:30:49.330321+0000 mgr.smithi018.dxgutx (mgr.14180) 669 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:30:50.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:49 smithi164 bash[18308]: audit 2024-02-10T09:30:49.330321+0000 mgr.smithi018.dxgutx (mgr.14180) 669 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:30:50.111 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:30:50.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:50 smithi018 bash[14175]: cluster 2024-02-10T09:30:49.855337+0000 mgr.smithi018.dxgutx (mgr.14180) 670 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:30:51.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:50 smithi164 bash[18308]: cluster 2024-02-10T09:30:49.855337+0000 mgr.smithi018.dxgutx (mgr.14180) 670 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:30:51.112 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:53.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:52 smithi018 bash[14175]: cluster 2024-02-10T09:30:51.856393+0000 mgr.smithi018.dxgutx (mgr.14180) 671 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:30:53.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:52 smithi164 bash[18308]: cluster 2024-02-10T09:30:51.856393+0000 mgr.smithi018.dxgutx (mgr.14180) 671 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:30:54.233 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:30:54.233 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:29:31.028663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:30:35.557298Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.jcjdbg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\nDeploy daemon haproxy.nfs.foo.smithi164.jcjdbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:30:39.840940Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.owjbxb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb\nDeploy daemon haproxy.nfs.foo.smithi018.owjbxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:30:39.845360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.nwavcq on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:30:39.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:30:55.000 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:30:55.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:54 smithi018 bash[14175]: cluster 2024-02-10T09:30:53.857382+0000 mgr.smithi018.dxgutx (mgr.14180) 672 : cluster [DBG] pgmap v478: 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-10T09:30:55.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:54 smithi018 bash[14175]: audit 2024-02-10T09:30:54.216824+0000 mgr.smithi018.dxgutx (mgr.14180) 673 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:30:55.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:54 smithi164 bash[18308]: cluster 2024-02-10T09:30:53.857382+0000 mgr.smithi018.dxgutx (mgr.14180) 672 : cluster [DBG] pgmap v478: 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-10T09:30:55.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:54 smithi164 bash[18308]: audit 2024-02-10T09:30:54.216824+0000 mgr.smithi018.dxgutx (mgr.14180) 673 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:30:56.001 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:30:57.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:56 smithi018 bash[14175]: cluster 2024-02-10T09:30:55.858611+0000 mgr.smithi018.dxgutx (mgr.14180) 674 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:30:57.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:56 smithi164 bash[18308]: cluster 2024-02-10T09:30:55.858611+0000 mgr.smithi018.dxgutx (mgr.14180) 674 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:30:58.912 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:58 smithi018 bash[14175]: cluster 2024-02-10T09:30:57.859401+0000 mgr.smithi018.dxgutx (mgr.14180) 675 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:30:59.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:58 smithi164 bash[18308]: cluster 2024-02-10T09:30:57.859401+0000 mgr.smithi018.dxgutx (mgr.14180) 675 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:30:59.269 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:30:59.270 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:29:31.028663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:30:35.557298Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.jcjdbg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\nDeploy daemon haproxy.nfs.foo.smithi164.jcjdbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:30:39.840940Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.owjbxb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb\nDeploy daemon haproxy.nfs.foo.smithi018.owjbxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:30:39.845360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.nwavcq on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:30:39.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:30:59.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:30:59 smithi018 bash[14175]: audit 2024-02-10T09:30:59.253555+0000 mgr.smithi018.dxgutx (mgr.14180) 676 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:30:59.993 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:31:00.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:30:59 smithi164 bash[18308]: audit 2024-02-10T09:30:59.253555+0000 mgr.smithi018.dxgutx (mgr.14180) 676 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:31:00.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:00 smithi018 bash[14175]: cluster 2024-02-10T09:30:59.860200+0000 mgr.smithi018.dxgutx (mgr.14180) 677 : 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-10T09:31:00.993 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:01.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:00 smithi164 bash[18308]: cluster 2024-02-10T09:30:59.860200+0000 mgr.smithi018.dxgutx (mgr.14180) 677 : 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-10T09:31:03.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:02 smithi018 bash[14175]: cluster 2024-02-10T09:31:01.861128+0000 mgr.smithi018.dxgutx (mgr.14180) 678 : 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-10T09:31:03.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:02 smithi164 bash[18308]: cluster 2024-02-10T09:31:01.861128+0000 mgr.smithi018.dxgutx (mgr.14180) 678 : 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-10T09:31:04.338 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:31:04.338 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:29:31.028663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:30:35.557298Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.jcjdbg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\nDeploy daemon haproxy.nfs.foo.smithi164.jcjdbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:30:39.840940Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.owjbxb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb\nDeploy daemon haproxy.nfs.foo.smithi018.owjbxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:30:39.845360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.nwavcq on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:30:39.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:31:05.037 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:31:05.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:04 smithi018 bash[14175]: cluster 2024-02-10T09:31:03.862512+0000 mgr.smithi018.dxgutx (mgr.14180) 679 : cluster [DBG] pgmap v483: 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-10T09:31:05.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:04 smithi018 bash[14175]: audit 2024-02-10T09:31:04.321060+0000 mgr.smithi018.dxgutx (mgr.14180) 680 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:31:05.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:04 smithi164 bash[18308]: cluster 2024-02-10T09:31:03.862512+0000 mgr.smithi018.dxgutx (mgr.14180) 679 : cluster [DBG] pgmap v483: 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-10T09:31:05.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:04 smithi164 bash[18308]: audit 2024-02-10T09:31:04.321060+0000 mgr.smithi018.dxgutx (mgr.14180) 680 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:31:06.039 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:07.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:06 smithi018 bash[14175]: cluster 2024-02-10T09:31:05.863814+0000 mgr.smithi018.dxgutx (mgr.14180) 681 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:31:07.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:06 smithi164 bash[18308]: cluster 2024-02-10T09:31:05.863814+0000 mgr.smithi018.dxgutx (mgr.14180) 681 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:31:08.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:08 smithi018 bash[14175]: cluster 2024-02-10T09:31:07.864686+0000 mgr.smithi018.dxgutx (mgr.14180) 682 : 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-10T09:31:09.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:08 smithi164 bash[18308]: cluster 2024-02-10T09:31:07.864686+0000 mgr.smithi018.dxgutx (mgr.14180) 682 : 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-10T09:31:09.199 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:31:09.199 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:29:31.028663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:30:35.557298Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.jcjdbg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\nDeploy daemon haproxy.nfs.foo.smithi164.jcjdbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:30:39.840940Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.owjbxb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb\nDeploy daemon haproxy.nfs.foo.smithi018.owjbxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:30:39.845360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.nwavcq on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:30:39.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:31:09.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:09 smithi018 bash[14175]: audit 2024-02-10T09:31:09.181961+0000 mgr.smithi018.dxgutx (mgr.14180) 683 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:31:10.050 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:31:10.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:09 smithi164 bash[18308]: audit 2024-02-10T09:31:09.181961+0000 mgr.smithi018.dxgutx (mgr.14180) 683 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:31:10.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:10 smithi018 bash[14175]: cluster 2024-02-10T09:31:09.865437+0000 mgr.smithi018.dxgutx (mgr.14180) 684 : 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-10T09:31:11.050 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:11.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:10 smithi164 bash[18308]: cluster 2024-02-10T09:31:09.865437+0000 mgr.smithi018.dxgutx (mgr.14180) 684 : 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-10T09:31:13.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:12 smithi018 bash[14175]: cluster 2024-02-10T09:31:11.866286+0000 mgr.smithi018.dxgutx (mgr.14180) 685 : 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-10T09:31:13.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:12 smithi164 bash[18308]: cluster 2024-02-10T09:31:11.866286+0000 mgr.smithi018.dxgutx (mgr.14180) 685 : 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-10T09:31:14.283 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:31:14.284 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:29:31.028663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:30:35.557298Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.jcjdbg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\nDeploy daemon haproxy.nfs.foo.smithi164.jcjdbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:30:39.840940Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.owjbxb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb\nDeploy daemon haproxy.nfs.foo.smithi018.owjbxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:30:39.845360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.nwavcq on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:30:39.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:31:15.057 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:31:15.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:14 smithi018 bash[14175]: cluster 2024-02-10T09:31:13.867608+0000 mgr.smithi018.dxgutx (mgr.14180) 686 : cluster [DBG] pgmap v488: 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-10T09:31:15.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:14 smithi018 bash[14175]: audit 2024-02-10T09:31:14.265306+0000 mgr.smithi018.dxgutx (mgr.14180) 687 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:31:15.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:14 smithi164 bash[18308]: cluster 2024-02-10T09:31:13.867608+0000 mgr.smithi018.dxgutx (mgr.14180) 686 : cluster [DBG] pgmap v488: 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-10T09:31:15.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:14 smithi164 bash[18308]: audit 2024-02-10T09:31:14.265306+0000 mgr.smithi018.dxgutx (mgr.14180) 687 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:31:16.058 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:17.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:16 smithi018 bash[14175]: cluster 2024-02-10T09:31:15.868581+0000 mgr.smithi018.dxgutx (mgr.14180) 688 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:31:17.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:16 smithi164 bash[18308]: cluster 2024-02-10T09:31:15.868581+0000 mgr.smithi018.dxgutx (mgr.14180) 688 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:31:18.929 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:18 smithi018 bash[14175]: cluster 2024-02-10T09:31:17.869655+0000 mgr.smithi018.dxgutx (mgr.14180) 689 : 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-10T09:31:19.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:18 smithi164 bash[18308]: cluster 2024-02-10T09:31:17.869655+0000 mgr.smithi018.dxgutx (mgr.14180) 689 : 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-10T09:31:19.307 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:31:19.308 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:29:31.028663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:30:35.557298Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.jcjdbg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\nDeploy daemon haproxy.nfs.foo.smithi164.jcjdbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:30:39.840940Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.owjbxb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb\nDeploy daemon haproxy.nfs.foo.smithi018.owjbxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:30:39.845360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.nwavcq on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:30:39.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:31:19.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:19 smithi018 bash[14175]: audit 2024-02-10T09:31:19.295068+0000 mgr.smithi018.dxgutx (mgr.14180) 690 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:31:20.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:19 smithi164 bash[18308]: audit 2024-02-10T09:31:19.295068+0000 mgr.smithi018.dxgutx (mgr.14180) 690 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:31:20.112 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:31:20.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:20 smithi018 bash[14175]: cluster 2024-02-10T09:31:19.870933+0000 mgr.smithi018.dxgutx (mgr.14180) 691 : 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-10T09:31:21.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:20 smithi164 bash[18308]: cluster 2024-02-10T09:31:19.870933+0000 mgr.smithi018.dxgutx (mgr.14180) 691 : 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-10T09:31:21.113 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:23.187 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:22 smithi018 bash[14175]: cluster 2024-02-10T09:31:21.871959+0000 mgr.smithi018.dxgutx (mgr.14180) 692 : 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-10T09:31:23.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:22 smithi164 bash[18308]: cluster 2024-02-10T09:31:21.871959+0000 mgr.smithi018.dxgutx (mgr.14180) 692 : 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-10T09:31:24.543 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:31:24.544 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:29:31.028663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:30:35.557298Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.jcjdbg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\nDeploy daemon haproxy.nfs.foo.smithi164.jcjdbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:30:39.840940Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.owjbxb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb\nDeploy daemon haproxy.nfs.foo.smithi018.owjbxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:30:39.845360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.nwavcq on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:30:39.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:31:25.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:24 smithi018 bash[14175]: cluster 2024-02-10T09:31:23.873389+0000 mgr.smithi018.dxgutx (mgr.14180) 693 : cluster [DBG] pgmap v493: 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-10T09:31:25.257 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:31:25.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:24 smithi164 bash[18308]: cluster 2024-02-10T09:31:23.873389+0000 mgr.smithi018.dxgutx (mgr.14180) 693 : cluster [DBG] pgmap v493: 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-10T09:31:26.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:25 smithi018 bash[14175]: audit 2024-02-10T09:31:24.527570+0000 mgr.smithi018.dxgutx (mgr.14180) 694 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:31:26.258 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:26.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:25 smithi164 bash[18308]: audit 2024-02-10T09:31:24.527570+0000 mgr.smithi018.dxgutx (mgr.14180) 694 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:31:27.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:26 smithi018 bash[14175]: cluster 2024-02-10T09:31:25.874521+0000 mgr.smithi018.dxgutx (mgr.14180) 695 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:31:27.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:26 smithi164 bash[18308]: cluster 2024-02-10T09:31:25.874521+0000 mgr.smithi018.dxgutx (mgr.14180) 695 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:31:28.935 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:28 smithi018 bash[14175]: cluster 2024-02-10T09:31:27.875641+0000 mgr.smithi018.dxgutx (mgr.14180) 696 : 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-10T09:31:29.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:28 smithi164 bash[18308]: cluster 2024-02-10T09:31:27.875641+0000 mgr.smithi018.dxgutx (mgr.14180) 696 : 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-10T09:31:29.313 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:31:29.314 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:29:31.028663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:30:35.557298Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.jcjdbg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\nDeploy daemon haproxy.nfs.foo.smithi164.jcjdbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:30:39.840940Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.owjbxb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb\nDeploy daemon haproxy.nfs.foo.smithi018.owjbxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:30:39.845360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.nwavcq on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:30:39.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:31:29.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:29 smithi018 bash[14175]: audit 2024-02-10T09:31:29.296036+0000 mgr.smithi018.dxgutx (mgr.14180) 697 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:31:30.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:29 smithi164 bash[18308]: audit 2024-02-10T09:31:29.296036+0000 mgr.smithi018.dxgutx (mgr.14180) 697 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:31:30.117 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:31:30.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:30 smithi018 bash[14175]: cluster 2024-02-10T09:31:29.877117+0000 mgr.smithi018.dxgutx (mgr.14180) 698 : 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-10T09:31:31.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:30 smithi164 bash[18308]: cluster 2024-02-10T09:31:29.877117+0000 mgr.smithi018.dxgutx (mgr.14180) 698 : 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-10T09:31:31.118 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:33.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:32 smithi018 bash[14175]: cluster 2024-02-10T09:31:31.878026+0000 mgr.smithi018.dxgutx (mgr.14180) 699 : 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-10T09:31:33.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:32 smithi164 bash[18308]: cluster 2024-02-10T09:31:31.878026+0000 mgr.smithi018.dxgutx (mgr.14180) 699 : 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-10T09:31:34.247 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:31:34.247 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:29:31.028663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:30:35.557298Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.jcjdbg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\nDeploy daemon haproxy.nfs.foo.smithi164.jcjdbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:30:39.840940Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.owjbxb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb\nDeploy daemon haproxy.nfs.foo.smithi018.owjbxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:30:39.845360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.nwavcq on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:30:39.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:31:34.983 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:31:35.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:34 smithi018 bash[14175]: cluster 2024-02-10T09:31:33.878760+0000 mgr.smithi018.dxgutx (mgr.14180) 700 : cluster [DBG] pgmap v498: 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-10T09:31:35.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:34 smithi018 bash[14175]: audit 2024-02-10T09:31:34.229676+0000 mgr.smithi018.dxgutx (mgr.14180) 701 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:31:35.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:34 smithi164 bash[18308]: cluster 2024-02-10T09:31:33.878760+0000 mgr.smithi018.dxgutx (mgr.14180) 700 : cluster [DBG] pgmap v498: 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-10T09:31:35.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:34 smithi164 bash[18308]: audit 2024-02-10T09:31:34.229676+0000 mgr.smithi018.dxgutx (mgr.14180) 701 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:31:35.984 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:37.205 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:36 smithi018 bash[14175]: cluster 2024-02-10T09:31:35.879818+0000 mgr.smithi018.dxgutx (mgr.14180) 702 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:31:37.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:36 smithi164 bash[18308]: cluster 2024-02-10T09:31:35.879818+0000 mgr.smithi018.dxgutx (mgr.14180) 702 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:31:38.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:38 smithi018 bash[14175]: cluster 2024-02-10T09:31:37.880880+0000 mgr.smithi018.dxgutx (mgr.14180) 703 : 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-10T09:31:39.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:38 smithi164 bash[18308]: cluster 2024-02-10T09:31:37.880880+0000 mgr.smithi018.dxgutx (mgr.14180) 703 : 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-10T09:31:39.101 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:31:39.101 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:29:31.028663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.obldca on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:30:35.557298Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.jcjdbg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\nDeploy daemon haproxy.nfs.foo.smithi164.jcjdbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:30:39.840940Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.owjbxb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb\nDeploy daemon haproxy.nfs.foo.smithi018.owjbxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:30:39.845360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.nwavcq on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:30:39.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:31:39.862 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:31:39.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:39 smithi018 bash[14175]: audit 2024-02-10T09:31:39.089757+0000 mgr.smithi018.dxgutx (mgr.14180) 704 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:31:40.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:39 smithi164 bash[18308]: audit 2024-02-10T09:31:39.089757+0000 mgr.smithi018.dxgutx (mgr.14180) 704 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:31:40.863 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:40.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:40 smithi018 bash[14175]: audit 2024-02-10T09:31:39.853678+0000 mon.smithi018 (mon.0) 861 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:31:40.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:40 smithi018 bash[14175]: cluster 2024-02-10T09:31:39.881842+0000 mgr.smithi018.dxgutx (mgr.14180) 705 : 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-10T09:31:40.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:40 smithi018 bash[14175]: audit 2024-02-10T09:31:40.167808+0000 mon.smithi018 (mon.0) 862 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:31:40.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:40 smithi018 bash[14175]: audit 2024-02-10T09:31:40.169206+0000 mon.smithi018 (mon.0) 863 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:31:40.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:40 smithi018 bash[14175]: audit 2024-02-10T09:31:40.176850+0000 mon.smithi018 (mon.0) 864 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:31:40.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:40 smithi018 bash[14175]: cluster 2024-02-10T09:31:40.177611+0000 mgr.smithi018.dxgutx (mgr.14180) 706 : cluster [DBG] pgmap v502: 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-10T09:31:40.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:40 smithi018 bash[14175]: audit 2024-02-10T09:31:40.184451+0000 mon.smithi018 (mon.0) 865 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:31:40.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:40 smithi018 bash[14175]: audit 2024-02-10T09:31:40.199542+0000 mon.smithi018 (mon.0) 866 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:31:40.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:40 smithi018 bash[14175]: cephadm 2024-02-10T09:31:40.203952+0000 mgr.smithi018.dxgutx (mgr.14180) 707 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.qidnyz on smithi164 2024-02-10T09:31:41.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:40 smithi164 bash[18308]: audit 2024-02-10T09:31:39.853678+0000 mon.smithi018 (mon.0) 861 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:31:41.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:40 smithi164 bash[18308]: cluster 2024-02-10T09:31:39.881842+0000 mgr.smithi018.dxgutx (mgr.14180) 705 : 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-10T09:31:41.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:40 smithi164 bash[18308]: audit 2024-02-10T09:31:40.167808+0000 mon.smithi018 (mon.0) 862 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:31:41.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:40 smithi164 bash[18308]: audit 2024-02-10T09:31:40.169206+0000 mon.smithi018 (mon.0) 863 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:31:41.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:40 smithi164 bash[18308]: audit 2024-02-10T09:31:40.176850+0000 mon.smithi018 (mon.0) 864 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:31:41.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:40 smithi164 bash[18308]: cluster 2024-02-10T09:31:40.177611+0000 mgr.smithi018.dxgutx (mgr.14180) 706 : cluster [DBG] pgmap v502: 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-10T09:31:41.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:40 smithi164 bash[18308]: audit 2024-02-10T09:31:40.184451+0000 mon.smithi018 (mon.0) 865 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:31:41.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:40 smithi164 bash[18308]: audit 2024-02-10T09:31:40.199542+0000 mon.smithi018 (mon.0) 866 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:31:41.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:40 smithi164 bash[18308]: cephadm 2024-02-10T09:31:40.203952+0000 mgr.smithi018.dxgutx (mgr.14180) 707 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.qidnyz on smithi164 2024-02-10T09:31:41.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:41 smithi018 bash[14175]: cluster 2024-02-10T09:31:40.636779+0000 mon.smithi018 (mon.0) 867 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:31:41.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:41 smithi018 bash[14175]: cluster 2024-02-10T09:31:40.636862+0000 mon.smithi018 (mon.0) 868 : cluster [INF] Cluster is now healthy 2024-02-10T09:31:41.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:41 smithi018 bash[14175]: audit 2024-02-10T09:31:41.486942+0000 mon.smithi018 (mon.0) 869 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:31:42.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:41 smithi164 bash[18308]: cluster 2024-02-10T09:31:40.636779+0000 mon.smithi018 (mon.0) 867 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:31:42.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:41 smithi164 bash[18308]: cluster 2024-02-10T09:31:40.636862+0000 mon.smithi018 (mon.0) 868 : cluster [INF] Cluster is now healthy 2024-02-10T09:31:42.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:41 smithi164 bash[18308]: audit 2024-02-10T09:31:41.486942+0000 mon.smithi018 (mon.0) 869 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:31:42.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:42 smithi018 bash[14175]: cluster 2024-02-10T09:31:42.178342+0000 mgr.smithi018.dxgutx (mgr.14180) 708 : cluster [DBG] pgmap v503: 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-10T09:31:43.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:42 smithi164 bash[18308]: cluster 2024-02-10T09:31:42.178342+0000 mgr.smithi018.dxgutx (mgr.14180) 708 : cluster [DBG] pgmap v503: 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-10T09:31:44.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:44 smithi018 bash[14175]: audit 2024-02-10T09:31:44.103896+0000 mon.smithi018 (mon.0) 870 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.qidnyz"}]: dispatch 2024-02-10T09:31:44.300 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:31:44.301 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:30:35.557298Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.jcjdbg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-jcjdbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.jcjdbg\nDeploy daemon haproxy.nfs.foo.smithi164.jcjdbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:30:39.840940Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.owjbxb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-owjbxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.owjbxb\nDeploy daemon haproxy.nfs.foo.smithi018.owjbxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:30:39.845360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.nwavcq on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:30:39.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:44.104979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.qidnyz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\nDeploy daemon haproxy.nfs.foo.smithi164.qidnyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -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.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:31:44.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:44 smithi164 bash[18308]: audit 2024-02-10T09:31:44.103896+0000 mon.smithi018 (mon.0) 870 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.qidnyz"}]: dispatch 2024-02-10T09:31:45.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:31:45.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: cephadm 2024-02-10T09:31:44.102927+0000 mgr.smithi018.dxgutx (mgr.14180) 709 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz 2024-02-10T09:31:45.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:31:45.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz 2024-02-10T09:31:45.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz 2024-02-10T09:31:45.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:31:45.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz 2024-02-10T09:31:45.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.qidnyz ... 2024-02-10T09:31:45.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:31:45.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:31:45.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:31:45.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:31:45.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:31:45.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:31:45.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:31:45.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:31:45.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:31:45.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:31:45.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz 2024-02-10T09:31:45.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:31:45.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz 2024-02-10T09:31:45.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz 2024-02-10T09:31:45.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:31:45.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz 2024-02-10T09:31:45.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.qidnyz ... 2024-02-10T09:31:45.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:31:45.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:31:45.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:31:45.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:31:45.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:31:45.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: cephadm 2024-02-10T09:31:44.103378+0000 mgr.smithi018.dxgutx (mgr.14180) 710 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.qidnyz 2024-02-10T09:31:45.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: cephadm 2024-02-10T09:31:44.105141+0000 mgr.smithi018.dxgutx (mgr.14180) 711 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.qidnyz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz 2024-02-10T09:31:45.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:31:45.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz 2024-02-10T09:31:45.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz 2024-02-10T09:31:45.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:31:45.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz 2024-02-10T09:31:45.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.qidnyz ... 2024-02-10T09:31:45.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:31:45.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:31:45.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:31:45.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:31:45.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:31:45.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: cephadm 2024-02-10T09:31:44.109166+0000 mgr.smithi018.dxgutx (mgr.14180) 712 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.eucjvv on smithi018 2024-02-10T09:31:45.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: cluster 2024-02-10T09:31:44.179027+0000 mgr.smithi018.dxgutx (mgr.14180) 713 : cluster [DBG] pgmap v504: 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-10T09:31:45.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:45 smithi018 bash[14175]: audit 2024-02-10T09:31:44.286103+0000 mgr.smithi018.dxgutx (mgr.14180) 714 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:31:45.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: cephadm 2024-02-10T09:31:44.102927+0000 mgr.smithi018.dxgutx (mgr.14180) 709 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz 2024-02-10T09:31:45.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:31:45.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz 2024-02-10T09:31:45.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz 2024-02-10T09:31:45.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:31:45.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz 2024-02-10T09:31:45.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.qidnyz ... 2024-02-10T09:31:45.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:31:45.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:31:45.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:31:45.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:31:45.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:31:45.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:31:45.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:31:45.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:31:45.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:31:45.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:31:45.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz 2024-02-10T09:31:45.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:31:45.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz 2024-02-10T09:31:45.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz 2024-02-10T09:31:45.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:31:45.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz 2024-02-10T09:31:45.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.qidnyz ... 2024-02-10T09:31:45.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:31:45.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:31:45.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:31:45.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:31:45.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:31:45.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: cephadm 2024-02-10T09:31:44.103378+0000 mgr.smithi018.dxgutx (mgr.14180) 710 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.qidnyz 2024-02-10T09:31:45.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: cephadm 2024-02-10T09:31:44.105141+0000 mgr.smithi018.dxgutx (mgr.14180) 711 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.qidnyz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz 2024-02-10T09:31:45.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:31:45.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz 2024-02-10T09:31:45.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz 2024-02-10T09:31:45.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:31:45.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz 2024-02-10T09:31:45.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.qidnyz ... 2024-02-10T09:31:45.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:31:45.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:31:45.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:31:45.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:31:45.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:31:45.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: cephadm 2024-02-10T09:31:44.109166+0000 mgr.smithi018.dxgutx (mgr.14180) 712 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.eucjvv on smithi018 2024-02-10T09:31:45.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: cluster 2024-02-10T09:31:44.179027+0000 mgr.smithi018.dxgutx (mgr.14180) 713 : cluster [DBG] pgmap v504: 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-10T09:31:45.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:45 smithi164 bash[18308]: audit 2024-02-10T09:31:44.286103+0000 mgr.smithi018.dxgutx (mgr.14180) 714 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:31:46.173 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:47.495 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:47 smithi018 bash[14175]: cluster 2024-02-10T09:31:46.179848+0000 mgr.smithi018.dxgutx (mgr.14180) 715 : cluster [DBG] pgmap v505: 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-10T09:31:47.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:47 smithi164 bash[18308]: cluster 2024-02-10T09:31:46.179848+0000 mgr.smithi018.dxgutx (mgr.14180) 715 : cluster [DBG] pgmap v505: 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-10T09:31:48.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: cluster 2024-02-10T09:31:48.180456+0000 mgr.smithi018.dxgutx (mgr.14180) 716 : 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-10T09:31:48.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: cephadm 2024-02-10T09:31:48.290110+0000 mgr.smithi018.dxgutx (mgr.14180) 717 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv 2024-02-10T09:31:48.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:31:48.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv 2024-02-10T09:31:48.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv 2024-02-10T09:31:48.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:31:48.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv 2024-02-10T09:31:48.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.eucjvv ... 2024-02-10T09:31:48.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:31:48.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:31:48.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:31:48.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:31:48.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:31:48.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:31:48.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:31:48.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:31:48.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:31:48.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:31:48.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv 2024-02-10T09:31:48.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:31:48.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv 2024-02-10T09:31:48.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv 2024-02-10T09:31:48.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:31:48.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv 2024-02-10T09:31:48.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.eucjvv ... 2024-02-10T09:31:48.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:31:48.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:31:48.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:31:48.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:31:48.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:31:48.983 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: cephadm 2024-02-10T09:31:48.290682+0000 mgr.smithi018.dxgutx (mgr.14180) 718 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.eucjvv 2024-02-10T09:31:48.983 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: audit 2024-02-10T09:31:48.291250+0000 mon.smithi018 (mon.0) 871 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.eucjvv"}]: dispatch 2024-02-10T09:31:48.983 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: cephadm 2024-02-10T09:31:48.292398+0000 mgr.smithi018.dxgutx (mgr.14180) 719 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.eucjvv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv 2024-02-10T09:31:48.983 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:31:48.983 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv 2024-02-10T09:31:48.983 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv 2024-02-10T09:31:48.983 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:31:48.983 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv 2024-02-10T09:31:48.983 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.eucjvv ... 2024-02-10T09:31:48.984 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:31:48.984 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:31:48.984 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:31:48.984 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:31:48.985 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:31:48.985 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: cephadm 2024-02-10T09:31:48.294804+0000 mgr.smithi018.dxgutx (mgr.14180) 720 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.umqxon on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:31:48.985 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: cephadm 2024-02-10T09:31:48.296835+0000 mgr.smithi018.dxgutx (mgr.14180) 721 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:31:48.985 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:48 smithi018 bash[14175]: cluster 2024-02-10T09:31:48.297742+0000 mgr.smithi018.dxgutx (mgr.14180) 722 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 243 B/s rd, 0 op/s 2024-02-10T09:31:49.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: cluster 2024-02-10T09:31:48.180456+0000 mgr.smithi018.dxgutx (mgr.14180) 716 : 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-10T09:31:49.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: cephadm 2024-02-10T09:31:48.290110+0000 mgr.smithi018.dxgutx (mgr.14180) 717 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv 2024-02-10T09:31:49.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:31:49.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv 2024-02-10T09:31:49.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv 2024-02-10T09:31:49.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:31:49.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv 2024-02-10T09:31:49.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.eucjvv ... 2024-02-10T09:31:49.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:31:49.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:31:49.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:31:49.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:31:49.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:31:49.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:31:49.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:31:49.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:31:49.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:31:49.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:31:49.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv 2024-02-10T09:31:49.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:31:49.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv 2024-02-10T09:31:49.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv 2024-02-10T09:31:49.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:31:49.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv 2024-02-10T09:31:49.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.eucjvv ... 2024-02-10T09:31:49.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:31:49.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:31:49.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:31:49.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:31:49.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:31:49.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: cephadm 2024-02-10T09:31:48.290682+0000 mgr.smithi018.dxgutx (mgr.14180) 718 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.eucjvv 2024-02-10T09:31:49.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: audit 2024-02-10T09:31:48.291250+0000 mon.smithi018 (mon.0) 871 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.eucjvv"}]: dispatch 2024-02-10T09:31:49.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: cephadm 2024-02-10T09:31:48.292398+0000 mgr.smithi018.dxgutx (mgr.14180) 719 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.eucjvv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv 2024-02-10T09:31:49.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:31:49.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv 2024-02-10T09:31:49.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv 2024-02-10T09:31:49.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:31:49.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv 2024-02-10T09:31:49.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.eucjvv ... 2024-02-10T09:31:49.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:31:49.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:31:49.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:31:49.079 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:31:49.079 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:31:49.079 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: cephadm 2024-02-10T09:31:48.294804+0000 mgr.smithi018.dxgutx (mgr.14180) 720 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.umqxon on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:31:49.079 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: cephadm 2024-02-10T09:31:48.296835+0000 mgr.smithi018.dxgutx (mgr.14180) 721 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:31:49.079 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:48 smithi164 bash[18308]: cluster 2024-02-10T09:31:48.297742+0000 mgr.smithi018.dxgutx (mgr.14180) 722 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 243 B/s rd, 0 op/s 2024-02-10T09:31:49.676 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:31:49.676 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:30:39.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:44.104979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.qidnyz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\nDeploy daemon haproxy.nfs.foo.smithi164.qidnyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.292237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.eucjvv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\nDeploy daemon haproxy.nfs.foo.smithi018.eucjvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.294686Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.umqxon on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:48.296724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:31:49.896 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:49 smithi018 bash[14175]: cluster 2024-02-10T09:31:48.626700+0000 mon.smithi018 (mon.0) 872 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:31:50.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:49 smithi164 bash[18308]: cluster 2024-02-10T09:31:48.626700+0000 mon.smithi018 (mon.0) 872 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:31:50.443 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:31:51.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:50 smithi164 bash[18308]: audit 2024-02-10T09:31:49.663650+0000 mgr.smithi018.dxgutx (mgr.14180) 723 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:31:51.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:50 smithi164 bash[18308]: audit 2024-02-10T09:31:49.775873+0000 mon.smithi018 (mon.0) 873 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:31:51.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:50 smithi164 bash[18308]: cluster 2024-02-10T09:31:50.298905+0000 mgr.smithi018.dxgutx (mgr.14180) 724 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-02-10T09:31:51.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:50 smithi018 bash[14175]: audit 2024-02-10T09:31:49.663650+0000 mgr.smithi018.dxgutx (mgr.14180) 723 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:31:51.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:50 smithi018 bash[14175]: audit 2024-02-10T09:31:49.775873+0000 mon.smithi018 (mon.0) 873 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:31:51.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:50 smithi018 bash[14175]: cluster 2024-02-10T09:31:50.298905+0000 mgr.smithi018.dxgutx (mgr.14180) 724 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-02-10T09:31:51.444 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:53.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:53 smithi018 bash[14175]: cluster 2024-02-10T09:31:52.300067+0000 mgr.smithi018.dxgutx (mgr.14180) 725 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-02-10T09:31:53.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:53 smithi164 bash[18308]: cluster 2024-02-10T09:31:52.300067+0000 mgr.smithi018.dxgutx (mgr.14180) 725 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-02-10T09:31:54.618 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:31:54.618 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:30:39.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:44.104979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.qidnyz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\nDeploy daemon haproxy.nfs.foo.smithi164.qidnyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.292237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.eucjvv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\nDeploy daemon haproxy.nfs.foo.smithi018.eucjvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.294686Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.umqxon on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:48.296724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:31:55.332 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:31:55.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:55 smithi018 bash[14175]: cluster 2024-02-10T09:31:54.300836+0000 mgr.smithi018.dxgutx (mgr.14180) 726 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-02-10T09:31:55.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:55 smithi164 bash[18308]: cluster 2024-02-10T09:31:54.300836+0000 mgr.smithi018.dxgutx (mgr.14180) 726 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-02-10T09:31:56.333 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:31:56.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:56 smithi018 bash[14175]: audit 2024-02-10T09:31:54.605449+0000 mgr.smithi018.dxgutx (mgr.14180) 727 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:31:56.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:56 smithi164 bash[18308]: audit 2024-02-10T09:31:54.605449+0000 mgr.smithi018.dxgutx (mgr.14180) 727 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:31:57.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:57 smithi018 bash[14175]: cluster 2024-02-10T09:31:56.301913+0000 mgr.smithi018.dxgutx (mgr.14180) 728 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-02-10T09:31:57.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:57 smithi018 bash[14175]: audit 2024-02-10T09:31:56.487573+0000 mon.smithi018 (mon.0) 874 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:31:57.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:57 smithi164 bash[18308]: cluster 2024-02-10T09:31:56.301913+0000 mgr.smithi018.dxgutx (mgr.14180) 728 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-02-10T09:31:57.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:57 smithi164 bash[18308]: audit 2024-02-10T09:31:56.487573+0000 mon.smithi018 (mon.0) 874 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:31:58.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:31:58 smithi018 bash[14175]: cluster 2024-02-10T09:31:58.303270+0000 mgr.smithi018.dxgutx (mgr.14180) 729 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-02-10T09:31:59.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:31:58 smithi164 bash[18308]: cluster 2024-02-10T09:31:58.303270+0000 mgr.smithi018.dxgutx (mgr.14180) 729 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-02-10T09:31:59.511 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:31:59.511 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:30:39.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:44.104979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.qidnyz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\nDeploy daemon haproxy.nfs.foo.smithi164.qidnyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.292237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.eucjvv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\nDeploy daemon haproxy.nfs.foo.smithi018.eucjvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.294686Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.umqxon on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:48.296724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:32:00.317 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:32:01.318 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:01.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:01 smithi018 bash[14175]: audit 2024-02-10T09:31:59.494471+0000 mgr.smithi018.dxgutx (mgr.14180) 730 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:32:01.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:01 smithi018 bash[14175]: cluster 2024-02-10T09:32:00.304467+0000 mgr.smithi018.dxgutx (mgr.14180) 731 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:32:01.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:01 smithi164 bash[18308]: audit 2024-02-10T09:31:59.494471+0000 mgr.smithi018.dxgutx (mgr.14180) 730 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:32:01.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:01 smithi164 bash[18308]: cluster 2024-02-10T09:32:00.304467+0000 mgr.smithi018.dxgutx (mgr.14180) 731 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:32:03.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:03 smithi018 bash[14175]: cluster 2024-02-10T09:32:02.305547+0000 mgr.smithi018.dxgutx (mgr.14180) 732 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:32:03.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:03 smithi164 bash[18308]: cluster 2024-02-10T09:32:02.305547+0000 mgr.smithi018.dxgutx (mgr.14180) 732 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:32:04.495 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:32:04.495 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:30:39.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:44.104979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.qidnyz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\nDeploy daemon haproxy.nfs.foo.smithi164.qidnyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.292237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.eucjvv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\nDeploy daemon haproxy.nfs.foo.smithi018.eucjvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.294686Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.umqxon on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:48.296724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:32:05.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:32:05.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:05 smithi018 bash[14175]: cluster 2024-02-10T09:32:04.306902+0000 mgr.smithi018.dxgutx (mgr.14180) 733 : cluster [DBG] pgmap v515: 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-10T09:32:05.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:05 smithi164 bash[18308]: cluster 2024-02-10T09:32:04.306902+0000 mgr.smithi018.dxgutx (mgr.14180) 733 : cluster [DBG] pgmap v515: 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-10T09:32:06.261 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:06.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:06 smithi018 bash[14175]: audit 2024-02-10T09:32:04.479596+0000 mgr.smithi018.dxgutx (mgr.14180) 734 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:32:06.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:06 smithi164 bash[18308]: audit 2024-02-10T09:32:04.479596+0000 mgr.smithi018.dxgutx (mgr.14180) 734 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:32:07.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:07 smithi018 bash[14175]: cluster 2024-02-10T09:32:06.307975+0000 mgr.smithi018.dxgutx (mgr.14180) 735 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:32:07.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:07 smithi164 bash[18308]: cluster 2024-02-10T09:32:06.307975+0000 mgr.smithi018.dxgutx (mgr.14180) 735 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:32:08.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:08 smithi018 bash[14175]: cluster 2024-02-10T09:32:08.309212+0000 mgr.smithi018.dxgutx (mgr.14180) 736 : 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-10T09:32:09.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:08 smithi164 bash[18308]: cluster 2024-02-10T09:32:08.309212+0000 mgr.smithi018.dxgutx (mgr.14180) 736 : 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-10T09:32:09.598 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:32:09.598 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:30:39.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:44.104979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.qidnyz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\nDeploy daemon haproxy.nfs.foo.smithi164.qidnyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.292237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.eucjvv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\nDeploy daemon haproxy.nfs.foo.smithi018.eucjvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.294686Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.umqxon on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:48.296724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:32:10.413 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:32:11.414 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:11.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:11 smithi018 bash[14175]: audit 2024-02-10T09:32:09.581420+0000 mgr.smithi018.dxgutx (mgr.14180) 737 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:32:11.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:11 smithi018 bash[14175]: cluster 2024-02-10T09:32:10.310412+0000 mgr.smithi018.dxgutx (mgr.14180) 738 : 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-10T09:32:11.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:11 smithi164 bash[18308]: audit 2024-02-10T09:32:09.581420+0000 mgr.smithi018.dxgutx (mgr.14180) 737 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:32:11.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:11 smithi164 bash[18308]: cluster 2024-02-10T09:32:10.310412+0000 mgr.smithi018.dxgutx (mgr.14180) 738 : 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-10T09:32:13.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:13 smithi018 bash[14175]: cluster 2024-02-10T09:32:12.311446+0000 mgr.smithi018.dxgutx (mgr.14180) 739 : 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-10T09:32:13.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:13 smithi164 bash[18308]: cluster 2024-02-10T09:32:12.311446+0000 mgr.smithi018.dxgutx (mgr.14180) 739 : 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-10T09:32:14.830 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:32:14.830 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:30:39.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:44.104979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.qidnyz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\nDeploy daemon haproxy.nfs.foo.smithi164.qidnyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.292237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.eucjvv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\nDeploy daemon haproxy.nfs.foo.smithi018.eucjvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.294686Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.umqxon on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:48.296724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:32:15.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:32:15.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:15 smithi018 bash[14175]: cluster 2024-02-10T09:32:14.312756+0000 mgr.smithi018.dxgutx (mgr.14180) 740 : 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-10T09:32:15.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:15 smithi164 bash[18308]: cluster 2024-02-10T09:32:14.312756+0000 mgr.smithi018.dxgutx (mgr.14180) 740 : 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-10T09:32:16.619 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:16.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:16 smithi018 bash[14175]: audit 2024-02-10T09:32:14.811556+0000 mgr.smithi018.dxgutx (mgr.14180) 741 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:32:16.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:16 smithi164 bash[18308]: audit 2024-02-10T09:32:14.811556+0000 mgr.smithi018.dxgutx (mgr.14180) 741 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:32:17.658 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:17 smithi018 bash[14175]: cluster 2024-02-10T09:32:16.313817+0000 mgr.smithi018.dxgutx (mgr.14180) 742 : 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-10T09:32:17.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:17 smithi164 bash[18308]: cluster 2024-02-10T09:32:16.313817+0000 mgr.smithi018.dxgutx (mgr.14180) 742 : 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-10T09:32:18.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:18 smithi018 bash[14175]: cluster 2024-02-10T09:32:18.314664+0000 mgr.smithi018.dxgutx (mgr.14180) 743 : 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-10T09:32:19.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:18 smithi164 bash[18308]: cluster 2024-02-10T09:32:18.314664+0000 mgr.smithi018.dxgutx (mgr.14180) 743 : 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-10T09:32:19.944 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:32:19.944 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:30:39.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:44.104979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.qidnyz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\nDeploy daemon haproxy.nfs.foo.smithi164.qidnyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.292237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.eucjvv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\nDeploy daemon haproxy.nfs.foo.smithi018.eucjvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.294686Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.umqxon on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:48.296724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:32:20.755 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:32:21.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:21 smithi018 bash[14175]: audit 2024-02-10T09:32:19.927340+0000 mgr.smithi018.dxgutx (mgr.14180) 744 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:32:21.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:21 smithi018 bash[14175]: cluster 2024-02-10T09:32:20.315756+0000 mgr.smithi018.dxgutx (mgr.14180) 745 : 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-10T09:32:21.756 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:21.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:21 smithi164 bash[18308]: audit 2024-02-10T09:32:19.927340+0000 mgr.smithi018.dxgutx (mgr.14180) 744 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:32:21.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:21 smithi164 bash[18308]: cluster 2024-02-10T09:32:20.315756+0000 mgr.smithi018.dxgutx (mgr.14180) 745 : 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-10T09:32:23.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:23 smithi018 bash[14175]: cluster 2024-02-10T09:32:22.316800+0000 mgr.smithi018.dxgutx (mgr.14180) 746 : 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-10T09:32:23.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:23 smithi164 bash[18308]: cluster 2024-02-10T09:32:22.316800+0000 mgr.smithi018.dxgutx (mgr.14180) 746 : 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-10T09:32:25.012 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:32:25.012 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:30:39.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:44.104979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.qidnyz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\nDeploy daemon haproxy.nfs.foo.smithi164.qidnyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.292237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.eucjvv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\nDeploy daemon haproxy.nfs.foo.smithi018.eucjvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.294686Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.umqxon on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:48.296724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:32:25.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:25 smithi018 bash[14175]: cluster 2024-02-10T09:32:24.318170+0000 mgr.smithi018.dxgutx (mgr.14180) 747 : 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-10T09:32:25.751 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:32:25.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:25 smithi164 bash[18308]: cluster 2024-02-10T09:32:24.318170+0000 mgr.smithi018.dxgutx (mgr.14180) 747 : 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-10T09:32:26.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:26 smithi018 bash[14175]: audit 2024-02-10T09:32:24.995411+0000 mgr.smithi018.dxgutx (mgr.14180) 748 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:32:26.751 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:26.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:26 smithi164 bash[18308]: audit 2024-02-10T09:32:24.995411+0000 mgr.smithi018.dxgutx (mgr.14180) 748 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:32:27.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:27 smithi018 bash[14175]: cluster 2024-02-10T09:32:26.319212+0000 mgr.smithi018.dxgutx (mgr.14180) 749 : 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-10T09:32:27.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:27 smithi164 bash[18308]: cluster 2024-02-10T09:32:26.319212+0000 mgr.smithi018.dxgutx (mgr.14180) 749 : 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-10T09:32:28.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:28 smithi018 bash[14175]: cluster 2024-02-10T09:32:28.320059+0000 mgr.smithi018.dxgutx (mgr.14180) 750 : 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-10T09:32:29.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:28 smithi164 bash[18308]: cluster 2024-02-10T09:32:28.320059+0000 mgr.smithi018.dxgutx (mgr.14180) 750 : 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-10T09:32:30.011 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:32:30.011 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:30:39.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:44.104979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.qidnyz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\nDeploy daemon haproxy.nfs.foo.smithi164.qidnyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.292237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.eucjvv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\nDeploy daemon haproxy.nfs.foo.smithi018.eucjvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.294686Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.umqxon on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:48.296724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:32:30.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:32:31.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:31 smithi018 bash[14175]: audit 2024-02-10T09:32:29.994074+0000 mgr.smithi018.dxgutx (mgr.14180) 751 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:32:31.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:31 smithi018 bash[14175]: cluster 2024-02-10T09:32:30.320898+0000 mgr.smithi018.dxgutx (mgr.14180) 752 : 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-10T09:32:31.774 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:31.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:31 smithi164 bash[18308]: audit 2024-02-10T09:32:29.994074+0000 mgr.smithi018.dxgutx (mgr.14180) 751 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:32:31.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:31 smithi164 bash[18308]: cluster 2024-02-10T09:32:30.320898+0000 mgr.smithi018.dxgutx (mgr.14180) 752 : 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-10T09:32:33.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:33 smithi018 bash[14175]: cluster 2024-02-10T09:32:32.321598+0000 mgr.smithi018.dxgutx (mgr.14180) 753 : 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-10T09:32:33.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:33 smithi164 bash[18308]: cluster 2024-02-10T09:32:32.321598+0000 mgr.smithi018.dxgutx (mgr.14180) 753 : 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-10T09:32:34.951 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:32:34.951 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:30:39.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:44.104979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.qidnyz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\nDeploy daemon haproxy.nfs.foo.smithi164.qidnyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.292237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.eucjvv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\nDeploy daemon haproxy.nfs.foo.smithi018.eucjvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.294686Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.umqxon on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:48.296724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:32:35.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:35 smithi018 bash[14175]: cluster 2024-02-10T09:32:34.322908+0000 mgr.smithi018.dxgutx (mgr.14180) 754 : 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-10T09:32:35.710 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:32:35.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:35 smithi164 bash[18308]: cluster 2024-02-10T09:32:34.322908+0000 mgr.smithi018.dxgutx (mgr.14180) 754 : 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-10T09:32:36.711 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:36.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:36 smithi018 bash[14175]: audit 2024-02-10T09:32:34.938834+0000 mgr.smithi018.dxgutx (mgr.14180) 755 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:32:36.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:36 smithi164 bash[18308]: audit 2024-02-10T09:32:34.938834+0000 mgr.smithi018.dxgutx (mgr.14180) 755 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:32:37.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:37 smithi018 bash[14175]: cluster 2024-02-10T09:32:36.323929+0000 mgr.smithi018.dxgutx (mgr.14180) 756 : 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-10T09:32:37.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:37 smithi164 bash[18308]: cluster 2024-02-10T09:32:36.323929+0000 mgr.smithi018.dxgutx (mgr.14180) 756 : 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-10T09:32:38.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:38 smithi018 bash[14175]: cluster 2024-02-10T09:32:38.324697+0000 mgr.smithi018.dxgutx (mgr.14180) 757 : 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-10T09:32:39.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:38 smithi164 bash[18308]: cluster 2024-02-10T09:32:38.324697+0000 mgr.smithi018.dxgutx (mgr.14180) 757 : 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-10T09:32:39.971 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:32:39.971 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:30:39.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:44.104979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.qidnyz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\nDeploy daemon haproxy.nfs.foo.smithi164.qidnyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.292237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.eucjvv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\nDeploy daemon haproxy.nfs.foo.smithi018.eucjvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.294686Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.umqxon on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:48.296724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:32:40.748 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:32:41.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:41 smithi018 bash[14175]: audit 2024-02-10T09:32:39.955033+0000 mgr.smithi018.dxgutx (mgr.14180) 758 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:32:41.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:41 smithi018 bash[14175]: cluster 2024-02-10T09:32:40.325804+0000 mgr.smithi018.dxgutx (mgr.14180) 759 : 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-10T09:32:41.749 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:41.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:41 smithi164 bash[18308]: audit 2024-02-10T09:32:39.955033+0000 mgr.smithi018.dxgutx (mgr.14180) 758 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:32:41.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:41 smithi164 bash[18308]: cluster 2024-02-10T09:32:40.325804+0000 mgr.smithi018.dxgutx (mgr.14180) 759 : 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-10T09:32:43.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:43 smithi018 bash[14175]: cluster 2024-02-10T09:32:42.326915+0000 mgr.smithi018.dxgutx (mgr.14180) 760 : 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-10T09:32:43.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:43 smithi164 bash[18308]: cluster 2024-02-10T09:32:42.326915+0000 mgr.smithi018.dxgutx (mgr.14180) 760 : 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-10T09:32:45.095 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:32:45.095 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:30:39.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:44.104979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.qidnyz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\nDeploy daemon haproxy.nfs.foo.smithi164.qidnyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.292237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.eucjvv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\nDeploy daemon haproxy.nfs.foo.smithi018.eucjvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.294686Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.umqxon on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:48.296724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:32:45.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:45 smithi018 bash[14175]: cluster 2024-02-10T09:32:44.328279+0000 mgr.smithi018.dxgutx (mgr.14180) 761 : 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-10T09:32:45.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:45 smithi164 bash[18308]: cluster 2024-02-10T09:32:44.328279+0000 mgr.smithi018.dxgutx (mgr.14180) 761 : 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-10T09:32:45.892 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:32:46.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:46 smithi018 bash[14175]: audit 2024-02-10T09:32:45.075159+0000 mgr.smithi018.dxgutx (mgr.14180) 762 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:32:46.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:46 smithi164 bash[18308]: audit 2024-02-10T09:32:45.075159+0000 mgr.smithi018.dxgutx (mgr.14180) 762 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:32:46.893 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:47.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:47 smithi018 bash[14175]: cluster 2024-02-10T09:32:46.329382+0000 mgr.smithi018.dxgutx (mgr.14180) 763 : 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-10T09:32:47.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:47 smithi164 bash[18308]: cluster 2024-02-10T09:32:46.329382+0000 mgr.smithi018.dxgutx (mgr.14180) 763 : 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-10T09:32:48.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:48 smithi018 bash[14175]: audit 2024-02-10T09:32:48.301087+0000 mon.smithi018 (mon.0) 875 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:32:48.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:48 smithi018 bash[14175]: cluster 2024-02-10T09:32:48.330640+0000 mgr.smithi018.dxgutx (mgr.14180) 764 : 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-10T09:32:48.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:48 smithi018 bash[14175]: audit 2024-02-10T09:32:48.611905+0000 mon.smithi018 (mon.0) 876 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:32:48.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:48 smithi018 bash[14175]: audit 2024-02-10T09:32:48.613069+0000 mon.smithi018 (mon.0) 877 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:32:48.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:48 smithi018 bash[14175]: audit 2024-02-10T09:32:48.620943+0000 mon.smithi018 (mon.0) 878 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:32:48.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:48 smithi018 bash[14175]: audit 2024-02-10T09:32:48.626214+0000 mon.smithi018 (mon.0) 879 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:32:48.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:48 smithi018 bash[14175]: audit 2024-02-10T09:32:48.637471+0000 mon.smithi018 (mon.0) 880 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:32:49.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:48 smithi164 bash[18308]: audit 2024-02-10T09:32:48.301087+0000 mon.smithi018 (mon.0) 875 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:32:49.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:48 smithi164 bash[18308]: cluster 2024-02-10T09:32:48.330640+0000 mgr.smithi018.dxgutx (mgr.14180) 764 : 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-10T09:32:49.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:48 smithi164 bash[18308]: audit 2024-02-10T09:32:48.611905+0000 mon.smithi018 (mon.0) 876 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:32:49.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:48 smithi164 bash[18308]: audit 2024-02-10T09:32:48.613069+0000 mon.smithi018 (mon.0) 877 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:32:49.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:48 smithi164 bash[18308]: audit 2024-02-10T09:32:48.620943+0000 mon.smithi018 (mon.0) 878 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:32:49.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:48 smithi164 bash[18308]: audit 2024-02-10T09:32:48.626214+0000 mon.smithi018 (mon.0) 879 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:32:49.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:48 smithi164 bash[18308]: audit 2024-02-10T09:32:48.637471+0000 mon.smithi018 (mon.0) 880 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:32:49.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:49 smithi018 bash[14175]: cluster 2024-02-10T09:32:48.621607+0000 mgr.smithi018.dxgutx (mgr.14180) 765 : cluster [DBG] pgmap v538: 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-10T09:32:49.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:49 smithi018 bash[14175]: cephadm 2024-02-10T09:32:48.640354+0000 mgr.smithi018.dxgutx (mgr.14180) 766 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.bwulat on smithi164 2024-02-10T09:32:49.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:49 smithi018 bash[14175]: cluster 2024-02-10T09:32:48.648122+0000 mon.smithi018 (mon.0) 881 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:32:49.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:49 smithi018 bash[14175]: cluster 2024-02-10T09:32:48.648176+0000 mon.smithi018 (mon.0) 882 : cluster [INF] Cluster is now healthy 2024-02-10T09:32:50.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:49 smithi164 bash[18308]: cluster 2024-02-10T09:32:48.621607+0000 mgr.smithi018.dxgutx (mgr.14180) 765 : cluster [DBG] pgmap v538: 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-10T09:32:50.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:49 smithi164 bash[18308]: cephadm 2024-02-10T09:32:48.640354+0000 mgr.smithi018.dxgutx (mgr.14180) 766 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.bwulat on smithi164 2024-02-10T09:32:50.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:49 smithi164 bash[18308]: cluster 2024-02-10T09:32:48.648122+0000 mon.smithi018 (mon.0) 881 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:32:50.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:49 smithi164 bash[18308]: cluster 2024-02-10T09:32:48.648176+0000 mon.smithi018 (mon.0) 882 : cluster [INF] Cluster is now healthy 2024-02-10T09:32:50.274 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:32:50.274 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:30:39.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.nqvdmj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:44.104979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.qidnyz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\nDeploy daemon haproxy.nfs.foo.smithi164.qidnyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.292237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.eucjvv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\nDeploy daemon haproxy.nfs.foo.smithi018.eucjvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.294686Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.umqxon on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:48.296724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:32:50.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:50 smithi018 bash[14175]: audit 2024-02-10T09:32:50.258631+0000 mgr.smithi018.dxgutx (mgr.14180) 767 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:32:51.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:50 smithi164 bash[18308]: audit 2024-02-10T09:32:50.258631+0000 mgr.smithi018.dxgutx (mgr.14180) 767 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:32:51.114 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:32:51.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:51 smithi018 bash[14175]: cluster 2024-02-10T09:32:50.622626+0000 mgr.smithi018.dxgutx (mgr.14180) 768 : cluster [DBG] pgmap v539: 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-10T09:32:52.070 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:51 smithi164 bash[18308]: cluster 2024-02-10T09:32:50.622626+0000 mgr.smithi018.dxgutx (mgr.14180) 768 : cluster [DBG] pgmap v539: 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-10T09:32:52.115 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:52.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:52 smithi018 bash[14175]: audit 2024-02-10T09:32:52.464021+0000 mon.smithi018 (mon.0) 883 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.bwulat"}]: dispatch 2024-02-10T09:32:53.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:52 smithi164 bash[18308]: audit 2024-02-10T09:32:52.464021+0000 mon.smithi018 (mon.0) 883 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.bwulat"}]: dispatch 2024-02-10T09:32:53.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: cephadm 2024-02-10T09:32:52.463241+0000 mgr.smithi018.dxgutx (mgr.14180) 769 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat 2024-02-10T09:32:53.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:32:53.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat 2024-02-10T09:32:53.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat 2024-02-10T09:32:53.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:32:53.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat 2024-02-10T09:32:53.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.bwulat ... 2024-02-10T09:32:53.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:32:53.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:32:53.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:32:53.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:32:53.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:32:53.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:32:53.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:32:53.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:32:53.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:32:53.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:32:53.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat 2024-02-10T09:32:53.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:32:53.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat 2024-02-10T09:32:53.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat 2024-02-10T09:32:53.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:32:53.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat 2024-02-10T09:32:53.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.bwulat ... 2024-02-10T09:32:53.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:32:53.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:32:53.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:32:53.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:32:53.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:32:53.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: cephadm 2024-02-10T09:32:52.463521+0000 mgr.smithi018.dxgutx (mgr.14180) 770 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.bwulat 2024-02-10T09:32:53.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: cephadm 2024-02-10T09:32:52.465215+0000 mgr.smithi018.dxgutx (mgr.14180) 771 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.bwulat on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat 2024-02-10T09:32:53.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:32:53.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat 2024-02-10T09:32:53.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat 2024-02-10T09:32:53.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:32:53.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat 2024-02-10T09:32:53.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.bwulat ... 2024-02-10T09:32:53.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:32:53.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:32:53.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:32:53.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:32:53.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:32:53.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: cephadm 2024-02-10T09:32:52.467523+0000 mgr.smithi018.dxgutx (mgr.14180) 772 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.ryoocu on smithi018 2024-02-10T09:32:53.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:53 smithi018 bash[14175]: cluster 2024-02-10T09:32:52.623179+0000 mgr.smithi018.dxgutx (mgr.14180) 773 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 397 B/s rd, 0 op/s 2024-02-10T09:32:54.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: cephadm 2024-02-10T09:32:52.463241+0000 mgr.smithi018.dxgutx (mgr.14180) 769 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat 2024-02-10T09:32:54.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:32:54.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat 2024-02-10T09:32:54.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat 2024-02-10T09:32:54.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:32:54.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat 2024-02-10T09:32:54.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.bwulat ... 2024-02-10T09:32:54.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:32:54.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:32:54.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:32:54.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:32:54.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:32:54.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:32:54.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:32:54.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:32:54.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:32:54.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:32:54.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat 2024-02-10T09:32:54.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:32:54.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat 2024-02-10T09:32:54.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat 2024-02-10T09:32:54.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:32:54.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat 2024-02-10T09:32:54.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.bwulat ... 2024-02-10T09:32:54.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:32:54.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:32:54.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:32:54.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:32:54.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:32:54.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: cephadm 2024-02-10T09:32:52.463521+0000 mgr.smithi018.dxgutx (mgr.14180) 770 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.bwulat 2024-02-10T09:32:54.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: cephadm 2024-02-10T09:32:52.465215+0000 mgr.smithi018.dxgutx (mgr.14180) 771 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.bwulat on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat 2024-02-10T09:32:54.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:32:54.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat 2024-02-10T09:32:54.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat 2024-02-10T09:32:54.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:32:54.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat 2024-02-10T09:32:54.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.bwulat ... 2024-02-10T09:32:54.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:32:54.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:32:54.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:32:54.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:32:54.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:32:54.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: cephadm 2024-02-10T09:32:52.467523+0000 mgr.smithi018.dxgutx (mgr.14180) 772 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.ryoocu on smithi018 2024-02-10T09:32:54.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:53 smithi164 bash[18308]: cluster 2024-02-10T09:32:52.623179+0000 mgr.smithi018.dxgutx (mgr.14180) 773 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 397 B/s rd, 0 op/s 2024-02-10T09:32:55.470 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:32:55.470 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:31:44.104979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.qidnyz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-qidnyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.qidnyz\nDeploy daemon haproxy.nfs.foo.smithi164.qidnyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.292237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.eucjvv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-eucjvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.eucjvv\nDeploy daemon haproxy.nfs.foo.smithi018.eucjvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:31:48.294686Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.umqxon on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:31:48.296724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:32:52.465077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bwulat on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\nDeploy daemon haproxy.nfs.foo.smithi164.bwulat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -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.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:32:55.948 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:55 smithi018 bash[14175]: cluster 2024-02-10T09:32:54.624126+0000 mgr.smithi018.dxgutx (mgr.14180) 774 : cluster [DBG] pgmap v541: 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-10T09:32:56.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:55 smithi164 bash[18308]: cluster 2024-02-10T09:32:54.624126+0000 mgr.smithi018.dxgutx (mgr.14180) 774 : cluster [DBG] pgmap v541: 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-10T09:32:56.378 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:32:56.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:56 smithi018 bash[14175]: audit 2024-02-10T09:32:55.453222+0000 mgr.smithi018.dxgutx (mgr.14180) 775 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:32:56.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:56 smithi018 bash[14175]: audit 2024-02-10T09:32:56.466835+0000 mon.smithi018 (mon.0) 884 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.ryoocu"}]: dispatch 2024-02-10T09:32:56.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:56 smithi018 bash[14175]: audit 2024-02-10T09:32:56.487795+0000 mon.smithi018 (mon.0) 885 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:32:57.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:56 smithi164 bash[18308]: audit 2024-02-10T09:32:55.453222+0000 mgr.smithi018.dxgutx (mgr.14180) 775 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:32:57.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:56 smithi164 bash[18308]: audit 2024-02-10T09:32:56.466835+0000 mon.smithi018 (mon.0) 884 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.ryoocu"}]: dispatch 2024-02-10T09:32:57.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:56 smithi164 bash[18308]: audit 2024-02-10T09:32:56.487795+0000 mon.smithi018 (mon.0) 885 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:32:57.380 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:32:57.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: cephadm 2024-02-10T09:32:56.465685+0000 mgr.smithi018.dxgutx (mgr.14180) 776 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu 2024-02-10T09:32:57.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:32:57.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu 2024-02-10T09:32:57.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu 2024-02-10T09:32:57.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:32:57.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu 2024-02-10T09:32:57.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.ryoocu ... 2024-02-10T09:32:57.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:32:57.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:32:57.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:32:57.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:32:57.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:32:57.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:32:57.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:32:57.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:32:57.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:32:57.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:32:57.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu 2024-02-10T09:32:57.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:32:57.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu 2024-02-10T09:32:57.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu 2024-02-10T09:32:57.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:32:57.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu 2024-02-10T09:32:57.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.ryoocu ... 2024-02-10T09:32:57.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:32:57.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:32:57.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:32:57.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:32:57.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:32:57.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: cephadm 2024-02-10T09:32:56.466170+0000 mgr.smithi018.dxgutx (mgr.14180) 777 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.ryoocu 2024-02-10T09:32:57.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: cephadm 2024-02-10T09:32:56.468289+0000 mgr.smithi018.dxgutx (mgr.14180) 778 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.ryoocu on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu 2024-02-10T09:32:57.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:32:57.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu 2024-02-10T09:32:57.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu 2024-02-10T09:32:57.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:32:57.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu 2024-02-10T09:32:57.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.ryoocu ... 2024-02-10T09:32:57.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:32:57.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:32:57.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:32:57.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:32:57.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:32:57.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: cephadm 2024-02-10T09:32:56.472491+0000 mgr.smithi018.dxgutx (mgr.14180) 779 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.lxlvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:32:57.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: cephadm 2024-02-10T09:32:56.475280+0000 mgr.smithi018.dxgutx (mgr.14180) 780 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:32:57.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: cluster 2024-02-10T09:32:56.476316+0000 mgr.smithi018.dxgutx (mgr.14180) 781 : cluster [DBG] pgmap v542: 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-10T09:32:57.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:57 smithi018 bash[14175]: cluster 2024-02-10T09:32:56.686696+0000 mon.smithi018 (mon.0) 886 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:32:58.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: cephadm 2024-02-10T09:32:56.465685+0000 mgr.smithi018.dxgutx (mgr.14180) 776 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu 2024-02-10T09:32:58.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:32:58.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu 2024-02-10T09:32:58.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu 2024-02-10T09:32:58.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:32:58.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu 2024-02-10T09:32:58.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.ryoocu ... 2024-02-10T09:32:58.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:32:58.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:32:58.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:32:58.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:32:58.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:32:58.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:32:58.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:32:58.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:32:58.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:32:58.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:32:58.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu 2024-02-10T09:32:58.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:32:58.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu 2024-02-10T09:32:58.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu 2024-02-10T09:32:58.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:32:58.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu 2024-02-10T09:32:58.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.ryoocu ... 2024-02-10T09:32:58.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:32:58.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:32:58.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:32:58.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:32:58.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:32:58.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: cephadm 2024-02-10T09:32:56.466170+0000 mgr.smithi018.dxgutx (mgr.14180) 777 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.ryoocu 2024-02-10T09:32:58.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: cephadm 2024-02-10T09:32:56.468289+0000 mgr.smithi018.dxgutx (mgr.14180) 778 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.ryoocu on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu 2024-02-10T09:32:58.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:32:58.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu 2024-02-10T09:32:58.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu 2024-02-10T09:32:58.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:32:58.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu 2024-02-10T09:32:58.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.ryoocu ... 2024-02-10T09:32:58.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:32:58.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:32:58.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:32:58.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:32:58.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:32:58.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: cephadm 2024-02-10T09:32:56.472491+0000 mgr.smithi018.dxgutx (mgr.14180) 779 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.lxlvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:32:58.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: cephadm 2024-02-10T09:32:56.475280+0000 mgr.smithi018.dxgutx (mgr.14180) 780 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:32:58.079 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: cluster 2024-02-10T09:32:56.476316+0000 mgr.smithi018.dxgutx (mgr.14180) 781 : cluster [DBG] pgmap v542: 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-10T09:32:58.079 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:57 smithi164 bash[18308]: cluster 2024-02-10T09:32:56.686696+0000 mon.smithi018 (mon.0) 886 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:32:59.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:32:59 smithi018 bash[14175]: cluster 2024-02-10T09:32:58.477167+0000 mgr.smithi018.dxgutx (mgr.14180) 782 : cluster [DBG] pgmap v543: 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-10T09:33:00.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:32:59 smithi164 bash[18308]: cluster 2024-02-10T09:32:58.477167+0000 mgr.smithi018.dxgutx (mgr.14180) 782 : cluster [DBG] pgmap v543: 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-10T09:33:00.856 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:33:00.856 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:31:48.296724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:32:52.465077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bwulat on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\nDeploy daemon haproxy.nfs.foo.smithi164.bwulat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:32:56.468027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ryoocu on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu\nDeploy daemon haproxy.nfs.foo.smithi018.ryoocu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:32:56.472266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.lxlvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:32:56.475161Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:33:01.100 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:00 smithi018 bash[14175]: audit 2024-02-10T09:32:59.821618+0000 mon.smithi018 (mon.0) 887 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:33:01.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:00 smithi164 bash[18308]: audit 2024-02-10T09:32:59.821618+0000 mon.smithi018 (mon.0) 887 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:33:01.627 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:33:01.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:01 smithi018 bash[14175]: cluster 2024-02-10T09:33:00.478120+0000 mgr.smithi018.dxgutx (mgr.14180) 783 : cluster [DBG] pgmap v544: 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-10T09:33:01.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:01 smithi018 bash[14175]: audit 2024-02-10T09:33:00.844465+0000 mgr.smithi018.dxgutx (mgr.14180) 784 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:33:02.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:01 smithi164 bash[18308]: cluster 2024-02-10T09:33:00.478120+0000 mgr.smithi018.dxgutx (mgr.14180) 783 : cluster [DBG] pgmap v544: 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-10T09:33:02.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:01 smithi164 bash[18308]: audit 2024-02-10T09:33:00.844465+0000 mgr.smithi018.dxgutx (mgr.14180) 784 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:33:02.629 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:03.933 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:03 smithi018 bash[14175]: cluster 2024-02-10T09:33:02.479157+0000 mgr.smithi018.dxgutx (mgr.14180) 785 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 345 B/s rd, 0 op/s 2024-02-10T09:33:04.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:03 smithi164 bash[18308]: cluster 2024-02-10T09:33:02.479157+0000 mgr.smithi018.dxgutx (mgr.14180) 785 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 345 B/s rd, 0 op/s 2024-02-10T09:33:05.642 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:33:05.642 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:31:48.296724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:32:52.465077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bwulat on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\nDeploy daemon haproxy.nfs.foo.smithi164.bwulat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:32:56.468027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ryoocu on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu\nDeploy daemon haproxy.nfs.foo.smithi018.ryoocu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:32:56.472266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.lxlvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:32:56.475161Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:33:05.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:05 smithi018 bash[14175]: cluster 2024-02-10T09:33:04.480478+0000 mgr.smithi018.dxgutx (mgr.14180) 786 : cluster [DBG] pgmap v546: 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-10T09:33:06.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:05 smithi164 bash[18308]: cluster 2024-02-10T09:33:04.480478+0000 mgr.smithi018.dxgutx (mgr.14180) 786 : cluster [DBG] pgmap v546: 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-10T09:33:06.434 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:33:07.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:06 smithi018 bash[14175]: audit 2024-02-10T09:33:05.626491+0000 mgr.smithi018.dxgutx (mgr.14180) 787 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:33:07.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:06 smithi164 bash[18308]: audit 2024-02-10T09:33:05.626491+0000 mgr.smithi018.dxgutx (mgr.14180) 787 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:33:07.435 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:07.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:07 smithi018 bash[14175]: cluster 2024-02-10T09:33:06.481467+0000 mgr.smithi018.dxgutx (mgr.14180) 788 : cluster [DBG] pgmap v547: 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-10T09:33:08.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:07 smithi164 bash[18308]: cluster 2024-02-10T09:33:06.481467+0000 mgr.smithi018.dxgutx (mgr.14180) 788 : cluster [DBG] pgmap v547: 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-10T09:33:10.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:09 smithi018 bash[14175]: cluster 2024-02-10T09:33:08.482730+0000 mgr.smithi018.dxgutx (mgr.14180) 789 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:33:10.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:09 smithi164 bash[18308]: cluster 2024-02-10T09:33:08.482730+0000 mgr.smithi018.dxgutx (mgr.14180) 789 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:33:10.700 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:33:10.700 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:31:48.296724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:32:52.465077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bwulat on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\nDeploy daemon haproxy.nfs.foo.smithi164.bwulat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:32:56.468027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ryoocu on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu\nDeploy daemon haproxy.nfs.foo.smithi018.ryoocu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:32:56.472266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.lxlvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:32:56.475161Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:33:11.470 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:33:12.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:11 smithi018 bash[14175]: cluster 2024-02-10T09:33:10.483539+0000 mgr.smithi018.dxgutx (mgr.14180) 790 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:33:12.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:11 smithi018 bash[14175]: audit 2024-02-10T09:33:10.683489+0000 mgr.smithi018.dxgutx (mgr.14180) 791 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:33:12.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:11 smithi018 bash[14175]: audit 2024-02-10T09:33:11.490430+0000 mon.smithi018 (mon.0) 888 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:33:12.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:11 smithi164 bash[18308]: cluster 2024-02-10T09:33:10.483539+0000 mgr.smithi018.dxgutx (mgr.14180) 790 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:33:12.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:11 smithi164 bash[18308]: audit 2024-02-10T09:33:10.683489+0000 mgr.smithi018.dxgutx (mgr.14180) 791 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:33:12.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:11 smithi164 bash[18308]: audit 2024-02-10T09:33:11.490430+0000 mon.smithi018 (mon.0) 888 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:33:12.471 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:14.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:13 smithi018 bash[14175]: cluster 2024-02-10T09:33:12.484199+0000 mgr.smithi018.dxgutx (mgr.14180) 792 : cluster [DBG] pgmap v550: 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-10T09:33:14.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:13 smithi164 bash[18308]: cluster 2024-02-10T09:33:12.484199+0000 mgr.smithi018.dxgutx (mgr.14180) 792 : cluster [DBG] pgmap v550: 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-10T09:33:15.654 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:33:15.654 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:31:48.296724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:32:52.465077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bwulat on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\nDeploy daemon haproxy.nfs.foo.smithi164.bwulat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:32:56.468027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ryoocu on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu\nDeploy daemon haproxy.nfs.foo.smithi018.ryoocu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:32:56.472266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.lxlvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:32:56.475161Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:33:15.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:15 smithi018 bash[14175]: cluster 2024-02-10T09:33:14.485199+0000 mgr.smithi018.dxgutx (mgr.14180) 793 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:33:16.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:15 smithi164 bash[18308]: cluster 2024-02-10T09:33:14.485199+0000 mgr.smithi018.dxgutx (mgr.14180) 793 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:33:16.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:33:17.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:16 smithi018 bash[14175]: audit 2024-02-10T09:33:15.637746+0000 mgr.smithi018.dxgutx (mgr.14180) 794 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:33:17.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:16 smithi164 bash[18308]: audit 2024-02-10T09:33:15.637746+0000 mgr.smithi018.dxgutx (mgr.14180) 794 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:33:17.457 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:17.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:17 smithi018 bash[14175]: cluster 2024-02-10T09:33:16.486189+0000 mgr.smithi018.dxgutx (mgr.14180) 795 : 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-10T09:33:18.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:17 smithi164 bash[18308]: cluster 2024-02-10T09:33:16.486189+0000 mgr.smithi018.dxgutx (mgr.14180) 795 : 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-10T09:33:20.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:19 smithi018 bash[14175]: cluster 2024-02-10T09:33:18.487420+0000 mgr.smithi018.dxgutx (mgr.14180) 796 : 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-10T09:33:20.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:19 smithi164 bash[18308]: cluster 2024-02-10T09:33:18.487420+0000 mgr.smithi018.dxgutx (mgr.14180) 796 : 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-10T09:33:20.718 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:33:20.719 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:31:48.296724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:32:52.465077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bwulat on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\nDeploy daemon haproxy.nfs.foo.smithi164.bwulat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:32:56.468027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ryoocu on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu\nDeploy daemon haproxy.nfs.foo.smithi018.ryoocu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:32:56.472266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.lxlvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:32:56.475161Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:33:21.501 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:33:22.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:21 smithi018 bash[14175]: cluster 2024-02-10T09:33:20.488080+0000 mgr.smithi018.dxgutx (mgr.14180) 797 : 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-10T09:33:22.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:21 smithi018 bash[14175]: audit 2024-02-10T09:33:20.702516+0000 mgr.smithi018.dxgutx (mgr.14180) 798 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:33:22.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:21 smithi164 bash[18308]: cluster 2024-02-10T09:33:20.488080+0000 mgr.smithi018.dxgutx (mgr.14180) 797 : 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-10T09:33:22.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:21 smithi164 bash[18308]: audit 2024-02-10T09:33:20.702516+0000 mgr.smithi018.dxgutx (mgr.14180) 798 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:33:22.502 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:24.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:23 smithi018 bash[14175]: cluster 2024-02-10T09:33:22.489092+0000 mgr.smithi018.dxgutx (mgr.14180) 799 : cluster [DBG] pgmap v555: 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-10T09:33:24.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:23 smithi164 bash[18308]: cluster 2024-02-10T09:33:22.489092+0000 mgr.smithi018.dxgutx (mgr.14180) 799 : cluster [DBG] pgmap v555: 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-10T09:33:25.666 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:33:25.666 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:31:48.296724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:32:52.465077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bwulat on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\nDeploy daemon haproxy.nfs.foo.smithi164.bwulat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:32:56.468027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ryoocu on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu\nDeploy daemon haproxy.nfs.foo.smithi018.ryoocu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:32:56.472266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.lxlvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:32:56.475161Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:33:25.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:25 smithi018 bash[14175]: cluster 2024-02-10T09:33:24.490439+0000 mgr.smithi018.dxgutx (mgr.14180) 800 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:33:26.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:25 smithi164 bash[18308]: cluster 2024-02-10T09:33:24.490439+0000 mgr.smithi018.dxgutx (mgr.14180) 800 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:33:26.476 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:33:27.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:26 smithi018 bash[14175]: audit 2024-02-10T09:33:25.651037+0000 mgr.smithi018.dxgutx (mgr.14180) 801 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:33:27.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:26 smithi164 bash[18308]: audit 2024-02-10T09:33:25.651037+0000 mgr.smithi018.dxgutx (mgr.14180) 801 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:33:27.477 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:27.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:27 smithi018 bash[14175]: cluster 2024-02-10T09:33:26.491581+0000 mgr.smithi018.dxgutx (mgr.14180) 802 : 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-10T09:33:28.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:27 smithi164 bash[18308]: cluster 2024-02-10T09:33:26.491581+0000 mgr.smithi018.dxgutx (mgr.14180) 802 : 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-10T09:33:30.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:29 smithi018 bash[14175]: cluster 2024-02-10T09:33:28.492776+0000 mgr.smithi018.dxgutx (mgr.14180) 803 : 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-10T09:33:30.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:29 smithi164 bash[18308]: cluster 2024-02-10T09:33:28.492776+0000 mgr.smithi018.dxgutx (mgr.14180) 803 : 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-10T09:33:30.791 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:33:30.791 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:31:48.296724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:32:52.465077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bwulat on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\nDeploy daemon haproxy.nfs.foo.smithi164.bwulat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:32:56.468027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ryoocu on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu\nDeploy daemon haproxy.nfs.foo.smithi018.ryoocu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:32:56.472266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.lxlvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:32:56.475161Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:33:31.561 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:33:32.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:31 smithi018 bash[14175]: cluster 2024-02-10T09:33:30.493969+0000 mgr.smithi018.dxgutx (mgr.14180) 804 : 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-10T09:33:32.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:31 smithi018 bash[14175]: audit 2024-02-10T09:33:30.774692+0000 mgr.smithi018.dxgutx (mgr.14180) 805 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:33:32.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:31 smithi164 bash[18308]: cluster 2024-02-10T09:33:30.493969+0000 mgr.smithi018.dxgutx (mgr.14180) 804 : 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-10T09:33:32.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:31 smithi164 bash[18308]: audit 2024-02-10T09:33:30.774692+0000 mgr.smithi018.dxgutx (mgr.14180) 805 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:33:32.562 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:34.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:33 smithi018 bash[14175]: cluster 2024-02-10T09:33:32.495078+0000 mgr.smithi018.dxgutx (mgr.14180) 806 : cluster [DBG] pgmap v560: 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-10T09:33:34.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:33 smithi164 bash[18308]: cluster 2024-02-10T09:33:32.495078+0000 mgr.smithi018.dxgutx (mgr.14180) 806 : cluster [DBG] pgmap v560: 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-10T09:33:35.698 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:33:35.698 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:31:48.296724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:32:52.465077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bwulat on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\nDeploy daemon haproxy.nfs.foo.smithi164.bwulat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:32:56.468027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ryoocu on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu\nDeploy daemon haproxy.nfs.foo.smithi018.ryoocu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:32:56.472266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.lxlvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:32:56.475161Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:33:36.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:35 smithi018 bash[14175]: cluster 2024-02-10T09:33:34.495850+0000 mgr.smithi018.dxgutx (mgr.14180) 807 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:33:36.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:35 smithi164 bash[18308]: cluster 2024-02-10T09:33:34.495850+0000 mgr.smithi018.dxgutx (mgr.14180) 807 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:33:36.433 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:33:37.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:36 smithi018 bash[14175]: audit 2024-02-10T09:33:35.680162+0000 mgr.smithi018.dxgutx (mgr.14180) 808 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:33:37.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:36 smithi164 bash[18308]: audit 2024-02-10T09:33:35.680162+0000 mgr.smithi018.dxgutx (mgr.14180) 808 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:33:37.434 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:38.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:37 smithi018 bash[14175]: cluster 2024-02-10T09:33:36.496764+0000 mgr.smithi018.dxgutx (mgr.14180) 809 : 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-10T09:33:38.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:37 smithi164 bash[18308]: cluster 2024-02-10T09:33:36.496764+0000 mgr.smithi018.dxgutx (mgr.14180) 809 : 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-10T09:33:40.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:39 smithi018 bash[14175]: cluster 2024-02-10T09:33:38.498082+0000 mgr.smithi018.dxgutx (mgr.14180) 810 : 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-10T09:33:40.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:39 smithi164 bash[18308]: cluster 2024-02-10T09:33:38.498082+0000 mgr.smithi018.dxgutx (mgr.14180) 810 : 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-10T09:33:40.620 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:33:40.620 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:31:48.296724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:32:52.465077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bwulat on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\nDeploy daemon haproxy.nfs.foo.smithi164.bwulat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:32:56.468027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ryoocu on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu\nDeploy daemon haproxy.nfs.foo.smithi018.ryoocu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:32:56.472266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.lxlvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:32:56.475161Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:33:41.377 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:33:42.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:41 smithi164 bash[18308]: cluster 2024-02-10T09:33:40.499317+0000 mgr.smithi018.dxgutx (mgr.14180) 811 : 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-10T09:33:42.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:41 smithi164 bash[18308]: audit 2024-02-10T09:33:40.603308+0000 mgr.smithi018.dxgutx (mgr.14180) 812 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:33:42.378 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:42.392 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:41 smithi018 bash[14175]: cluster 2024-02-10T09:33:40.499317+0000 mgr.smithi018.dxgutx (mgr.14180) 811 : 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-10T09:33:42.392 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:41 smithi018 bash[14175]: audit 2024-02-10T09:33:40.603308+0000 mgr.smithi018.dxgutx (mgr.14180) 812 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:33:44.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:43 smithi018 bash[14175]: cluster 2024-02-10T09:33:42.500447+0000 mgr.smithi018.dxgutx (mgr.14180) 813 : cluster [DBG] pgmap v565: 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-10T09:33:44.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:43 smithi164 bash[18308]: cluster 2024-02-10T09:33:42.500447+0000 mgr.smithi018.dxgutx (mgr.14180) 813 : cluster [DBG] pgmap v565: 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-10T09:33:45.657 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:33:45.657 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:31:48.296724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:32:52.465077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bwulat on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\nDeploy daemon haproxy.nfs.foo.smithi164.bwulat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:32:56.468027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ryoocu on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu\nDeploy daemon haproxy.nfs.foo.smithi018.ryoocu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:32:56.472266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.lxlvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:32:56.475161Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:33:46.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:45 smithi018 bash[14175]: cluster 2024-02-10T09:33:44.501820+0000 mgr.smithi018.dxgutx (mgr.14180) 814 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:33:46.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:45 smithi164 bash[18308]: cluster 2024-02-10T09:33:44.501820+0000 mgr.smithi018.dxgutx (mgr.14180) 814 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:33:46.441 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:33:47.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:47 smithi164 bash[18308]: audit 2024-02-10T09:33:45.639426+0000 mgr.smithi018.dxgutx (mgr.14180) 815 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:33:47.442 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:47.455 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:46 smithi018 bash[14175]: audit 2024-02-10T09:33:45.639426+0000 mgr.smithi018.dxgutx (mgr.14180) 815 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:33:48.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:48 smithi164 bash[18308]: cluster 2024-02-10T09:33:46.502865+0000 mgr.smithi018.dxgutx (mgr.14180) 816 : 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-10T09:33:48.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:48 smithi018 bash[14175]: cluster 2024-02-10T09:33:46.502865+0000 mgr.smithi018.dxgutx (mgr.14180) 816 : 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-10T09:33:50.300 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:50 smithi018 bash[14175]: cluster 2024-02-10T09:33:48.504262+0000 mgr.smithi018.dxgutx (mgr.14180) 817 : 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-10T09:33:50.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:50 smithi164 bash[18308]: cluster 2024-02-10T09:33:48.504262+0000 mgr.smithi018.dxgutx (mgr.14180) 817 : 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-10T09:33:50.514 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:33:50.514 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:31:48.296724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:32:52.465077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bwulat on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\nDeploy daemon haproxy.nfs.foo.smithi164.bwulat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:32:56.468027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ryoocu on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu\nDeploy daemon haproxy.nfs.foo.smithi018.ryoocu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:32:56.472266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.lxlvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:32:56.475161Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:33:51.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:33:52.319 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:52.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:52 smithi164 bash[18308]: audit 2024-02-10T09:33:50.497689+0000 mgr.smithi018.dxgutx (mgr.14180) 818 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:33:52.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:52 smithi164 bash[18308]: cluster 2024-02-10T09:33:50.505356+0000 mgr.smithi018.dxgutx (mgr.14180) 819 : 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-10T09:33:52.334 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:52 smithi018 bash[14175]: audit 2024-02-10T09:33:50.497689+0000 mgr.smithi018.dxgutx (mgr.14180) 818 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:33:52.334 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:52 smithi018 bash[14175]: cluster 2024-02-10T09:33:50.505356+0000 mgr.smithi018.dxgutx (mgr.14180) 819 : 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-10T09:33:54.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:54 smithi164 bash[18308]: cluster 2024-02-10T09:33:52.505983+0000 mgr.smithi018.dxgutx (mgr.14180) 820 : cluster [DBG] pgmap v570: 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-10T09:33:54.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:54 smithi018 bash[14175]: cluster 2024-02-10T09:33:52.505983+0000 mgr.smithi018.dxgutx (mgr.14180) 820 : cluster [DBG] pgmap v570: 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-10T09:33:55.462 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:33:55.462 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:31:48.296724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:32:52.465077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bwulat on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\nDeploy daemon haproxy.nfs.foo.smithi164.bwulat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:32:56.468027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ryoocu on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu\nDeploy daemon haproxy.nfs.foo.smithi018.ryoocu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:32:56.472266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.lxlvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:32:56.475161Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:33:56.275 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:33:56.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:56 smithi164 bash[18308]: cluster 2024-02-10T09:33:54.507313+0000 mgr.smithi018.dxgutx (mgr.14180) 821 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:33:56.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:56 smithi164 bash[18308]: audit 2024-02-10T09:33:55.447100+0000 mgr.smithi018.dxgutx (mgr.14180) 822 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:33:56.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:56 smithi018 bash[14175]: cluster 2024-02-10T09:33:54.507313+0000 mgr.smithi018.dxgutx (mgr.14180) 821 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:33:56.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:56 smithi018 bash[14175]: audit 2024-02-10T09:33:55.447100+0000 mgr.smithi018.dxgutx (mgr.14180) 822 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:33:57.276 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:33:57.288 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:57 smithi018 bash[14175]: audit 2024-02-10T09:33:56.479804+0000 mon.smithi018 (mon.0) 889 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:33:57.288 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:57 smithi018 bash[14175]: audit 2024-02-10T09:33:56.800928+0000 mon.smithi018 (mon.0) 890 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:33:57.288 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:57 smithi018 bash[14175]: audit 2024-02-10T09:33:56.802703+0000 mon.smithi018 (mon.0) 891 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:33:57.288 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:57 smithi018 bash[14175]: audit 2024-02-10T09:33:56.811239+0000 mon.smithi018 (mon.0) 892 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:33:57.288 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:57 smithi018 bash[14175]: audit 2024-02-10T09:33:56.819740+0000 mon.smithi018 (mon.0) 893 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:33:57.289 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:57 smithi018 bash[14175]: audit 2024-02-10T09:33:56.833850+0000 mon.smithi018 (mon.0) 894 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:33:57.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:57 smithi164 bash[18308]: audit 2024-02-10T09:33:56.479804+0000 mon.smithi018 (mon.0) 889 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:33:57.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:57 smithi164 bash[18308]: audit 2024-02-10T09:33:56.800928+0000 mon.smithi018 (mon.0) 890 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:33:57.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:57 smithi164 bash[18308]: audit 2024-02-10T09:33:56.802703+0000 mon.smithi018 (mon.0) 891 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:33:57.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:57 smithi164 bash[18308]: audit 2024-02-10T09:33:56.811239+0000 mon.smithi018 (mon.0) 892 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:33:57.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:57 smithi164 bash[18308]: audit 2024-02-10T09:33:56.819740+0000 mon.smithi018 (mon.0) 893 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:33:57.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:57 smithi164 bash[18308]: audit 2024-02-10T09:33:56.833850+0000 mon.smithi018 (mon.0) 894 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:33:58.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:58 smithi164 bash[18308]: cluster 2024-02-10T09:33:56.508107+0000 mgr.smithi018.dxgutx (mgr.14180) 823 : 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-10T09:33:58.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:58 smithi164 bash[18308]: cluster 2024-02-10T09:33:56.812169+0000 mgr.smithi018.dxgutx (mgr.14180) 824 : cluster [DBG] pgmap v573: 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-10T09:33:58.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:58 smithi164 bash[18308]: cephadm 2024-02-10T09:33:56.837924+0000 mgr.smithi018.dxgutx (mgr.14180) 825 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.zfawpk on smithi164 2024-02-10T09:33:58.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:58 smithi164 bash[18308]: cluster 2024-02-10T09:33:57.020800+0000 mon.smithi018 (mon.0) 895 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:33:58.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:33:58 smithi164 bash[18308]: cluster 2024-02-10T09:33:57.020856+0000 mon.smithi018 (mon.0) 896 : cluster [INF] Cluster is now healthy 2024-02-10T09:33:58.375 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:58 smithi018 bash[14175]: cluster 2024-02-10T09:33:56.508107+0000 mgr.smithi018.dxgutx (mgr.14180) 823 : 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-10T09:33:58.376 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:58 smithi018 bash[14175]: cluster 2024-02-10T09:33:56.812169+0000 mgr.smithi018.dxgutx (mgr.14180) 824 : cluster [DBG] pgmap v573: 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-10T09:33:58.376 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:58 smithi018 bash[14175]: cephadm 2024-02-10T09:33:56.837924+0000 mgr.smithi018.dxgutx (mgr.14180) 825 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.zfawpk on smithi164 2024-02-10T09:33:58.376 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:58 smithi018 bash[14175]: cluster 2024-02-10T09:33:57.020800+0000 mon.smithi018 (mon.0) 895 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:33:58.376 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:33:58 smithi018 bash[14175]: cluster 2024-02-10T09:33:57.020856+0000 mon.smithi018 (mon.0) 896 : cluster [INF] Cluster is now healthy 2024-02-10T09:34:00.300 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:00 smithi018 bash[14175]: cluster 2024-02-10T09:33:58.813287+0000 mgr.smithi018.dxgutx (mgr.14180) 826 : cluster [DBG] pgmap v574: 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-10T09:34:00.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:00 smithi164 bash[18308]: cluster 2024-02-10T09:33:58.813287+0000 mgr.smithi018.dxgutx (mgr.14180) 826 : cluster [DBG] pgmap v574: 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-10T09:34:00.552 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:34:00.552 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:31:48.296724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ndhzyd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:32:52.465077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bwulat on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bwulat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bwulat\nDeploy daemon haproxy.nfs.foo.smithi164.bwulat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:32:56.468027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ryoocu on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ryoocu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ryoocu\nDeploy daemon haproxy.nfs.foo.smithi018.ryoocu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:32:56.472266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.lxlvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:32:56.475161Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:34:01.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:01 smithi164 bash[18308]: audit 2024-02-10T09:34:00.795485+0000 mon.smithi018 (mon.0) 897 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.zfawpk"}]: dispatch 2024-02-10T09:34:01.407 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:01 smithi018 bash[14175]: audit 2024-02-10T09:34:00.795485+0000 mon.smithi018 (mon.0) 897 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.zfawpk"}]: dispatch 2024-02-10T09:34:01.409 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:34:02.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: audit 2024-02-10T09:34:00.536200+0000 mgr.smithi018.dxgutx (mgr.14180) 827 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:34:02.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: cephadm 2024-02-10T09:34:00.794629+0000 mgr.smithi018.dxgutx (mgr.14180) 828 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk 2024-02-10T09:34:02.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:34:02.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk 2024-02-10T09:34:02.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk 2024-02-10T09:34:02.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:34:02.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk 2024-02-10T09:34:02.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.zfawpk ... 2024-02-10T09:34:02.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:34:02.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:34:02.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:34:02.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:34:02.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:34:02.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:34:02.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:34:02.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:34:02.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:34:02.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:34:02.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk 2024-02-10T09:34:02.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:34:02.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk 2024-02-10T09:34:02.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk 2024-02-10T09:34:02.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:34:02.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk 2024-02-10T09:34:02.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.zfawpk ... 2024-02-10T09:34:02.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:34:02.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:34:02.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:34:02.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:34:02.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:34:02.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: cephadm 2024-02-10T09:34:00.794963+0000 mgr.smithi018.dxgutx (mgr.14180) 829 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.zfawpk 2024-02-10T09:34:02.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: cephadm 2024-02-10T09:34:00.796718+0000 mgr.smithi018.dxgutx (mgr.14180) 830 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.zfawpk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk 2024-02-10T09:34:02.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:34:02.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk 2024-02-10T09:34:02.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk 2024-02-10T09:34:02.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:34:02.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk 2024-02-10T09:34:02.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.zfawpk ... 2024-02-10T09:34:02.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:34:02.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:34:02.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:34:02.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:34:02.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:34:02.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: cephadm 2024-02-10T09:34:00.800181+0000 mgr.smithi018.dxgutx (mgr.14180) 831 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.xuhxhw on smithi018 2024-02-10T09:34:02.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:02 smithi164 bash[18308]: cluster 2024-02-10T09:34:00.814020+0000 mgr.smithi018.dxgutx (mgr.14180) 832 : cluster [DBG] pgmap v575: 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-10T09:34:02.410 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:02.422 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: audit 2024-02-10T09:34:00.536200+0000 mgr.smithi018.dxgutx (mgr.14180) 827 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:34:02.423 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: cephadm 2024-02-10T09:34:00.794629+0000 mgr.smithi018.dxgutx (mgr.14180) 828 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk 2024-02-10T09:34:02.423 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:34:02.423 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk 2024-02-10T09:34:02.423 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk 2024-02-10T09:34:02.423 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:34:02.423 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk 2024-02-10T09:34:02.423 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.zfawpk ... 2024-02-10T09:34:02.423 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:34:02.423 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:34:02.423 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:34:02.423 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:34:02.423 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:34:02.423 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:34:02.423 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:34:02.424 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:34:02.424 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:34:02.424 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:34:02.424 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk 2024-02-10T09:34:02.424 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:34:02.424 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk 2024-02-10T09:34:02.424 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk 2024-02-10T09:34:02.424 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:34:02.424 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk 2024-02-10T09:34:02.424 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.zfawpk ... 2024-02-10T09:34:02.424 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:34:02.425 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:34:02.425 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:34:02.425 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:34:02.425 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:34:02.425 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: cephadm 2024-02-10T09:34:00.794963+0000 mgr.smithi018.dxgutx (mgr.14180) 829 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.zfawpk 2024-02-10T09:34:02.425 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: cephadm 2024-02-10T09:34:00.796718+0000 mgr.smithi018.dxgutx (mgr.14180) 830 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.zfawpk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk 2024-02-10T09:34:02.425 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:34:02.425 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk 2024-02-10T09:34:02.425 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk 2024-02-10T09:34:02.425 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:34:02.425 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk 2024-02-10T09:34:02.425 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.zfawpk ... 2024-02-10T09:34:02.425 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:34:02.425 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:34:02.426 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:34:02.426 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:34:02.426 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:34:02.426 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: cephadm 2024-02-10T09:34:00.800181+0000 mgr.smithi018.dxgutx (mgr.14180) 831 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.xuhxhw on smithi018 2024-02-10T09:34:02.426 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:02 smithi018 bash[14175]: cluster 2024-02-10T09:34:00.814020+0000 mgr.smithi018.dxgutx (mgr.14180) 832 : cluster [DBG] pgmap v575: 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-10T09:34:03.831 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:03 smithi018 bash[14175]: cluster 2024-02-10T09:34:02.814885+0000 mgr.smithi018.dxgutx (mgr.14180) 833 : cluster [DBG] pgmap v576: 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-10T09:34:04.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:03 smithi164 bash[18308]: cluster 2024-02-10T09:34:02.814885+0000 mgr.smithi018.dxgutx (mgr.14180) 833 : cluster [DBG] pgmap v576: 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-10T09:34:05.836 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:34:05.836 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:32:56.475161Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:34:00.796571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.zfawpk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\nDeploy daemon haproxy.nfs.foo.smithi164.zfawpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.163079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.xuhxhw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\nDeploy daemon haproxy.nfs.foo.smithi018.xuhxhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.167252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.xqxyzi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:34:05.170876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:34:06.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: cluster 2024-02-10T09:34:04.815987+0000 mgr.smithi018.dxgutx (mgr.14180) 834 : 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-10T09:34:06.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: cephadm 2024-02-10T09:34:05.160796+0000 mgr.smithi018.dxgutx (mgr.14180) 835 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw 2024-02-10T09:34:06.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:34:06.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw 2024-02-10T09:34:06.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw 2024-02-10T09:34:06.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:34:06.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw 2024-02-10T09:34:06.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.xuhxhw ... 2024-02-10T09:34:06.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:34:06.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:34:06.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:34:06.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:34:06.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:34:06.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:34:06.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:34:06.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:34:06.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:34:06.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:34:06.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw 2024-02-10T09:34:06.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:34:06.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw 2024-02-10T09:34:06.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw 2024-02-10T09:34:06.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:34:06.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw 2024-02-10T09:34:06.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.xuhxhw ... 2024-02-10T09:34:06.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:34:06.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:34:06.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:34:06.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:34:06.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:34:06.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: cephadm 2024-02-10T09:34:05.161322+0000 mgr.smithi018.dxgutx (mgr.14180) 836 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.xuhxhw 2024-02-10T09:34:06.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: audit 2024-02-10T09:34:05.161876+0000 mon.smithi018 (mon.0) 898 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.xuhxhw"}]: dispatch 2024-02-10T09:34:06.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: cephadm 2024-02-10T09:34:05.163298+0000 mgr.smithi018.dxgutx (mgr.14180) 837 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.xuhxhw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw 2024-02-10T09:34:06.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:34:06.232 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw 2024-02-10T09:34:06.232 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw 2024-02-10T09:34:06.232 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:34:06.232 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw 2024-02-10T09:34:06.232 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.xuhxhw ... 2024-02-10T09:34:06.232 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:34:06.232 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:34:06.232 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:34:06.232 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:34:06.232 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:34:06.232 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: cephadm 2024-02-10T09:34:05.167467+0000 mgr.smithi018.dxgutx (mgr.14180) 838 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.xqxyzi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:34:06.232 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: cephadm 2024-02-10T09:34:05.170978+0000 mgr.smithi018.dxgutx (mgr.14180) 839 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:34:06.232 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:05 smithi018 bash[14175]: cluster 2024-02-10T09:34:05.171983+0000 mgr.smithi018.dxgutx (mgr.14180) 840 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 236 B/s rd, 0 op/s 2024-02-10T09:34:06.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: cluster 2024-02-10T09:34:04.815987+0000 mgr.smithi018.dxgutx (mgr.14180) 834 : 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-10T09:34:06.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: cephadm 2024-02-10T09:34:05.160796+0000 mgr.smithi018.dxgutx (mgr.14180) 835 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw 2024-02-10T09:34:06.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:34:06.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw 2024-02-10T09:34:06.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw 2024-02-10T09:34:06.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:34:06.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw 2024-02-10T09:34:06.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.xuhxhw ... 2024-02-10T09:34:06.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:34:06.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:34:06.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:34:06.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:34:06.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:34:06.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:34:06.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:34:06.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:34:06.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:34:06.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:34:06.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw 2024-02-10T09:34:06.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:34:06.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw 2024-02-10T09:34:06.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw 2024-02-10T09:34:06.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:34:06.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw 2024-02-10T09:34:06.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.xuhxhw ... 2024-02-10T09:34:06.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:34:06.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:34:06.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:34:06.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:34:06.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:34:06.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: cephadm 2024-02-10T09:34:05.161322+0000 mgr.smithi018.dxgutx (mgr.14180) 836 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.xuhxhw 2024-02-10T09:34:06.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: audit 2024-02-10T09:34:05.161876+0000 mon.smithi018 (mon.0) 898 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.xuhxhw"}]: dispatch 2024-02-10T09:34:06.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: cephadm 2024-02-10T09:34:05.163298+0000 mgr.smithi018.dxgutx (mgr.14180) 837 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.xuhxhw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw 2024-02-10T09:34:06.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:34:06.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw 2024-02-10T09:34:06.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw 2024-02-10T09:34:06.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:34:06.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw 2024-02-10T09:34:06.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.xuhxhw ... 2024-02-10T09:34:06.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:34:06.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:34:06.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:34:06.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:34:06.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:34:06.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: cephadm 2024-02-10T09:34:05.167467+0000 mgr.smithi018.dxgutx (mgr.14180) 838 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.xqxyzi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:34:06.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: cephadm 2024-02-10T09:34:05.170978+0000 mgr.smithi018.dxgutx (mgr.14180) 839 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:34:06.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:05 smithi164 bash[18308]: cluster 2024-02-10T09:34:05.171983+0000 mgr.smithi018.dxgutx (mgr.14180) 840 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 236 B/s rd, 0 op/s 2024-02-10T09:34:06.627 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:34:07.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:06 smithi018 bash[14175]: audit 2024-02-10T09:34:05.821335+0000 mgr.smithi018.dxgutx (mgr.14180) 841 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:34:07.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:06 smithi018 bash[14175]: cluster 2024-02-10T09:34:05.869253+0000 mon.smithi018 (mon.0) 899 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:34:07.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:06 smithi164 bash[18308]: audit 2024-02-10T09:34:05.821335+0000 mgr.smithi018.dxgutx (mgr.14180) 841 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:34:07.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:06 smithi164 bash[18308]: cluster 2024-02-10T09:34:05.869253+0000 mon.smithi018 (mon.0) 899 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:34:07.628 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:08.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:07 smithi018 bash[14175]: cluster 2024-02-10T09:34:07.173201+0000 mgr.smithi018.dxgutx (mgr.14180) 842 : cluster [DBG] pgmap v579: 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-10T09:34:08.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:07 smithi164 bash[18308]: cluster 2024-02-10T09:34:07.173201+0000 mgr.smithi018.dxgutx (mgr.14180) 842 : cluster [DBG] pgmap v579: 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-10T09:34:10.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:10 smithi164 bash[18308]: cluster 2024-02-10T09:34:09.174718+0000 mgr.smithi018.dxgutx (mgr.14180) 843 : cluster [DBG] pgmap v580: 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-10T09:34:10.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:10 smithi164 bash[18308]: audit 2024-02-10T09:34:09.869642+0000 mon.smithi018 (mon.0) 900 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:34:10.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:10 smithi018 bash[14175]: cluster 2024-02-10T09:34:09.174718+0000 mgr.smithi018.dxgutx (mgr.14180) 843 : cluster [DBG] pgmap v580: 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-10T09:34:10.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:10 smithi018 bash[14175]: audit 2024-02-10T09:34:09.869642+0000 mon.smithi018 (mon.0) 900 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:34:10.825 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:34:10.825 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:32:56.475161Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:34:00.796571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.zfawpk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\nDeploy daemon haproxy.nfs.foo.smithi164.zfawpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.163079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.xuhxhw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\nDeploy daemon haproxy.nfs.foo.smithi018.xuhxhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.167252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.xqxyzi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:34:05.170876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:34:11.614 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:34:12.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:12 smithi164 bash[18308]: audit 2024-02-10T09:34:10.809073+0000 mgr.smithi018.dxgutx (mgr.14180) 844 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:34:12.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:12 smithi164 bash[18308]: cluster 2024-02-10T09:34:11.175955+0000 mgr.smithi018.dxgutx (mgr.14180) 845 : cluster [DBG] pgmap v581: 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-10T09:34:12.614 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:12.628 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:12 smithi018 bash[14175]: audit 2024-02-10T09:34:10.809073+0000 mgr.smithi018.dxgutx (mgr.14180) 844 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:34:12.629 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:12 smithi018 bash[14175]: cluster 2024-02-10T09:34:11.175955+0000 mgr.smithi018.dxgutx (mgr.14180) 845 : cluster [DBG] pgmap v581: 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-10T09:34:13.946 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:13 smithi018 bash[14175]: cluster 2024-02-10T09:34:13.177207+0000 mgr.smithi018.dxgutx (mgr.14180) 846 : cluster [DBG] pgmap v582: 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-10T09:34:14.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:13 smithi164 bash[18308]: cluster 2024-02-10T09:34:13.177207+0000 mgr.smithi018.dxgutx (mgr.14180) 846 : cluster [DBG] pgmap v582: 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-10T09:34:15.664 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:34:15.664 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:32:56.475161Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:34:00.796571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.zfawpk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\nDeploy daemon haproxy.nfs.foo.smithi164.zfawpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.163079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.xuhxhw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\nDeploy daemon haproxy.nfs.foo.smithi018.xuhxhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.167252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.xqxyzi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:34:05.170876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:34:16.422 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:34:16.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:16 smithi164 bash[18308]: cluster 2024-02-10T09:34:15.178465+0000 mgr.smithi018.dxgutx (mgr.14180) 847 : cluster [DBG] pgmap v583: 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-10T09:34:16.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:16 smithi018 bash[14175]: cluster 2024-02-10T09:34:15.178465+0000 mgr.smithi018.dxgutx (mgr.14180) 847 : cluster [DBG] pgmap v583: 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-10T09:34:17.423 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:17.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:17 smithi164 bash[18308]: audit 2024-02-10T09:34:15.647570+0000 mgr.smithi018.dxgutx (mgr.14180) 848 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:34:17.621 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:17 smithi018 bash[14175]: audit 2024-02-10T09:34:15.647570+0000 mgr.smithi018.dxgutx (mgr.14180) 848 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:34:18.505 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:18 smithi018 bash[14175]: cluster 2024-02-10T09:34:17.179582+0000 mgr.smithi018.dxgutx (mgr.14180) 849 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:34:18.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:18 smithi164 bash[18308]: cluster 2024-02-10T09:34:17.179582+0000 mgr.smithi018.dxgutx (mgr.14180) 849 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:34:20.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:20 smithi164 bash[18308]: cluster 2024-02-10T09:34:19.180899+0000 mgr.smithi018.dxgutx (mgr.14180) 850 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:34:20.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:20 smithi018 bash[14175]: cluster 2024-02-10T09:34:19.180899+0000 mgr.smithi018.dxgutx (mgr.14180) 850 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:34:20.793 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:34:20.793 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:32:56.475161Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:34:00.796571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.zfawpk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\nDeploy daemon haproxy.nfs.foo.smithi164.zfawpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.163079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.xuhxhw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\nDeploy daemon haproxy.nfs.foo.smithi018.xuhxhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.167252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.xqxyzi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:34:05.170876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:34:21.594 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:34:22.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:22 smithi164 bash[18308]: audit 2024-02-10T09:34:20.777415+0000 mgr.smithi018.dxgutx (mgr.14180) 851 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:34:22.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:22 smithi164 bash[18308]: cluster 2024-02-10T09:34:21.182066+0000 mgr.smithi018.dxgutx (mgr.14180) 852 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:34:22.595 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:22.608 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:22 smithi018 bash[14175]: audit 2024-02-10T09:34:20.777415+0000 mgr.smithi018.dxgutx (mgr.14180) 851 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:34:22.608 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:22 smithi018 bash[14175]: cluster 2024-02-10T09:34:21.182066+0000 mgr.smithi018.dxgutx (mgr.14180) 852 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:34:23.945 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:23 smithi018 bash[14175]: cluster 2024-02-10T09:34:23.183319+0000 mgr.smithi018.dxgutx (mgr.14180) 853 : cluster [DBG] pgmap v587: 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-10T09:34:24.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:23 smithi164 bash[18308]: cluster 2024-02-10T09:34:23.183319+0000 mgr.smithi018.dxgutx (mgr.14180) 853 : cluster [DBG] pgmap v587: 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-10T09:34:25.749 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:34:25.749 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:32:56.475161Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:34:00.796571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.zfawpk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\nDeploy daemon haproxy.nfs.foo.smithi164.zfawpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.163079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.xuhxhw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\nDeploy daemon haproxy.nfs.foo.smithi018.xuhxhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.167252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.xqxyzi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:34:05.170876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:34:26.503 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:26 smithi018 bash[14175]: cluster 2024-02-10T09:34:25.184073+0000 mgr.smithi018.dxgutx (mgr.14180) 854 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:34:26.504 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:34:26.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:26 smithi164 bash[18308]: cluster 2024-02-10T09:34:25.184073+0000 mgr.smithi018.dxgutx (mgr.14180) 854 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:34:27.505 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:27.519 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:27 smithi018 bash[14175]: audit 2024-02-10T09:34:25.730472+0000 mgr.smithi018.dxgutx (mgr.14180) 855 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:34:27.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:27 smithi164 bash[18308]: audit 2024-02-10T09:34:25.730472+0000 mgr.smithi018.dxgutx (mgr.14180) 855 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:34:28.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:28 smithi164 bash[18308]: cluster 2024-02-10T09:34:27.185155+0000 mgr.smithi018.dxgutx (mgr.14180) 856 : 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-10T09:34:28.605 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:28 smithi018 bash[14175]: cluster 2024-02-10T09:34:27.185155+0000 mgr.smithi018.dxgutx (mgr.14180) 856 : 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-10T09:34:30.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:30 smithi164 bash[18308]: cluster 2024-02-10T09:34:29.186495+0000 mgr.smithi018.dxgutx (mgr.14180) 857 : 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-10T09:34:30.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:30 smithi018 bash[14175]: cluster 2024-02-10T09:34:29.186495+0000 mgr.smithi018.dxgutx (mgr.14180) 857 : 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-10T09:34:30.820 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:34:30.820 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:32:56.475161Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:34:00.796571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.zfawpk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\nDeploy daemon haproxy.nfs.foo.smithi164.zfawpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.163079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.xuhxhw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\nDeploy daemon haproxy.nfs.foo.smithi018.xuhxhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.167252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.xqxyzi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:34:05.170876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:34:31.631 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:34:32.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:32 smithi164 bash[18308]: audit 2024-02-10T09:34:30.805374+0000 mgr.smithi018.dxgutx (mgr.14180) 858 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:34:32.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:32 smithi164 bash[18308]: cluster 2024-02-10T09:34:31.187399+0000 mgr.smithi018.dxgutx (mgr.14180) 859 : 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-10T09:34:32.632 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:32.644 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:32 smithi018 bash[14175]: audit 2024-02-10T09:34:30.805374+0000 mgr.smithi018.dxgutx (mgr.14180) 858 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:34:32.644 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:32 smithi018 bash[14175]: cluster 2024-02-10T09:34:31.187399+0000 mgr.smithi018.dxgutx (mgr.14180) 859 : 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-10T09:34:33.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:33 smithi018 bash[14175]: cluster 2024-02-10T09:34:33.188749+0000 mgr.smithi018.dxgutx (mgr.14180) 860 : cluster [DBG] pgmap v592: 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-10T09:34:34.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:33 smithi164 bash[18308]: cluster 2024-02-10T09:34:33.188749+0000 mgr.smithi018.dxgutx (mgr.14180) 860 : cluster [DBG] pgmap v592: 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-10T09:34:35.955 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:34:35.955 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:32:56.475161Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:34:00.796571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.zfawpk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\nDeploy daemon haproxy.nfs.foo.smithi164.zfawpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.163079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.xuhxhw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\nDeploy daemon haproxy.nfs.foo.smithi018.xuhxhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.167252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.xqxyzi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:34:05.170876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:34:36.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:36 smithi018 bash[14175]: cluster 2024-02-10T09:34:35.189527+0000 mgr.smithi018.dxgutx (mgr.14180) 861 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:34:36.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:36 smithi164 bash[18308]: cluster 2024-02-10T09:34:35.189527+0000 mgr.smithi018.dxgutx (mgr.14180) 861 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:34:36.807 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:34:37.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:37 smithi164 bash[18308]: audit 2024-02-10T09:34:35.938793+0000 mgr.smithi018.dxgutx (mgr.14180) 862 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:34:37.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:37 smithi018 bash[14175]: audit 2024-02-10T09:34:35.938793+0000 mgr.smithi018.dxgutx (mgr.14180) 862 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:34:37.808 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:38.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:38 smithi164 bash[18308]: cluster 2024-02-10T09:34:37.190592+0000 mgr.smithi018.dxgutx (mgr.14180) 863 : 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-10T09:34:38.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:38 smithi018 bash[14175]: cluster 2024-02-10T09:34:37.190592+0000 mgr.smithi018.dxgutx (mgr.14180) 863 : 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-10T09:34:40.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:40 smithi164 bash[18308]: cluster 2024-02-10T09:34:39.191613+0000 mgr.smithi018.dxgutx (mgr.14180) 864 : 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-10T09:34:40.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:40 smithi018 bash[14175]: cluster 2024-02-10T09:34:39.191613+0000 mgr.smithi018.dxgutx (mgr.14180) 864 : 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-10T09:34:41.189 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:34:41.189 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:32:56.475161Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:34:00.796571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.zfawpk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\nDeploy daemon haproxy.nfs.foo.smithi164.zfawpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.163079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.xuhxhw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\nDeploy daemon haproxy.nfs.foo.smithi018.xuhxhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.167252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.xqxyzi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:34:05.170876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:34:41.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:34:42.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:42 smithi164 bash[18308]: audit 2024-02-10T09:34:41.170729+0000 mgr.smithi018.dxgutx (mgr.14180) 865 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:34:42.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:42 smithi164 bash[18308]: cluster 2024-02-10T09:34:41.192831+0000 mgr.smithi018.dxgutx (mgr.14180) 866 : 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-10T09:34:42.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:42 smithi018 bash[14175]: audit 2024-02-10T09:34:41.170729+0000 mgr.smithi018.dxgutx (mgr.14180) 865 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:34:42.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:42 smithi018 bash[14175]: cluster 2024-02-10T09:34:41.192831+0000 mgr.smithi018.dxgutx (mgr.14180) 866 : 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-10T09:34:42.997 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:43.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:43 smithi018 bash[14175]: cluster 2024-02-10T09:34:43.193973+0000 mgr.smithi018.dxgutx (mgr.14180) 867 : cluster [DBG] pgmap v597: 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-10T09:34:44.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:43 smithi164 bash[18308]: cluster 2024-02-10T09:34:43.193973+0000 mgr.smithi018.dxgutx (mgr.14180) 867 : cluster [DBG] pgmap v597: 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-10T09:34:46.198 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:34:46.198 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:32:56.475161Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:34:00.796571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.zfawpk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\nDeploy daemon haproxy.nfs.foo.smithi164.zfawpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.163079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.xuhxhw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\nDeploy daemon haproxy.nfs.foo.smithi018.xuhxhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.167252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.xqxyzi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:34:05.170876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:34:46.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:46 smithi164 bash[18308]: cluster 2024-02-10T09:34:45.195233+0000 mgr.smithi018.dxgutx (mgr.14180) 868 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:34:46.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:46 smithi018 bash[14175]: cluster 2024-02-10T09:34:45.195233+0000 mgr.smithi018.dxgutx (mgr.14180) 868 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:34:46.999 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:34:47.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:47 smithi164 bash[18308]: audit 2024-02-10T09:34:46.181508+0000 mgr.smithi018.dxgutx (mgr.14180) 869 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:34:47.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:47 smithi018 bash[14175]: audit 2024-02-10T09:34:46.181508+0000 mgr.smithi018.dxgutx (mgr.14180) 869 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:34:48.001 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:48.498 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:48 smithi018 bash[14175]: cluster 2024-02-10T09:34:47.196266+0000 mgr.smithi018.dxgutx (mgr.14180) 870 : 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-10T09:34:48.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:48 smithi164 bash[18308]: cluster 2024-02-10T09:34:47.196266+0000 mgr.smithi018.dxgutx (mgr.14180) 870 : 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-10T09:34:50.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:50 smithi018 bash[14175]: cluster 2024-02-10T09:34:49.197571+0000 mgr.smithi018.dxgutx (mgr.14180) 871 : 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-10T09:34:50.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:50 smithi164 bash[18308]: cluster 2024-02-10T09:34:49.197571+0000 mgr.smithi018.dxgutx (mgr.14180) 871 : 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-10T09:34:51.298 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:34:51.298 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:32:56.475161Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:34:00.796571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.zfawpk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\nDeploy daemon haproxy.nfs.foo.smithi164.zfawpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.163079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.xuhxhw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\nDeploy daemon haproxy.nfs.foo.smithi018.xuhxhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.167252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.xqxyzi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:34:05.170876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:34:52.079 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:34:52.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:52 smithi018 bash[14175]: cluster 2024-02-10T09:34:51.198791+0000 mgr.smithi018.dxgutx (mgr.14180) 872 : 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-10T09:34:52.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:52 smithi018 bash[14175]: audit 2024-02-10T09:34:51.285227+0000 mgr.smithi018.dxgutx (mgr.14180) 873 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:34:52.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:52 smithi164 bash[18308]: cluster 2024-02-10T09:34:51.198791+0000 mgr.smithi018.dxgutx (mgr.14180) 872 : 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-10T09:34:52.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:52 smithi164 bash[18308]: audit 2024-02-10T09:34:51.285227+0000 mgr.smithi018.dxgutx (mgr.14180) 873 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:34:53.080 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:53.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:53 smithi018 bash[14175]: cluster 2024-02-10T09:34:53.199641+0000 mgr.smithi018.dxgutx (mgr.14180) 874 : cluster [DBG] pgmap v602: 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-10T09:34:54.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:53 smithi164 bash[18308]: cluster 2024-02-10T09:34:53.199641+0000 mgr.smithi018.dxgutx (mgr.14180) 874 : cluster [DBG] pgmap v602: 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-10T09:34:56.296 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:34:56.296 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:32:56.475161Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:34:00.796571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.zfawpk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\nDeploy daemon haproxy.nfs.foo.smithi164.zfawpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.163079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.xuhxhw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\nDeploy daemon haproxy.nfs.foo.smithi018.xuhxhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.167252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.xqxyzi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:34:05.170876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:34:56.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:56 smithi164 bash[18308]: cluster 2024-02-10T09:34:55.200914+0000 mgr.smithi018.dxgutx (mgr.14180) 875 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:34:56.581 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:56 smithi018 bash[14175]: cluster 2024-02-10T09:34:55.200914+0000 mgr.smithi018.dxgutx (mgr.14180) 875 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:34:57.133 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:34:57.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:57 smithi018 bash[14175]: audit 2024-02-10T09:34:56.279143+0000 mgr.smithi018.dxgutx (mgr.14180) 876 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:34:57.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:57 smithi164 bash[18308]: audit 2024-02-10T09:34:56.279143+0000 mgr.smithi018.dxgutx (mgr.14180) 876 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:34:58.134 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:34:58.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:34:58 smithi018 bash[14175]: cluster 2024-02-10T09:34:57.202171+0000 mgr.smithi018.dxgutx (mgr.14180) 877 : 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-10T09:34:58.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:34:58 smithi164 bash[18308]: cluster 2024-02-10T09:34:57.202171+0000 mgr.smithi018.dxgutx (mgr.14180) 877 : 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-10T09:35:00.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:00 smithi164 bash[18308]: cluster 2024-02-10T09:34:59.203505+0000 mgr.smithi018.dxgutx (mgr.14180) 878 : 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-10T09:35:00.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:00 smithi018 bash[14175]: cluster 2024-02-10T09:34:59.203505+0000 mgr.smithi018.dxgutx (mgr.14180) 878 : 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-10T09:35:01.213 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:35:01.213 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:32:56.475161Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:34:00.796571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.zfawpk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\nDeploy daemon haproxy.nfs.foo.smithi164.zfawpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.163079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.xuhxhw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\nDeploy daemon haproxy.nfs.foo.smithi018.xuhxhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.167252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.xqxyzi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:34:05.170876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:35:01.974 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:35:02.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:02 smithi164 bash[18308]: audit 2024-02-10T09:35:01.194534+0000 mgr.smithi018.dxgutx (mgr.14180) 879 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:35:02.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:02 smithi164 bash[18308]: cluster 2024-02-10T09:35:01.204614+0000 mgr.smithi018.dxgutx (mgr.14180) 880 : 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-10T09:35:02.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:02 smithi018 bash[14175]: audit 2024-02-10T09:35:01.194534+0000 mgr.smithi018.dxgutx (mgr.14180) 879 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:35:02.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:02 smithi018 bash[14175]: cluster 2024-02-10T09:35:01.204614+0000 mgr.smithi018.dxgutx (mgr.14180) 880 : 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-10T09:35:02.975 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:03.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:03 smithi018 bash[14175]: cluster 2024-02-10T09:35:03.205408+0000 mgr.smithi018.dxgutx (mgr.14180) 881 : cluster [DBG] pgmap v607: 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-10T09:35:04.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:03 smithi164 bash[18308]: cluster 2024-02-10T09:35:03.205408+0000 mgr.smithi018.dxgutx (mgr.14180) 881 : cluster [DBG] pgmap v607: 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-10T09:35:05.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:05 smithi164 bash[18308]: audit 2024-02-10T09:35:05.175073+0000 mon.smithi018 (mon.0) 901 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:35:05.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:05 smithi018 bash[14175]: audit 2024-02-10T09:35:05.175073+0000 mon.smithi018 (mon.0) 901 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:35:06.139 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:35:06.139 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:32:56.475161Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.orkivj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:34:00.796571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.zfawpk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\nDeploy daemon haproxy.nfs.foo.smithi164.zfawpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.163079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.xuhxhw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\nDeploy daemon haproxy.nfs.foo.smithi018.xuhxhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.167252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.xqxyzi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:34:05.170876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:35:06.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:06 smithi018 bash[14175]: cluster 2024-02-10T09:35:05.206494+0000 mgr.smithi018.dxgutx (mgr.14180) 882 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:35:06.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:06 smithi018 bash[14175]: audit 2024-02-10T09:35:05.478345+0000 mon.smithi018 (mon.0) 902 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:35:06.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:06 smithi018 bash[14175]: audit 2024-02-10T09:35:05.479848+0000 mon.smithi018 (mon.0) 903 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:35:06.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:06 smithi018 bash[14175]: audit 2024-02-10T09:35:05.487871+0000 mon.smithi018 (mon.0) 904 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:35:06.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:06 smithi018 bash[14175]: audit 2024-02-10T09:35:05.494605+0000 mon.smithi018 (mon.0) 905 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:35:06.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:06 smithi018 bash[14175]: audit 2024-02-10T09:35:05.505720+0000 mon.smithi018 (mon.0) 906 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:35:06.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:06 smithi164 bash[18308]: cluster 2024-02-10T09:35:05.206494+0000 mgr.smithi018.dxgutx (mgr.14180) 882 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:35:06.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:06 smithi164 bash[18308]: audit 2024-02-10T09:35:05.478345+0000 mon.smithi018 (mon.0) 902 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:35:06.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:06 smithi164 bash[18308]: audit 2024-02-10T09:35:05.479848+0000 mon.smithi018 (mon.0) 903 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:35:06.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:06 smithi164 bash[18308]: audit 2024-02-10T09:35:05.487871+0000 mon.smithi018 (mon.0) 904 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:35:06.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:06 smithi164 bash[18308]: audit 2024-02-10T09:35:05.494605+0000 mon.smithi018 (mon.0) 905 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:35:06.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:06 smithi164 bash[18308]: audit 2024-02-10T09:35:05.505720+0000 mon.smithi018 (mon.0) 906 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:35:06.944 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:35:07.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:07 smithi164 bash[18308]: cluster 2024-02-10T09:35:05.488640+0000 mgr.smithi018.dxgutx (mgr.14180) 883 : cluster [DBG] pgmap v609: 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-10T09:35:07.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:07 smithi164 bash[18308]: cephadm 2024-02-10T09:35:05.508787+0000 mgr.smithi018.dxgutx (mgr.14180) 884 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.bkmfoj on smithi164 2024-02-10T09:35:07.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:07 smithi164 bash[18308]: audit 2024-02-10T09:35:06.123522+0000 mgr.smithi018.dxgutx (mgr.14180) 885 : audit [DBG] from='client.24911 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:35:07.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:07 smithi164 bash[18308]: cluster 2024-02-10T09:35:06.485180+0000 mon.smithi018 (mon.0) 907 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:35:07.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:07 smithi164 bash[18308]: cluster 2024-02-10T09:35:06.485234+0000 mon.smithi018 (mon.0) 908 : cluster [INF] Cluster is now healthy 2024-02-10T09:35:07.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:07 smithi018 bash[14175]: cluster 2024-02-10T09:35:05.488640+0000 mgr.smithi018.dxgutx (mgr.14180) 883 : cluster [DBG] pgmap v609: 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-10T09:35:07.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:07 smithi018 bash[14175]: cephadm 2024-02-10T09:35:05.508787+0000 mgr.smithi018.dxgutx (mgr.14180) 884 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.bkmfoj on smithi164 2024-02-10T09:35:07.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:07 smithi018 bash[14175]: audit 2024-02-10T09:35:06.123522+0000 mgr.smithi018.dxgutx (mgr.14180) 885 : audit [DBG] from='client.24911 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:35:07.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:07 smithi018 bash[14175]: cluster 2024-02-10T09:35:06.485180+0000 mon.smithi018 (mon.0) 907 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:35:07.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:07 smithi018 bash[14175]: cluster 2024-02-10T09:35:06.485234+0000 mon.smithi018 (mon.0) 908 : cluster [INF] Cluster is now healthy 2024-02-10T09:35:07.946 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:09.541 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:09 smithi164 bash[18308]: cluster 2024-02-10T09:35:07.489448+0000 mgr.smithi018.dxgutx (mgr.14180) 886 : cluster [DBG] pgmap v610: 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-10T09:35:09.572 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:09 smithi018 bash[14175]: cluster 2024-02-10T09:35:07.489448+0000 mgr.smithi018.dxgutx (mgr.14180) 886 : cluster [DBG] pgmap v610: 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-10T09:35:10.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:10 smithi018 bash[14175]: audit 2024-02-10T09:35:09.567883+0000 mon.smithi018 (mon.0) 909 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.bkmfoj"}]: dispatch 2024-02-10T09:35:10.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:10 smithi164 bash[18308]: audit 2024-02-10T09:35:09.567883+0000 mon.smithi018 (mon.0) 909 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.bkmfoj"}]: dispatch 2024-02-10T09:35:11.267 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:35:11.267 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:34:00.796571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.zfawpk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-zfawpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.zfawpk\nDeploy daemon haproxy.nfs.foo.smithi164.zfawpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.163079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.xuhxhw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-xuhxhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.xuhxhw\nDeploy daemon haproxy.nfs.foo.smithi018.xuhxhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:34:05.167252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.xqxyzi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:34:05.170876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:09.568700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bkmfoj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\nDeploy daemon haproxy.nfs.foo.smithi164.bkmfoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -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.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:35:11.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: cluster 2024-02-10T09:35:09.490455+0000 mgr.smithi018.dxgutx (mgr.14180) 887 : cluster [DBG] pgmap v611: 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-10T09:35:11.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: cephadm 2024-02-10T09:35:09.567160+0000 mgr.smithi018.dxgutx (mgr.14180) 888 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj 2024-02-10T09:35:11.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:35:11.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj 2024-02-10T09:35:11.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj 2024-02-10T09:35:11.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:35:11.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj 2024-02-10T09:35:11.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.bkmfoj ... 2024-02-10T09:35:11.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:35:11.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:35:11.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:35:11.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:35:11.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:35:11.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:35:11.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:35:11.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:35:11.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:35:11.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:35:11.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj 2024-02-10T09:35:11.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:35:11.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj 2024-02-10T09:35:11.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj 2024-02-10T09:35:11.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:35:11.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj 2024-02-10T09:35:11.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.bkmfoj ... 2024-02-10T09:35:11.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:35:11.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:35:11.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:35:11.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:35:11.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:35:11.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: cephadm 2024-02-10T09:35:09.567457+0000 mgr.smithi018.dxgutx (mgr.14180) 889 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.bkmfoj 2024-02-10T09:35:11.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: cephadm 2024-02-10T09:35:09.568871+0000 mgr.smithi018.dxgutx (mgr.14180) 890 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.bkmfoj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj 2024-02-10T09:35:11.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:35:11.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj 2024-02-10T09:35:11.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj 2024-02-10T09:35:11.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:35:11.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj 2024-02-10T09:35:11.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.bkmfoj ... 2024-02-10T09:35:11.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:35:11.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:35:11.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:35:11.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:35:11.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:35:11.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:11 smithi164 bash[18308]: cephadm 2024-02-10T09:35:09.571568+0000 mgr.smithi018.dxgutx (mgr.14180) 891 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.ksvztb on smithi018 2024-02-10T09:35:11.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: cluster 2024-02-10T09:35:09.490455+0000 mgr.smithi018.dxgutx (mgr.14180) 887 : cluster [DBG] pgmap v611: 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-10T09:35:11.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: cephadm 2024-02-10T09:35:09.567160+0000 mgr.smithi018.dxgutx (mgr.14180) 888 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj 2024-02-10T09:35:11.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:35:11.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj 2024-02-10T09:35:11.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj 2024-02-10T09:35:11.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:35:11.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj 2024-02-10T09:35:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.bkmfoj ... 2024-02-10T09:35:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:35:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:35:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:35:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:35:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:35:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:35:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:35:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:35:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:35:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:35:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj 2024-02-10T09:35:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:35:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj 2024-02-10T09:35:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj 2024-02-10T09:35:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:35:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj 2024-02-10T09:35:11.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.bkmfoj ... 2024-02-10T09:35:11.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:35:11.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:35:11.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:35:11.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:35:11.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:35:11.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: cephadm 2024-02-10T09:35:09.567457+0000 mgr.smithi018.dxgutx (mgr.14180) 889 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.bkmfoj 2024-02-10T09:35:11.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: cephadm 2024-02-10T09:35:09.568871+0000 mgr.smithi018.dxgutx (mgr.14180) 890 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.bkmfoj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj 2024-02-10T09:35:11.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:35:11.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj 2024-02-10T09:35:11.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj 2024-02-10T09:35:11.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:35:11.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj 2024-02-10T09:35:11.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.bkmfoj ... 2024-02-10T09:35:11.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:35:11.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:35:11.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:35:11.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:35:11.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:35:11.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:11 smithi018 bash[14175]: cephadm 2024-02-10T09:35:09.571568+0000 mgr.smithi018.dxgutx (mgr.14180) 891 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.ksvztb on smithi018 2024-02-10T09:35:12.080 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:35:12.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:12 smithi018 bash[14175]: audit 2024-02-10T09:35:11.251566+0000 mgr.smithi018.dxgutx (mgr.14180) 892 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:35:12.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:12 smithi018 bash[14175]: audit 2024-02-10T09:35:11.493358+0000 mon.smithi018 (mon.0) 910 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:35:12.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:12 smithi164 bash[18308]: audit 2024-02-10T09:35:11.251566+0000 mgr.smithi018.dxgutx (mgr.14180) 892 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:35:12.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:12 smithi164 bash[18308]: audit 2024-02-10T09:35:11.493358+0000 mon.smithi018 (mon.0) 910 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:35:13.081 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:13.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:13 smithi164 bash[18308]: cluster 2024-02-10T09:35:11.491145+0000 mgr.smithi018.dxgutx (mgr.14180) 893 : cluster [DBG] pgmap v612: 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-10T09:35:13.591 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:13 smithi018 bash[14175]: cluster 2024-02-10T09:35:11.491145+0000 mgr.smithi018.dxgutx (mgr.14180) 893 : cluster [DBG] pgmap v612: 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-10T09:35:14.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:14 smithi164 bash[18308]: audit 2024-02-10T09:35:13.805861+0000 mon.smithi018 (mon.0) 911 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.ksvztb"}]: dispatch 2024-02-10T09:35:14.631 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:14 smithi018 bash[14175]: audit 2024-02-10T09:35:13.805861+0000 mon.smithi018 (mon.0) 911 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.ksvztb"}]: dispatch 2024-02-10T09:35:15.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: cluster 2024-02-10T09:35:13.492184+0000 mgr.smithi018.dxgutx (mgr.14180) 894 : cluster [DBG] pgmap v613: 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-10T09:35:15.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: cephadm 2024-02-10T09:35:13.805120+0000 mgr.smithi018.dxgutx (mgr.14180) 895 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb 2024-02-10T09:35:15.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:35:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb 2024-02-10T09:35:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb 2024-02-10T09:35:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:35:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb 2024-02-10T09:35:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.ksvztb ... 2024-02-10T09:35:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:35:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:35:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:35:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:35:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:35:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:35:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:35:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:35:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:35:15.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:35:15.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb 2024-02-10T09:35:15.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:35:15.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb 2024-02-10T09:35:15.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb 2024-02-10T09:35:15.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:35:15.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb 2024-02-10T09:35:15.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.ksvztb ... 2024-02-10T09:35:15.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:35:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:35:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:35:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:35:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:35:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: cephadm 2024-02-10T09:35:13.805434+0000 mgr.smithi018.dxgutx (mgr.14180) 896 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.ksvztb 2024-02-10T09:35:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: cephadm 2024-02-10T09:35:13.806964+0000 mgr.smithi018.dxgutx (mgr.14180) 897 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.ksvztb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb 2024-02-10T09:35:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:35:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb 2024-02-10T09:35:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb 2024-02-10T09:35:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:35:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb 2024-02-10T09:35:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.ksvztb ... 2024-02-10T09:35:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:35:15.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:35:15.579 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:35:15.579 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:35:15.579 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:35:15.579 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: cephadm 2024-02-10T09:35:13.809831+0000 mgr.smithi018.dxgutx (mgr.14180) 898 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.yciedx on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:35:15.579 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: cephadm 2024-02-10T09:35:13.812095+0000 mgr.smithi018.dxgutx (mgr.14180) 899 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:35:15.579 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: cluster 2024-02-10T09:35:13.813048+0000 mgr.smithi018.dxgutx (mgr.14180) 900 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 237 B/s rd, 0 op/s 2024-02-10T09:35:15.579 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: cluster 2024-02-10T09:35:14.292542+0000 mon.smithi018 (mon.0) 912 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:35:15.579 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:15 smithi164 bash[18308]: audit 2024-02-10T09:35:14.916264+0000 mon.smithi018 (mon.0) 913 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:35:15.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: cluster 2024-02-10T09:35:13.492184+0000 mgr.smithi018.dxgutx (mgr.14180) 894 : cluster [DBG] pgmap v613: 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-10T09:35:15.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: cephadm 2024-02-10T09:35:13.805120+0000 mgr.smithi018.dxgutx (mgr.14180) 895 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb 2024-02-10T09:35:15.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:35:15.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb 2024-02-10T09:35:15.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb 2024-02-10T09:35:15.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:35:15.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb 2024-02-10T09:35:15.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.ksvztb ... 2024-02-10T09:35:15.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:35:15.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:35:15.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:35:15.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:35:15.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:35:15.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:35:15.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:35:15.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:35:15.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:35:15.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:35:15.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb 2024-02-10T09:35:15.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:35:15.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb 2024-02-10T09:35:15.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb 2024-02-10T09:35:15.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:35:15.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb 2024-02-10T09:35:15.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.ksvztb ... 2024-02-10T09:35:15.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:35:15.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:35:15.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:35:15.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:35:15.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:35:15.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: cephadm 2024-02-10T09:35:13.805434+0000 mgr.smithi018.dxgutx (mgr.14180) 896 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.ksvztb 2024-02-10T09:35:15.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: cephadm 2024-02-10T09:35:13.806964+0000 mgr.smithi018.dxgutx (mgr.14180) 897 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.ksvztb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb 2024-02-10T09:35:15.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:35:15.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb 2024-02-10T09:35:15.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb 2024-02-10T09:35:15.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:35:15.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb 2024-02-10T09:35:15.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.ksvztb ... 2024-02-10T09:35:15.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:35:15.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:35:15.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:35:15.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:35:15.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:35:15.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: cephadm 2024-02-10T09:35:13.809831+0000 mgr.smithi018.dxgutx (mgr.14180) 898 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.yciedx on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:35:15.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: cephadm 2024-02-10T09:35:13.812095+0000 mgr.smithi018.dxgutx (mgr.14180) 899 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:35:15.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: cluster 2024-02-10T09:35:13.813048+0000 mgr.smithi018.dxgutx (mgr.14180) 900 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 237 B/s rd, 0 op/s 2024-02-10T09:35:15.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: cluster 2024-02-10T09:35:14.292542+0000 mon.smithi018 (mon.0) 912 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:35:15.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:15 smithi018 bash[14175]: audit 2024-02-10T09:35:14.916264+0000 mon.smithi018 (mon.0) 913 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:35:16.726 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:35:16.727 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:34:05.170876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:09.568700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bkmfoj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\nDeploy daemon haproxy.nfs.foo.smithi164.bkmfoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.806803Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ksvztb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\nDeploy daemon haproxy.nfs.foo.smithi018.ksvztb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.809697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.yciedx on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:35:17.447 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:35:17.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:17 smithi164 bash[18308]: cluster 2024-02-10T09:35:15.814197+0000 mgr.smithi018.dxgutx (mgr.14180) 901 : cluster [DBG] pgmap v615: 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-10T09:35:17.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:17 smithi018 bash[14175]: cluster 2024-02-10T09:35:15.814197+0000 mgr.smithi018.dxgutx (mgr.14180) 901 : cluster [DBG] pgmap v615: 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-10T09:35:18.448 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:18.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:18 smithi164 bash[18308]: audit 2024-02-10T09:35:16.710588+0000 mgr.smithi018.dxgutx (mgr.14180) 902 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:35:18.653 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:18 smithi018 bash[14175]: audit 2024-02-10T09:35:16.710588+0000 mgr.smithi018.dxgutx (mgr.14180) 902 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:35:19.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:19 smithi164 bash[18308]: cluster 2024-02-10T09:35:17.815331+0000 mgr.smithi018.dxgutx (mgr.14180) 903 : cluster [DBG] pgmap v616: 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-10T09:35:19.586 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:19 smithi018 bash[14175]: cluster 2024-02-10T09:35:17.815331+0000 mgr.smithi018.dxgutx (mgr.14180) 903 : cluster [DBG] pgmap v616: 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-10T09:35:21.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:21 smithi018 bash[14175]: cluster 2024-02-10T09:35:19.816618+0000 mgr.smithi018.dxgutx (mgr.14180) 904 : cluster [DBG] pgmap v617: 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-10T09:35:21.764 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:35:21.764 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:34:05.170876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:09.568700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bkmfoj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\nDeploy daemon haproxy.nfs.foo.smithi164.bkmfoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.806803Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ksvztb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\nDeploy daemon haproxy.nfs.foo.smithi018.ksvztb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.809697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.yciedx on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:35:21.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:21 smithi164 bash[18308]: cluster 2024-02-10T09:35:19.816618+0000 mgr.smithi018.dxgutx (mgr.14180) 904 : cluster [DBG] pgmap v617: 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-10T09:35:22.511 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:35:23.512 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:23.719 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:23 smithi018 bash[14175]: audit 2024-02-10T09:35:21.745824+0000 mgr.smithi018.dxgutx (mgr.14180) 905 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:35:23.719 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:23 smithi018 bash[14175]: cluster 2024-02-10T09:35:21.817606+0000 mgr.smithi018.dxgutx (mgr.14180) 906 : cluster [DBG] pgmap v618: 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-10T09:35:23.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:23 smithi164 bash[18308]: audit 2024-02-10T09:35:21.745824+0000 mgr.smithi018.dxgutx (mgr.14180) 905 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:35:23.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:23 smithi164 bash[18308]: cluster 2024-02-10T09:35:21.817606+0000 mgr.smithi018.dxgutx (mgr.14180) 906 : cluster [DBG] pgmap v618: 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-10T09:35:25.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:25 smithi018 bash[14175]: cluster 2024-02-10T09:35:23.819019+0000 mgr.smithi018.dxgutx (mgr.14180) 907 : cluster [DBG] pgmap v619: 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-10T09:35:25.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:25 smithi164 bash[18308]: cluster 2024-02-10T09:35:23.819019+0000 mgr.smithi018.dxgutx (mgr.14180) 907 : cluster [DBG] pgmap v619: 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-10T09:35:26.619 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:35:26.619 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:34:05.170876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:09.568700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bkmfoj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\nDeploy daemon haproxy.nfs.foo.smithi164.bkmfoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.806803Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ksvztb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\nDeploy daemon haproxy.nfs.foo.smithi018.ksvztb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.809697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.yciedx on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:35:27.418 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:35:27.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:27 smithi018 bash[14175]: cluster 2024-02-10T09:35:25.820186+0000 mgr.smithi018.dxgutx (mgr.14180) 908 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:35:27.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:27 smithi018 bash[14175]: audit 2024-02-10T09:35:26.493852+0000 mon.smithi018 (mon.0) 914 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:35:27.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:27 smithi164 bash[18308]: cluster 2024-02-10T09:35:25.820186+0000 mgr.smithi018.dxgutx (mgr.14180) 908 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:35:27.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:27 smithi164 bash[18308]: audit 2024-02-10T09:35:26.493852+0000 mon.smithi018 (mon.0) 914 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:35:28.419 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:28.619 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:28 smithi018 bash[14175]: audit 2024-02-10T09:35:26.604416+0000 mgr.smithi018.dxgutx (mgr.14180) 909 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:35:28.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:28 smithi164 bash[18308]: audit 2024-02-10T09:35:26.604416+0000 mgr.smithi018.dxgutx (mgr.14180) 909 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:35:29.605 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:29 smithi018 bash[14175]: cluster 2024-02-10T09:35:27.821406+0000 mgr.smithi018.dxgutx (mgr.14180) 910 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:35:29.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:29 smithi164 bash[18308]: cluster 2024-02-10T09:35:27.821406+0000 mgr.smithi018.dxgutx (mgr.14180) 910 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:35:31.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:31 smithi018 bash[14175]: cluster 2024-02-10T09:35:29.822800+0000 mgr.smithi018.dxgutx (mgr.14180) 911 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:35:31.570 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:35:31.570 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:34:05.170876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:09.568700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bkmfoj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\nDeploy daemon haproxy.nfs.foo.smithi164.bkmfoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.806803Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ksvztb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\nDeploy daemon haproxy.nfs.foo.smithi018.ksvztb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.809697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.yciedx on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:35:31.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:31 smithi164 bash[18308]: cluster 2024-02-10T09:35:29.822800+0000 mgr.smithi018.dxgutx (mgr.14180) 911 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:35:32.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:35:33.273 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:33.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:33 smithi018 bash[14175]: audit 2024-02-10T09:35:31.553928+0000 mgr.smithi018.dxgutx (mgr.14180) 912 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:35:33.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:33 smithi018 bash[14175]: cluster 2024-02-10T09:35:31.823826+0000 mgr.smithi018.dxgutx (mgr.14180) 913 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:35:33.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:33 smithi164 bash[18308]: audit 2024-02-10T09:35:31.553928+0000 mgr.smithi018.dxgutx (mgr.14180) 912 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:35:33.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:33 smithi164 bash[18308]: cluster 2024-02-10T09:35:31.823826+0000 mgr.smithi018.dxgutx (mgr.14180) 913 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:35:35.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:35 smithi018 bash[14175]: cluster 2024-02-10T09:35:33.825190+0000 mgr.smithi018.dxgutx (mgr.14180) 914 : cluster [DBG] pgmap v624: 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-10T09:35:35.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:35 smithi164 bash[18308]: cluster 2024-02-10T09:35:33.825190+0000 mgr.smithi018.dxgutx (mgr.14180) 914 : cluster [DBG] pgmap v624: 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-10T09:35:36.271 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:35:36.271 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:34:05.170876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:09.568700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bkmfoj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\nDeploy daemon haproxy.nfs.foo.smithi164.bkmfoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.806803Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ksvztb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\nDeploy daemon haproxy.nfs.foo.smithi018.ksvztb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.809697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.yciedx on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:35:37.026 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:35:37.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:37 smithi018 bash[14175]: cluster 2024-02-10T09:35:35.826466+0000 mgr.smithi018.dxgutx (mgr.14180) 915 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:35:37.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:37 smithi018 bash[14175]: audit 2024-02-10T09:35:36.252706+0000 mgr.smithi018.dxgutx (mgr.14180) 916 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:35:37.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:37 smithi164 bash[18308]: cluster 2024-02-10T09:35:35.826466+0000 mgr.smithi018.dxgutx (mgr.14180) 915 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:35:37.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:37 smithi164 bash[18308]: audit 2024-02-10T09:35:36.252706+0000 mgr.smithi018.dxgutx (mgr.14180) 916 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:35:38.026 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:38.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:38 smithi018 bash[14175]: cluster 2024-02-10T09:35:37.827963+0000 mgr.smithi018.dxgutx (mgr.14180) 917 : 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-10T09:35:39.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:38 smithi164 bash[18308]: cluster 2024-02-10T09:35:37.827963+0000 mgr.smithi018.dxgutx (mgr.14180) 917 : 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-10T09:35:41.225 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:35:41.225 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:34:05.170876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:09.568700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bkmfoj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\nDeploy daemon haproxy.nfs.foo.smithi164.bkmfoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.806803Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ksvztb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\nDeploy daemon haproxy.nfs.foo.smithi018.ksvztb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.809697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.yciedx on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:35:41.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:40 smithi018 bash[14175]: cluster 2024-02-10T09:35:39.829321+0000 mgr.smithi018.dxgutx (mgr.14180) 918 : 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-10T09:35:41.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:40 smithi164 bash[18308]: cluster 2024-02-10T09:35:39.829321+0000 mgr.smithi018.dxgutx (mgr.14180) 918 : 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-10T09:35:41.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:35:42.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:41 smithi018 bash[14175]: audit 2024-02-10T09:35:41.206476+0000 mgr.smithi018.dxgutx (mgr.14180) 919 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:35:42.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:41 smithi164 bash[18308]: audit 2024-02-10T09:35:41.206476+0000 mgr.smithi018.dxgutx (mgr.14180) 919 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:35:42.996 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:43.198 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:42 smithi018 bash[14175]: cluster 2024-02-10T09:35:41.830359+0000 mgr.smithi018.dxgutx (mgr.14180) 920 : 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-10T09:35:43.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:42 smithi164 bash[18308]: cluster 2024-02-10T09:35:41.830359+0000 mgr.smithi018.dxgutx (mgr.14180) 920 : 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-10T09:35:45.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:44 smithi018 bash[14175]: cluster 2024-02-10T09:35:43.831666+0000 mgr.smithi018.dxgutx (mgr.14180) 921 : 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-10T09:35:45.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:44 smithi164 bash[18308]: cluster 2024-02-10T09:35:43.831666+0000 mgr.smithi018.dxgutx (mgr.14180) 921 : 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-10T09:35:46.157 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:35:46.157 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:34:05.170876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:09.568700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bkmfoj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\nDeploy daemon haproxy.nfs.foo.smithi164.bkmfoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.806803Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ksvztb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\nDeploy daemon haproxy.nfs.foo.smithi018.ksvztb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.809697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.yciedx on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:35:46.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:35:47.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:46 smithi018 bash[14175]: cluster 2024-02-10T09:35:45.832845+0000 mgr.smithi018.dxgutx (mgr.14180) 922 : 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-10T09:35:47.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:46 smithi018 bash[14175]: audit 2024-02-10T09:35:46.140094+0000 mgr.smithi018.dxgutx (mgr.14180) 923 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:35:47.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:46 smithi164 bash[18308]: cluster 2024-02-10T09:35:45.832845+0000 mgr.smithi018.dxgutx (mgr.14180) 922 : 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-10T09:35:47.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:46 smithi164 bash[18308]: audit 2024-02-10T09:35:46.140094+0000 mgr.smithi018.dxgutx (mgr.14180) 923 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:35:47.941 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:48.994 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:48 smithi018 bash[14175]: cluster 2024-02-10T09:35:47.833971+0000 mgr.smithi018.dxgutx (mgr.14180) 924 : 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-10T09:35:49.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:48 smithi164 bash[18308]: cluster 2024-02-10T09:35:47.833971+0000 mgr.smithi018.dxgutx (mgr.14180) 924 : 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-10T09:35:50.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:50 smithi018 bash[14175]: cluster 2024-02-10T09:35:49.835374+0000 mgr.smithi018.dxgutx (mgr.14180) 925 : 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-10T09:35:51.145 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:35:51.145 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:34:05.170876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:09.568700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bkmfoj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\nDeploy daemon haproxy.nfs.foo.smithi164.bkmfoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.806803Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ksvztb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\nDeploy daemon haproxy.nfs.foo.smithi018.ksvztb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.809697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.yciedx on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:35:51.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:50 smithi164 bash[18308]: cluster 2024-02-10T09:35:49.835374+0000 mgr.smithi018.dxgutx (mgr.14180) 925 : 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-10T09:35:51.945 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:35:52.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:51 smithi018 bash[14175]: audit 2024-02-10T09:35:51.126216+0000 mgr.smithi018.dxgutx (mgr.14180) 926 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:35:52.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:51 smithi164 bash[18308]: audit 2024-02-10T09:35:51.126216+0000 mgr.smithi018.dxgutx (mgr.14180) 926 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:35:52.946 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:53.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:52 smithi018 bash[14175]: cluster 2024-02-10T09:35:51.836333+0000 mgr.smithi018.dxgutx (mgr.14180) 927 : 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-10T09:35:53.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:52 smithi164 bash[18308]: cluster 2024-02-10T09:35:51.836333+0000 mgr.smithi018.dxgutx (mgr.14180) 927 : 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-10T09:35:55.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:54 smithi018 bash[14175]: cluster 2024-02-10T09:35:53.837739+0000 mgr.smithi018.dxgutx (mgr.14180) 928 : 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-10T09:35:55.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:54 smithi164 bash[18308]: cluster 2024-02-10T09:35:53.837739+0000 mgr.smithi018.dxgutx (mgr.14180) 928 : 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-10T09:35:56.131 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:35:56.131 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:34:05.170876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:09.568700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bkmfoj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\nDeploy daemon haproxy.nfs.foo.smithi164.bkmfoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.806803Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ksvztb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\nDeploy daemon haproxy.nfs.foo.smithi018.ksvztb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.809697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.yciedx on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:35:56.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:35:57.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:56 smithi018 bash[14175]: cluster 2024-02-10T09:35:55.839019+0000 mgr.smithi018.dxgutx (mgr.14180) 929 : 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-10T09:35:57.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:56 smithi018 bash[14175]: audit 2024-02-10T09:35:56.115142+0000 mgr.smithi018.dxgutx (mgr.14180) 930 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:35:57.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:56 smithi164 bash[18308]: cluster 2024-02-10T09:35:55.839019+0000 mgr.smithi018.dxgutx (mgr.14180) 929 : 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-10T09:35:57.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:56 smithi164 bash[18308]: audit 2024-02-10T09:35:56.115142+0000 mgr.smithi018.dxgutx (mgr.14180) 930 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:35:57.918 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:35:59.037 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:35:58 smithi018 bash[14175]: cluster 2024-02-10T09:35:57.840243+0000 mgr.smithi018.dxgutx (mgr.14180) 931 : 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-10T09:35:59.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:35:58 smithi164 bash[18308]: cluster 2024-02-10T09:35:57.840243+0000 mgr.smithi018.dxgutx (mgr.14180) 931 : 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-10T09:36:00.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:00 smithi018 bash[14175]: cluster 2024-02-10T09:35:59.841605+0000 mgr.smithi018.dxgutx (mgr.14180) 932 : 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-10T09:36:01.116 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:36:01.116 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:34:05.170876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:09.568700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bkmfoj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\nDeploy daemon haproxy.nfs.foo.smithi164.bkmfoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.806803Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ksvztb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\nDeploy daemon haproxy.nfs.foo.smithi018.ksvztb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.809697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.yciedx on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:36:01.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:00 smithi164 bash[18308]: cluster 2024-02-10T09:35:59.841605+0000 mgr.smithi018.dxgutx (mgr.14180) 932 : 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-10T09:36:01.913 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:36:02.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:01 smithi018 bash[14175]: audit 2024-02-10T09:36:01.099835+0000 mgr.smithi018.dxgutx (mgr.14180) 933 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:36:02.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:01 smithi164 bash[18308]: audit 2024-02-10T09:36:01.099835+0000 mgr.smithi018.dxgutx (mgr.14180) 933 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:36:02.914 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:36:03.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:02 smithi018 bash[14175]: cluster 2024-02-10T09:36:01.842636+0000 mgr.smithi018.dxgutx (mgr.14180) 934 : 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-10T09:36:03.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:02 smithi164 bash[18308]: cluster 2024-02-10T09:36:01.842636+0000 mgr.smithi018.dxgutx (mgr.14180) 934 : 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-10T09:36:05.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:04 smithi018 bash[14175]: cluster 2024-02-10T09:36:03.843995+0000 mgr.smithi018.dxgutx (mgr.14180) 935 : 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-10T09:36:05.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:04 smithi164 bash[18308]: cluster 2024-02-10T09:36:03.843995+0000 mgr.smithi018.dxgutx (mgr.14180) 935 : 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-10T09:36:06.137 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:36:06.137 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:34:05.170876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:09.568700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bkmfoj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\nDeploy daemon haproxy.nfs.foo.smithi164.bkmfoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.806803Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ksvztb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\nDeploy daemon haproxy.nfs.foo.smithi018.ksvztb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.809697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.yciedx on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:36:06.910 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:36:07.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:06 smithi018 bash[14175]: cluster 2024-02-10T09:36:05.845089+0000 mgr.smithi018.dxgutx (mgr.14180) 936 : 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-10T09:36:07.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:06 smithi018 bash[14175]: audit 2024-02-10T09:36:06.125314+0000 mgr.smithi018.dxgutx (mgr.14180) 937 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:36:07.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:06 smithi164 bash[18308]: cluster 2024-02-10T09:36:05.845089+0000 mgr.smithi018.dxgutx (mgr.14180) 936 : 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-10T09:36:07.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:06 smithi164 bash[18308]: audit 2024-02-10T09:36:06.125314+0000 mgr.smithi018.dxgutx (mgr.14180) 937 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:36:07.911 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:36:08.985 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:08 smithi018 bash[14175]: cluster 2024-02-10T09:36:07.846344+0000 mgr.smithi018.dxgutx (mgr.14180) 938 : 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-10T09:36:09.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:08 smithi164 bash[18308]: cluster 2024-02-10T09:36:07.846344+0000 mgr.smithi018.dxgutx (mgr.14180) 938 : 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-10T09:36:10.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:10 smithi018 bash[14175]: cluster 2024-02-10T09:36:09.847640+0000 mgr.smithi018.dxgutx (mgr.14180) 939 : 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-10T09:36:11.110 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:36:11.110 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:34:05.170876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:09.568700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bkmfoj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\nDeploy daemon haproxy.nfs.foo.smithi164.bkmfoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.806803Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ksvztb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\nDeploy daemon haproxy.nfs.foo.smithi018.ksvztb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.809697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.yciedx on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:36:11.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:10 smithi164 bash[18308]: cluster 2024-02-10T09:36:09.847640+0000 mgr.smithi018.dxgutx (mgr.14180) 939 : 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-10T09:36:11.905 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:36:12.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:11 smithi018 bash[14175]: audit 2024-02-10T09:36:11.092162+0000 mgr.smithi018.dxgutx (mgr.14180) 940 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:36:12.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:11 smithi164 bash[18308]: audit 2024-02-10T09:36:11.092162+0000 mgr.smithi018.dxgutx (mgr.14180) 940 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:36:12.906 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:36:13.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:12 smithi018 bash[14175]: cluster 2024-02-10T09:36:11.848380+0000 mgr.smithi018.dxgutx (mgr.14180) 941 : 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-10T09:36:13.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:12 smithi164 bash[18308]: cluster 2024-02-10T09:36:11.848380+0000 mgr.smithi018.dxgutx (mgr.14180) 941 : 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-10T09:36:14.182 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:13 smithi018 bash[14175]: audit 2024-02-10T09:36:13.816737+0000 mon.smithi018 (mon.0) 915 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:36:14.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:13 smithi164 bash[18308]: audit 2024-02-10T09:36:13.816737+0000 mon.smithi018 (mon.0) 915 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:36:15.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:15 smithi018 bash[14175]: cluster 2024-02-10T09:36:13.849322+0000 mgr.smithi018.dxgutx (mgr.14180) 942 : 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-10T09:36:15.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:15 smithi018 bash[14175]: audit 2024-02-10T09:36:14.086081+0000 mon.smithi018 (mon.0) 916 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:36:15.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:15 smithi018 bash[14175]: audit 2024-02-10T09:36:14.360206+0000 mon.smithi018 (mon.0) 917 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:36:15.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:15 smithi018 bash[14175]: audit 2024-02-10T09:36:14.361432+0000 mon.smithi018 (mon.0) 918 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:36:15.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:15 smithi018 bash[14175]: audit 2024-02-10T09:36:14.368839+0000 mon.smithi018 (mon.0) 919 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:36:15.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:15 smithi018 bash[14175]: cluster 2024-02-10T09:36:14.369636+0000 mgr.smithi018.dxgutx (mgr.14180) 943 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:36:15.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:15 smithi018 bash[14175]: audit 2024-02-10T09:36:14.377431+0000 mon.smithi018 (mon.0) 920 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:36:15.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:15 smithi018 bash[14175]: audit 2024-02-10T09:36:14.388062+0000 mon.smithi018 (mon.0) 921 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:36:15.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:15 smithi018 bash[14175]: cephadm 2024-02-10T09:36:14.391391+0000 mgr.smithi018.dxgutx (mgr.14180) 944 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.refuda on smithi164 2024-02-10T09:36:15.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:15 smithi164 bash[18308]: cluster 2024-02-10T09:36:13.849322+0000 mgr.smithi018.dxgutx (mgr.14180) 942 : 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-10T09:36:15.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:15 smithi164 bash[18308]: audit 2024-02-10T09:36:14.086081+0000 mon.smithi018 (mon.0) 916 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:36:15.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:15 smithi164 bash[18308]: audit 2024-02-10T09:36:14.360206+0000 mon.smithi018 (mon.0) 917 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:36:15.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:15 smithi164 bash[18308]: audit 2024-02-10T09:36:14.361432+0000 mon.smithi018 (mon.0) 918 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:36:15.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:15 smithi164 bash[18308]: audit 2024-02-10T09:36:14.368839+0000 mon.smithi018 (mon.0) 919 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:36:15.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:15 smithi164 bash[18308]: cluster 2024-02-10T09:36:14.369636+0000 mgr.smithi018.dxgutx (mgr.14180) 943 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:36:15.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:15 smithi164 bash[18308]: audit 2024-02-10T09:36:14.377431+0000 mon.smithi018 (mon.0) 920 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:36:15.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:15 smithi164 bash[18308]: audit 2024-02-10T09:36:14.388062+0000 mon.smithi018 (mon.0) 921 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:36:15.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:15 smithi164 bash[18308]: cephadm 2024-02-10T09:36:14.391391+0000 mgr.smithi018.dxgutx (mgr.14180) 944 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.refuda on smithi164 2024-02-10T09:36:15.930 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:36:15.930 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:34:05.170876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ygjceh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:09.568700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bkmfoj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\nDeploy daemon haproxy.nfs.foo.smithi164.bkmfoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.806803Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ksvztb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\nDeploy daemon haproxy.nfs.foo.smithi018.ksvztb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.809697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.yciedx on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:36:16.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:16 smithi018 bash[14175]: cluster 2024-02-10T09:36:15.365338+0000 mon.smithi018 (mon.0) 922 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:36:16.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:16 smithi018 bash[14175]: cluster 2024-02-10T09:36:15.365419+0000 mon.smithi018 (mon.0) 923 : cluster [INF] Cluster is now healthy 2024-02-10T09:36:16.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:16 smithi164 bash[18308]: cluster 2024-02-10T09:36:15.365338+0000 mon.smithi018 (mon.0) 922 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:36:16.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:16 smithi164 bash[18308]: cluster 2024-02-10T09:36:15.365419+0000 mon.smithi018 (mon.0) 923 : cluster [INF] Cluster is now healthy 2024-02-10T09:36:16.795 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:36:17.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:17 smithi018 bash[14175]: audit 2024-02-10T09:36:15.914128+0000 mgr.smithi018.dxgutx (mgr.14180) 945 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:36:17.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:17 smithi018 bash[14175]: cluster 2024-02-10T09:36:16.370041+0000 mgr.smithi018.dxgutx (mgr.14180) 946 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:36:17.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:17 smithi164 bash[18308]: audit 2024-02-10T09:36:15.914128+0000 mgr.smithi018.dxgutx (mgr.14180) 945 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:36:17.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:17 smithi164 bash[18308]: cluster 2024-02-10T09:36:16.370041+0000 mgr.smithi018.dxgutx (mgr.14180) 946 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:36:17.796 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:36:19.051 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: cephadm 2024-02-10T09:36:18.340714+0000 mgr.smithi018.dxgutx (mgr.14180) 947 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda 2024-02-10T09:36:19.051 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:36:19.051 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda 2024-02-10T09:36:19.051 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda 2024-02-10T09:36:19.051 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:36:19.051 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda 2024-02-10T09:36:19.052 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.refuda ... 2024-02-10T09:36:19.052 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:36:19.052 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:36:19.052 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:36:19.052 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:36:19.052 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:36:19.052 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:36:19.052 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:36:19.052 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:36:19.052 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:36:19.052 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:36:19.052 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda 2024-02-10T09:36:19.052 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:36:19.052 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda 2024-02-10T09:36:19.053 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda 2024-02-10T09:36:19.053 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:36:19.053 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda 2024-02-10T09:36:19.053 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.refuda ... 2024-02-10T09:36:19.053 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:36:19.053 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:36:19.053 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:36:19.053 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:36:19.053 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:36:19.053 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: cephadm 2024-02-10T09:36:18.341280+0000 mgr.smithi018.dxgutx (mgr.14180) 948 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.refuda 2024-02-10T09:36:19.053 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: audit 2024-02-10T09:36:18.341968+0000 mon.smithi018 (mon.0) 924 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.refuda"}]: dispatch 2024-02-10T09:36:19.053 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: cephadm 2024-02-10T09:36:18.343249+0000 mgr.smithi018.dxgutx (mgr.14180) 949 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.refuda on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda 2024-02-10T09:36:19.053 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:36:19.054 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda 2024-02-10T09:36:19.054 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda 2024-02-10T09:36:19.054 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:36:19.054 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda 2024-02-10T09:36:19.054 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.refuda ... 2024-02-10T09:36:19.054 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:36:19.054 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:36:19.054 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:36:19.054 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:36:19.054 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:36:19.054 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: cephadm 2024-02-10T09:36:18.347632+0000 mgr.smithi018.dxgutx (mgr.14180) 950 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.sseizw on smithi018 2024-02-10T09:36:19.054 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:18 smithi018 bash[14175]: cluster 2024-02-10T09:36:18.370793+0000 mgr.smithi018.dxgutx (mgr.14180) 951 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:36:19.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: cephadm 2024-02-10T09:36:18.340714+0000 mgr.smithi018.dxgutx (mgr.14180) 947 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda 2024-02-10T09:36:19.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:36:19.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda 2024-02-10T09:36:19.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda 2024-02-10T09:36:19.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:36:19.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda 2024-02-10T09:36:19.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.refuda ... 2024-02-10T09:36:19.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:36:19.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:36:19.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:36:19.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:36:19.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:36:19.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:36:19.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:36:19.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:36:19.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:36:19.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:36:19.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda 2024-02-10T09:36:19.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:36:19.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda 2024-02-10T09:36:19.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda 2024-02-10T09:36:19.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:36:19.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda 2024-02-10T09:36:19.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.refuda ... 2024-02-10T09:36:19.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:36:19.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:36:19.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:36:19.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:36:19.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:36:19.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: cephadm 2024-02-10T09:36:18.341280+0000 mgr.smithi018.dxgutx (mgr.14180) 948 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.refuda 2024-02-10T09:36:19.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: audit 2024-02-10T09:36:18.341968+0000 mon.smithi018 (mon.0) 924 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.refuda"}]: dispatch 2024-02-10T09:36:19.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: cephadm 2024-02-10T09:36:18.343249+0000 mgr.smithi018.dxgutx (mgr.14180) 949 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.refuda on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda 2024-02-10T09:36:19.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:36:19.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda 2024-02-10T09:36:19.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda 2024-02-10T09:36:19.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:36:19.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda 2024-02-10T09:36:19.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.refuda ... 2024-02-10T09:36:19.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:36:19.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:36:19.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:36:19.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:36:19.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:36:19.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: cephadm 2024-02-10T09:36:18.347632+0000 mgr.smithi018.dxgutx (mgr.14180) 950 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.sseizw on smithi018 2024-02-10T09:36:19.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:18 smithi164 bash[18308]: cluster 2024-02-10T09:36:18.370793+0000 mgr.smithi018.dxgutx (mgr.14180) 951 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:36:21.098 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:36:21.098 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:35:09.568700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bkmfoj on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bkmfoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bkmfoj\nDeploy daemon haproxy.nfs.foo.smithi164.bkmfoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.806803Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ksvztb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ksvztb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ksvztb\nDeploy daemon haproxy.nfs.foo.smithi018.ksvztb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:35:13.809697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.yciedx on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:18.343069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.refuda on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\nDeploy daemon haproxy.nfs.foo.smithi164.refuda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -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.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:36:21.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:21 smithi018 bash[14175]: cluster 2024-02-10T09:36:20.371642+0000 mgr.smithi018.dxgutx (mgr.14180) 952 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:36:21.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:21 smithi164 bash[18308]: cluster 2024-02-10T09:36:20.371642+0000 mgr.smithi018.dxgutx (mgr.14180) 952 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:36:21.873 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:36:22.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:22 smithi018 bash[14175]: audit 2024-02-10T09:36:21.082225+0000 mgr.smithi018.dxgutx (mgr.14180) 953 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:36:22.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:22 smithi018 bash[14175]: audit 2024-02-10T09:36:22.260293+0000 mon.smithi018 (mon.0) 925 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.sseizw"}]: dispatch 2024-02-10T09:36:22.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:22 smithi164 bash[18308]: audit 2024-02-10T09:36:21.082225+0000 mgr.smithi018.dxgutx (mgr.14180) 953 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:36:22.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:22 smithi164 bash[18308]: audit 2024-02-10T09:36:22.260293+0000 mon.smithi018 (mon.0) 925 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.sseizw"}]: dispatch 2024-02-10T09:36:22.873 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:36:23.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: cephadm 2024-02-10T09:36:22.259200+0000 mgr.smithi018.dxgutx (mgr.14180) 954 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw 2024-02-10T09:36:23.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:36:23.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw 2024-02-10T09:36:23.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw 2024-02-10T09:36:23.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:36:23.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw 2024-02-10T09:36:23.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.sseizw ... 2024-02-10T09:36:23.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:36:23.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:36:23.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:36:23.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:36:23.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:36:23.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:36:23.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:36:23.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:36:23.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:36:23.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:36:23.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw 2024-02-10T09:36:23.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:36:23.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw 2024-02-10T09:36:23.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw 2024-02-10T09:36:23.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:36:23.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw 2024-02-10T09:36:23.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.sseizw ... 2024-02-10T09:36:23.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:36:23.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:36:23.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:36:23.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:36:23.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:36:23.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: cephadm 2024-02-10T09:36:22.259722+0000 mgr.smithi018.dxgutx (mgr.14180) 955 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.sseizw 2024-02-10T09:36:23.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: cephadm 2024-02-10T09:36:22.261237+0000 mgr.smithi018.dxgutx (mgr.14180) 956 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.sseizw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw 2024-02-10T09:36:23.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:36:23.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw 2024-02-10T09:36:23.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw 2024-02-10T09:36:23.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:36:23.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw 2024-02-10T09:36:23.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.sseizw ... 2024-02-10T09:36:23.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:36:23.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:36:23.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:36:23.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:36:23.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:36:23.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: cephadm 2024-02-10T09:36:22.264968+0000 mgr.smithi018.dxgutx (mgr.14180) 957 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.rrcvhr on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:36:23.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: cephadm 2024-02-10T09:36:22.267466+0000 mgr.smithi018.dxgutx (mgr.14180) 958 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:36:23.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: cluster 2024-02-10T09:36:22.268791+0000 mgr.smithi018.dxgutx (mgr.14180) 959 : cluster [DBG] pgmap v649: 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-10T09:36:23.732 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:23 smithi018 bash[14175]: cluster 2024-02-10T09:36:22.429673+0000 mon.smithi018 (mon.0) 926 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:36:23.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: cephadm 2024-02-10T09:36:22.259200+0000 mgr.smithi018.dxgutx (mgr.14180) 954 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw 2024-02-10T09:36:23.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:36:23.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw 2024-02-10T09:36:23.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw 2024-02-10T09:36:23.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:36:23.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw 2024-02-10T09:36:23.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.sseizw ... 2024-02-10T09:36:23.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:36:23.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:36:23.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:36:23.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:36:23.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:36:23.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:36:23.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:36:23.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:36:23.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:36:23.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:36:23.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw 2024-02-10T09:36:23.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:36:23.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw 2024-02-10T09:36:23.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw 2024-02-10T09:36:23.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:36:23.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw 2024-02-10T09:36:23.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.sseizw ... 2024-02-10T09:36:23.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:36:23.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:36:23.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:36:23.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:36:23.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:36:23.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: cephadm 2024-02-10T09:36:22.259722+0000 mgr.smithi018.dxgutx (mgr.14180) 955 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.sseizw 2024-02-10T09:36:23.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: cephadm 2024-02-10T09:36:22.261237+0000 mgr.smithi018.dxgutx (mgr.14180) 956 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.sseizw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw 2024-02-10T09:36:23.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:36:23.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw 2024-02-10T09:36:23.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw 2024-02-10T09:36:23.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:36:23.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw 2024-02-10T09:36:23.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.sseizw ... 2024-02-10T09:36:23.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:36:23.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:36:23.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:36:23.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:36:23.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:36:23.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: cephadm 2024-02-10T09:36:22.264968+0000 mgr.smithi018.dxgutx (mgr.14180) 957 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.rrcvhr on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:36:23.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: cephadm 2024-02-10T09:36:22.267466+0000 mgr.smithi018.dxgutx (mgr.14180) 958 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:36:23.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: cluster 2024-02-10T09:36:22.268791+0000 mgr.smithi018.dxgutx (mgr.14180) 959 : cluster [DBG] pgmap v649: 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-10T09:36:23.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:23 smithi164 bash[18308]: cluster 2024-02-10T09:36:22.429673+0000 mon.smithi018 (mon.0) 926 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:36:25.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:25 smithi018 bash[14175]: cluster 2024-02-10T09:36:24.270111+0000 mgr.smithi018.dxgutx (mgr.14180) 960 : cluster [DBG] pgmap v650: 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-10T09:36:25.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:25 smithi018 bash[14175]: audit 2024-02-10T09:36:24.966803+0000 mon.smithi018 (mon.0) 927 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:36:25.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:25 smithi164 bash[18308]: cluster 2024-02-10T09:36:24.270111+0000 mgr.smithi018.dxgutx (mgr.14180) 960 : cluster [DBG] pgmap v650: 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-10T09:36:25.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:25 smithi164 bash[18308]: audit 2024-02-10T09:36:24.966803+0000 mon.smithi018 (mon.0) 927 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:36:26.191 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:36:26.191 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:18.343069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.refuda on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\nDeploy daemon haproxy.nfs.foo.smithi164.refuda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.261118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.sseizw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\nDeploy daemon haproxy.nfs.foo.smithi018.sseizw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.264826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.rrcvhr on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:22.267329Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:36:26.978 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:36:27.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:27 smithi018 bash[14175]: audit 2024-02-10T09:36:26.175357+0000 mgr.smithi018.dxgutx (mgr.14180) 961 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:36:27.761 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:27 smithi018 bash[14175]: cluster 2024-02-10T09:36:26.271168+0000 mgr.smithi018.dxgutx (mgr.14180) 962 : cluster [DBG] pgmap v651: 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-10T09:36:27.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:27 smithi164 bash[18308]: audit 2024-02-10T09:36:26.175357+0000 mgr.smithi018.dxgutx (mgr.14180) 961 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:36:27.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:27 smithi164 bash[18308]: cluster 2024-02-10T09:36:26.271168+0000 mgr.smithi018.dxgutx (mgr.14180) 962 : cluster [DBG] pgmap v651: 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-10T09:36:27.979 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:36:29.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:28 smithi164 bash[18308]: cluster 2024-02-10T09:36:28.272477+0000 mgr.smithi018.dxgutx (mgr.14180) 963 : cluster [DBG] pgmap v652: 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-10T09:36:29.117 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:28 smithi018 bash[14175]: cluster 2024-02-10T09:36:28.272477+0000 mgr.smithi018.dxgutx (mgr.14180) 963 : cluster [DBG] pgmap v652: 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-10T09:36:31.245 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:36:31.245 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:18.343069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.refuda on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\nDeploy daemon haproxy.nfs.foo.smithi164.refuda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.261118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.sseizw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\nDeploy daemon haproxy.nfs.foo.smithi018.sseizw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.264826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.rrcvhr on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:22.267329Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:36:31.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:31 smithi018 bash[14175]: cluster 2024-02-10T09:36:30.273643+0000 mgr.smithi018.dxgutx (mgr.14180) 964 : cluster [DBG] pgmap v653: 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-10T09:36:31.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:31 smithi164 bash[18308]: cluster 2024-02-10T09:36:30.273643+0000 mgr.smithi018.dxgutx (mgr.14180) 964 : cluster [DBG] pgmap v653: 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-10T09:36:32.043 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:36:32.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:32 smithi018 bash[14175]: audit 2024-02-10T09:36:31.231101+0000 mgr.smithi018.dxgutx (mgr.14180) 965 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:36:32.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:32 smithi164 bash[18308]: audit 2024-02-10T09:36:31.231101+0000 mgr.smithi018.dxgutx (mgr.14180) 965 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:36:33.044 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:36:33.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:33 smithi018 bash[14175]: cluster 2024-02-10T09:36:32.274769+0000 mgr.smithi018.dxgutx (mgr.14180) 966 : cluster [DBG] pgmap v654: 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-10T09:36:33.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:33 smithi164 bash[18308]: cluster 2024-02-10T09:36:32.274769+0000 mgr.smithi018.dxgutx (mgr.14180) 966 : cluster [DBG] pgmap v654: 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-10T09:36:35.642 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:35 smithi018 bash[14175]: cluster 2024-02-10T09:36:34.275781+0000 mgr.smithi018.dxgutx (mgr.14180) 967 : cluster [DBG] pgmap v655: 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-10T09:36:35.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:35 smithi164 bash[18308]: cluster 2024-02-10T09:36:34.275781+0000 mgr.smithi018.dxgutx (mgr.14180) 967 : cluster [DBG] pgmap v655: 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-10T09:36:36.055 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:36:36.055 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:18.343069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.refuda on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\nDeploy daemon haproxy.nfs.foo.smithi164.refuda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.261118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.sseizw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\nDeploy daemon haproxy.nfs.foo.smithi018.sseizw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.264826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.rrcvhr on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:22.267329Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:36:36.841 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:36:37.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:37 smithi018 bash[14175]: audit 2024-02-10T09:36:36.039077+0000 mgr.smithi018.dxgutx (mgr.14180) 968 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:36:37.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:37 smithi018 bash[14175]: cluster 2024-02-10T09:36:36.276833+0000 mgr.smithi018.dxgutx (mgr.14180) 969 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:36:37.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:37 smithi164 bash[18308]: audit 2024-02-10T09:36:36.039077+0000 mgr.smithi018.dxgutx (mgr.14180) 968 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:36:37.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:37 smithi164 bash[18308]: cluster 2024-02-10T09:36:36.276833+0000 mgr.smithi018.dxgutx (mgr.14180) 969 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:36:37.841 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:36:39.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:38 smithi164 bash[18308]: cluster 2024-02-10T09:36:38.278100+0000 mgr.smithi018.dxgutx (mgr.14180) 970 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:36:39.098 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:38 smithi018 bash[14175]: cluster 2024-02-10T09:36:38.278100+0000 mgr.smithi018.dxgutx (mgr.14180) 970 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:36:41.021 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:36:41.021 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:18.343069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.refuda on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\nDeploy daemon haproxy.nfs.foo.smithi164.refuda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.261118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.sseizw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\nDeploy daemon haproxy.nfs.foo.smithi018.sseizw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.264826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.rrcvhr on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:22.267329Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:36:41.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:41 smithi018 bash[14175]: cluster 2024-02-10T09:36:40.279276+0000 mgr.smithi018.dxgutx (mgr.14180) 971 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:36:41.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:41 smithi164 bash[18308]: cluster 2024-02-10T09:36:40.279276+0000 mgr.smithi018.dxgutx (mgr.14180) 971 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:36:41.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:36:42.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:42 smithi018 bash[14175]: audit 2024-02-10T09:36:41.002904+0000 mgr.smithi018.dxgutx (mgr.14180) 972 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:36:42.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:42 smithi164 bash[18308]: audit 2024-02-10T09:36:41.002904+0000 mgr.smithi018.dxgutx (mgr.14180) 972 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:36:42.900 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:36:43.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:43 smithi018 bash[14175]: cluster 2024-02-10T09:36:42.280304+0000 mgr.smithi018.dxgutx (mgr.14180) 973 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:36:43.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:43 smithi164 bash[18308]: cluster 2024-02-10T09:36:42.280304+0000 mgr.smithi018.dxgutx (mgr.14180) 973 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:36:45.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:45 smithi018 bash[14175]: cluster 2024-02-10T09:36:44.281503+0000 mgr.smithi018.dxgutx (mgr.14180) 974 : cluster [DBG] pgmap v660: 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-10T09:36:45.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:45 smithi164 bash[18308]: cluster 2024-02-10T09:36:44.281503+0000 mgr.smithi018.dxgutx (mgr.14180) 974 : cluster [DBG] pgmap v660: 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-10T09:36:46.402 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:36:46.402 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:18.343069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.refuda on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\nDeploy daemon haproxy.nfs.foo.smithi164.refuda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.261118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.sseizw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\nDeploy daemon haproxy.nfs.foo.smithi018.sseizw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.264826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.rrcvhr on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:22.267329Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:36:47.195 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:36:47.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:47 smithi018 bash[14175]: cluster 2024-02-10T09:36:46.282530+0000 mgr.smithi018.dxgutx (mgr.14180) 975 : 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-10T09:36:47.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:47 smithi018 bash[14175]: audit 2024-02-10T09:36:46.386148+0000 mgr.smithi018.dxgutx (mgr.14180) 976 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:36:47.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:47 smithi164 bash[18308]: cluster 2024-02-10T09:36:46.282530+0000 mgr.smithi018.dxgutx (mgr.14180) 975 : 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-10T09:36:47.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:47 smithi164 bash[18308]: audit 2024-02-10T09:36:46.386148+0000 mgr.smithi018.dxgutx (mgr.14180) 976 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:36:48.196 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:36:49.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:48 smithi164 bash[18308]: cluster 2024-02-10T09:36:48.283385+0000 mgr.smithi018.dxgutx (mgr.14180) 977 : 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-10T09:36:49.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:48 smithi018 bash[14175]: cluster 2024-02-10T09:36:48.283385+0000 mgr.smithi018.dxgutx (mgr.14180) 977 : 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-10T09:36:51.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:51 smithi018 bash[14175]: cluster 2024-02-10T09:36:50.284518+0000 mgr.smithi018.dxgutx (mgr.14180) 978 : 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-10T09:36:51.496 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:36:51.496 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:18.343069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.refuda on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\nDeploy daemon haproxy.nfs.foo.smithi164.refuda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.261118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.sseizw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\nDeploy daemon haproxy.nfs.foo.smithi018.sseizw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.264826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.rrcvhr on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:22.267329Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:36:51.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:51 smithi164 bash[18308]: cluster 2024-02-10T09:36:50.284518+0000 mgr.smithi018.dxgutx (mgr.14180) 978 : 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-10T09:36:52.252 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:36:52.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:52 smithi018 bash[14175]: audit 2024-02-10T09:36:51.480407+0000 mgr.smithi018.dxgutx (mgr.14180) 979 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:36:52.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:52 smithi164 bash[18308]: audit 2024-02-10T09:36:51.480407+0000 mgr.smithi018.dxgutx (mgr.14180) 979 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:36:53.253 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:36:53.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:53 smithi018 bash[14175]: cluster 2024-02-10T09:36:52.285603+0000 mgr.smithi018.dxgutx (mgr.14180) 980 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:36:53.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:53 smithi164 bash[18308]: cluster 2024-02-10T09:36:52.285603+0000 mgr.smithi018.dxgutx (mgr.14180) 980 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:36:55.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:55 smithi018 bash[14175]: cluster 2024-02-10T09:36:54.286888+0000 mgr.smithi018.dxgutx (mgr.14180) 981 : cluster [DBG] pgmap v665: 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-10T09:36:55.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:55 smithi164 bash[18308]: cluster 2024-02-10T09:36:54.286888+0000 mgr.smithi018.dxgutx (mgr.14180) 981 : cluster [DBG] pgmap v665: 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-10T09:36:56.452 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:36:56.452 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:18.343069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.refuda on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\nDeploy daemon haproxy.nfs.foo.smithi164.refuda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.261118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.sseizw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\nDeploy daemon haproxy.nfs.foo.smithi018.sseizw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.264826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.rrcvhr on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:22.267329Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:36:57.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:36:57.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:57 smithi018 bash[14175]: cluster 2024-02-10T09:36:56.287911+0000 mgr.smithi018.dxgutx (mgr.14180) 982 : 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-10T09:36:57.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:57 smithi018 bash[14175]: audit 2024-02-10T09:36:56.433887+0000 mgr.smithi018.dxgutx (mgr.14180) 983 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:36:57.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:57 smithi164 bash[18308]: cluster 2024-02-10T09:36:56.287911+0000 mgr.smithi018.dxgutx (mgr.14180) 982 : 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-10T09:36:57.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:57 smithi164 bash[18308]: audit 2024-02-10T09:36:56.433887+0000 mgr.smithi018.dxgutx (mgr.14180) 983 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:36:58.283 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:36:59.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:36:58 smithi164 bash[18308]: cluster 2024-02-10T09:36:58.288988+0000 mgr.smithi018.dxgutx (mgr.14180) 984 : 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-10T09:36:59.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:36:58 smithi018 bash[14175]: cluster 2024-02-10T09:36:58.288988+0000 mgr.smithi018.dxgutx (mgr.14180) 984 : 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-10T09:37:01.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:01 smithi018 bash[14175]: cluster 2024-02-10T09:37:00.290109+0000 mgr.smithi018.dxgutx (mgr.14180) 985 : 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-10T09:37:01.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:01 smithi164 bash[18308]: cluster 2024-02-10T09:37:00.290109+0000 mgr.smithi018.dxgutx (mgr.14180) 985 : 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-10T09:37:01.843 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:37:01.843 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:18.343069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.refuda on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\nDeploy daemon haproxy.nfs.foo.smithi164.refuda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.261118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.sseizw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\nDeploy daemon haproxy.nfs.foo.smithi018.sseizw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.264826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.rrcvhr on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:22.267329Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:37:02.670 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:37:03.671 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:37:03.681 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:03 smithi018 bash[14175]: audit 2024-02-10T09:37:01.827916+0000 mgr.smithi018.dxgutx (mgr.14180) 986 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:37:03.681 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:03 smithi018 bash[14175]: cluster 2024-02-10T09:37:02.290980+0000 mgr.smithi018.dxgutx (mgr.14180) 987 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:37:03.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:03 smithi164 bash[18308]: audit 2024-02-10T09:37:01.827916+0000 mgr.smithi018.dxgutx (mgr.14180) 986 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:37:03.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:03 smithi164 bash[18308]: cluster 2024-02-10T09:37:02.290980+0000 mgr.smithi018.dxgutx (mgr.14180) 987 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:37:05.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:05 smithi018 bash[14175]: cluster 2024-02-10T09:37:04.292215+0000 mgr.smithi018.dxgutx (mgr.14180) 988 : cluster [DBG] pgmap v670: 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-10T09:37:05.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:05 smithi164 bash[18308]: cluster 2024-02-10T09:37:04.292215+0000 mgr.smithi018.dxgutx (mgr.14180) 988 : cluster [DBG] pgmap v670: 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-10T09:37:07.058 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:37:07.058 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:18.343069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.refuda on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\nDeploy daemon haproxy.nfs.foo.smithi164.refuda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.261118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.sseizw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\nDeploy daemon haproxy.nfs.foo.smithi018.sseizw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.264826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.rrcvhr on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:22.267329Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:37:07.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:07 smithi018 bash[14175]: cluster 2024-02-10T09:37:06.293353+0000 mgr.smithi018.dxgutx (mgr.14180) 989 : 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-10T09:37:07.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:07 smithi164 bash[18308]: cluster 2024-02-10T09:37:06.293353+0000 mgr.smithi018.dxgutx (mgr.14180) 989 : 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-10T09:37:07.850 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:37:08.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:08 smithi018 bash[14175]: audit 2024-02-10T09:37:07.041315+0000 mgr.smithi018.dxgutx (mgr.14180) 990 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:37:08.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:08 smithi164 bash[18308]: audit 2024-02-10T09:37:07.041315+0000 mgr.smithi018.dxgutx (mgr.14180) 990 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:37:08.850 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:37:09.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:09 smithi018 bash[14175]: cluster 2024-02-10T09:37:08.294769+0000 mgr.smithi018.dxgutx (mgr.14180) 991 : 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-10T09:37:09.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:09 smithi164 bash[18308]: cluster 2024-02-10T09:37:08.294769+0000 mgr.smithi018.dxgutx (mgr.14180) 991 : 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-10T09:37:11.652 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:11 smithi018 bash[14175]: cluster 2024-02-10T09:37:10.295473+0000 mgr.smithi018.dxgutx (mgr.14180) 992 : 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-10T09:37:11.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:11 smithi164 bash[18308]: cluster 2024-02-10T09:37:10.295473+0000 mgr.smithi018.dxgutx (mgr.14180) 992 : 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-10T09:37:12.063 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:37:12.063 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:18.343069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.refuda on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\nDeploy daemon haproxy.nfs.foo.smithi164.refuda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.261118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.sseizw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\nDeploy daemon haproxy.nfs.foo.smithi018.sseizw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.264826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.rrcvhr on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:22.267329Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:37:12.842 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:37:13.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:13 smithi018 bash[14175]: audit 2024-02-10T09:37:12.047891+0000 mgr.smithi018.dxgutx (mgr.14180) 993 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:37:13.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:13 smithi018 bash[14175]: cluster 2024-02-10T09:37:12.296556+0000 mgr.smithi018.dxgutx (mgr.14180) 994 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:37:13.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:13 smithi164 bash[18308]: audit 2024-02-10T09:37:12.047891+0000 mgr.smithi018.dxgutx (mgr.14180) 993 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:37:13.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:13 smithi164 bash[18308]: cluster 2024-02-10T09:37:12.296556+0000 mgr.smithi018.dxgutx (mgr.14180) 994 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:37:13.843 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:37:15.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:15 smithi018 bash[14175]: cluster 2024-02-10T09:37:14.297893+0000 mgr.smithi018.dxgutx (mgr.14180) 995 : cluster [DBG] pgmap v675: 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-10T09:37:15.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:15 smithi164 bash[18308]: cluster 2024-02-10T09:37:14.297893+0000 mgr.smithi018.dxgutx (mgr.14180) 995 : cluster [DBG] pgmap v675: 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-10T09:37:17.060 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:37:17.060 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:18.343069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.refuda on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\nDeploy daemon haproxy.nfs.foo.smithi164.refuda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.261118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.sseizw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\nDeploy daemon haproxy.nfs.foo.smithi018.sseizw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.264826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.rrcvhr on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:22.267329Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:37:17.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:17 smithi018 bash[14175]: cluster 2024-02-10T09:37:16.298690+0000 mgr.smithi018.dxgutx (mgr.14180) 996 : 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-10T09:37:17.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:17 smithi164 bash[18308]: cluster 2024-02-10T09:37:16.298690+0000 mgr.smithi018.dxgutx (mgr.14180) 996 : 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-10T09:37:17.882 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:37:18.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:18 smithi018 bash[14175]: audit 2024-02-10T09:37:17.042403+0000 mgr.smithi018.dxgutx (mgr.14180) 997 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:37:18.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:18 smithi164 bash[18308]: audit 2024-02-10T09:37:17.042403+0000 mgr.smithi018.dxgutx (mgr.14180) 997 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:37:18.883 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:37:19.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:19 smithi018 bash[14175]: cluster 2024-02-10T09:37:18.299909+0000 mgr.smithi018.dxgutx (mgr.14180) 998 : 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-10T09:37:19.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:19 smithi164 bash[18308]: cluster 2024-02-10T09:37:18.299909+0000 mgr.smithi018.dxgutx (mgr.14180) 998 : 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-10T09:37:21.691 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:21 smithi018 bash[14175]: cluster 2024-02-10T09:37:20.300835+0000 mgr.smithi018.dxgutx (mgr.14180) 999 : 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-10T09:37:21.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:21 smithi164 bash[18308]: cluster 2024-02-10T09:37:20.300835+0000 mgr.smithi018.dxgutx (mgr.14180) 999 : 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-10T09:37:22.114 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:37:22.114 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:18.343069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.refuda on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\nDeploy daemon haproxy.nfs.foo.smithi164.refuda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.261118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.sseizw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\nDeploy daemon haproxy.nfs.foo.smithi018.sseizw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.264826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.rrcvhr on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:22.267329Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:37:22.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:22 smithi018 bash[14175]: audit 2024-02-10T09:37:22.272411+0000 mon.smithi018 (mon.0) 928 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:37:22.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:22 smithi164 bash[18308]: audit 2024-02-10T09:37:22.272411+0000 mon.smithi018 (mon.0) 928 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:37:22.897 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:37:23.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:23 smithi018 bash[14175]: audit 2024-02-10T09:37:22.098498+0000 mgr.smithi018.dxgutx (mgr.14180) 1000 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:37:23.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:23 smithi018 bash[14175]: cluster 2024-02-10T09:37:22.301873+0000 mgr.smithi018.dxgutx (mgr.14180) 1001 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:37:23.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:23 smithi164 bash[18308]: audit 2024-02-10T09:37:22.098498+0000 mgr.smithi018.dxgutx (mgr.14180) 1000 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:37:23.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:23 smithi164 bash[18308]: cluster 2024-02-10T09:37:22.301873+0000 mgr.smithi018.dxgutx (mgr.14180) 1001 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:37:23.899 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:37:25.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:25 smithi018 bash[14175]: cluster 2024-02-10T09:37:24.303232+0000 mgr.smithi018.dxgutx (mgr.14180) 1002 : cluster [DBG] pgmap v680: 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-10T09:37:25.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:25 smithi164 bash[18308]: cluster 2024-02-10T09:37:24.303232+0000 mgr.smithi018.dxgutx (mgr.14180) 1002 : cluster [DBG] pgmap v680: 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-10T09:37:27.110 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:37:27.111 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:27:05.700612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:27:05.373432Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:27:05.700825Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:18.343069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.refuda on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\nDeploy daemon haproxy.nfs.foo.smithi164.refuda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.261118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.sseizw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\nDeploy daemon haproxy.nfs.foo.smithi018.sseizw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.264826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.rrcvhr on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:22.267329Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:27:05.374413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:27:05.373643Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:27:05.373759Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:27:05.374517Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:27:05.373865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:27:05.373970Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:27:05.701027Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:37:27.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:27 smithi018 bash[14175]: cluster 2024-02-10T09:37:26.304253+0000 mgr.smithi018.dxgutx (mgr.14180) 1003 : 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-10T09:37:27.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:27 smithi164 bash[18308]: cluster 2024-02-10T09:37:26.304253+0000 mgr.smithi018.dxgutx (mgr.14180) 1003 : 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-10T09:37:27.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:37:28.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:28 smithi018 bash[14175]: audit 2024-02-10T09:37:27.099145+0000 mgr.smithi018.dxgutx (mgr.14180) 1004 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:37:28.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:28 smithi018 bash[14175]: audit 2024-02-10T09:37:27.948615+0000 mon.smithi018 (mon.0) 929 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:37:28.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:28 smithi018 bash[14175]: audit 2024-02-10T09:37:28.254351+0000 mon.smithi018 (mon.0) 930 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:37:28.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:28 smithi164 bash[18308]: audit 2024-02-10T09:37:27.099145+0000 mgr.smithi018.dxgutx (mgr.14180) 1004 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:37:28.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:28 smithi164 bash[18308]: audit 2024-02-10T09:37:27.948615+0000 mon.smithi018 (mon.0) 929 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:37:28.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:28 smithi164 bash[18308]: audit 2024-02-10T09:37:28.254351+0000 mon.smithi018 (mon.0) 930 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:37:28.901 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:37:29.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:29 smithi018 bash[14175]: cluster 2024-02-10T09:37:28.305524+0000 mgr.smithi018.dxgutx (mgr.14180) 1005 : 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-10T09:37:29.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:29 smithi018 bash[14175]: audit 2024-02-10T09:37:28.553840+0000 mon.smithi018 (mon.0) 931 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:37:29.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:29 smithi018 bash[14175]: audit 2024-02-10T09:37:28.555658+0000 mon.smithi018 (mon.0) 932 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:37:29.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:29 smithi018 bash[14175]: audit 2024-02-10T09:37:28.563817+0000 mon.smithi018 (mon.0) 933 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:37:29.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:29 smithi018 bash[14175]: audit 2024-02-10T09:37:28.571300+0000 mon.smithi018 (mon.0) 934 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:37:29.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:29 smithi018 bash[14175]: audit 2024-02-10T09:37:28.587180+0000 mon.smithi018 (mon.0) 935 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:37:29.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:29 smithi018 bash[14175]: cluster 2024-02-10T09:37:29.251205+0000 mon.smithi018 (mon.0) 936 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:37:29.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:29 smithi018 bash[14175]: cluster 2024-02-10T09:37:29.251268+0000 mon.smithi018 (mon.0) 937 : cluster [INF] Cluster is now healthy 2024-02-10T09:37:29.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:29 smithi164 bash[18308]: cluster 2024-02-10T09:37:28.305524+0000 mgr.smithi018.dxgutx (mgr.14180) 1005 : 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-10T09:37:29.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:29 smithi164 bash[18308]: audit 2024-02-10T09:37:28.553840+0000 mon.smithi018 (mon.0) 931 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:37:29.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:29 smithi164 bash[18308]: audit 2024-02-10T09:37:28.555658+0000 mon.smithi018 (mon.0) 932 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:37:29.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:29 smithi164 bash[18308]: audit 2024-02-10T09:37:28.563817+0000 mon.smithi018 (mon.0) 933 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:37:29.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:29 smithi164 bash[18308]: audit 2024-02-10T09:37:28.571300+0000 mon.smithi018 (mon.0) 934 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:37:29.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:29 smithi164 bash[18308]: audit 2024-02-10T09:37:28.587180+0000 mon.smithi018 (mon.0) 935 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:37:29.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:29 smithi164 bash[18308]: cluster 2024-02-10T09:37:29.251205+0000 mon.smithi018 (mon.0) 936 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:37:29.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:29 smithi164 bash[18308]: cluster 2024-02-10T09:37:29.251268+0000 mon.smithi018 (mon.0) 937 : cluster [INF] Cluster is now healthy 2024-02-10T09:37:30.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:30 smithi018 bash[14175]: cluster 2024-02-10T09:37:28.564693+0000 mgr.smithi018.dxgutx (mgr.14180) 1006 : cluster [DBG] pgmap v683: 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-10T09:37:30.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:30 smithi018 bash[14175]: cephadm 2024-02-10T09:37:28.592664+0000 mgr.smithi018.dxgutx (mgr.14180) 1007 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.bxrwrx on smithi164 2024-02-10T09:37:30.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:30 smithi164 bash[18308]: cluster 2024-02-10T09:37:28.564693+0000 mgr.smithi018.dxgutx (mgr.14180) 1006 : cluster [DBG] pgmap v683: 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-10T09:37:30.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:30 smithi164 bash[18308]: cephadm 2024-02-10T09:37:28.592664+0000 mgr.smithi018.dxgutx (mgr.14180) 1007 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.bxrwrx on smithi164 2024-02-10T09:37:32.107 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:37:32.108 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:35:13.811965Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zzjjhb on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:18.343069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.refuda on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-refuda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.refuda\nDeploy daemon haproxy.nfs.foo.smithi164.refuda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.261118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.sseizw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-sseizw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.sseizw\nDeploy daemon haproxy.nfs.foo.smithi018.sseizw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:36:22.264826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.rrcvhr on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:36:22.267329Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:37:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:32 smithi164 bash[18308]: cluster 2024-02-10T09:37:30.565459+0000 mgr.smithi018.dxgutx (mgr.14180) 1008 : cluster [DBG] pgmap v684: 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-10T09:37:32.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:32 smithi164 bash[18308]: audit 2024-02-10T09:37:32.346277+0000 mon.smithi018 (mon.0) 938 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.bxrwrx"}]: dispatch 2024-02-10T09:37:32.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:32 smithi018 bash[14175]: cluster 2024-02-10T09:37:30.565459+0000 mgr.smithi018.dxgutx (mgr.14180) 1008 : cluster [DBG] pgmap v684: 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-10T09:37:32.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:32 smithi018 bash[14175]: audit 2024-02-10T09:37:32.346277+0000 mon.smithi018 (mon.0) 938 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.bxrwrx"}]: dispatch 2024-02-10T09:37:32.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:37:33.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: audit 2024-02-10T09:37:32.096641+0000 mgr.smithi018.dxgutx (mgr.14180) 1009 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:37:33.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: cephadm 2024-02-10T09:37:32.345039+0000 mgr.smithi018.dxgutx (mgr.14180) 1010 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx 2024-02-10T09:37:33.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:37:33.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx 2024-02-10T09:37:33.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx 2024-02-10T09:37:33.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:37:33.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx 2024-02-10T09:37:33.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.bxrwrx ... 2024-02-10T09:37:33.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:37:33.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:37:33.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:37:33.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:37:33.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:37:33.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:37:33.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:37:33.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:37:33.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:37:33.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:37:33.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx 2024-02-10T09:37:33.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:37:33.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx 2024-02-10T09:37:33.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx 2024-02-10T09:37:33.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:37:33.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx 2024-02-10T09:37:33.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.bxrwrx ... 2024-02-10T09:37:33.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:37:33.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:37:33.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:37:33.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:37:33.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:37:33.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: cephadm 2024-02-10T09:37:32.345636+0000 mgr.smithi018.dxgutx (mgr.14180) 1011 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.bxrwrx 2024-02-10T09:37:33.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: cephadm 2024-02-10T09:37:32.347730+0000 mgr.smithi018.dxgutx (mgr.14180) 1012 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.bxrwrx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx 2024-02-10T09:37:33.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:37:33.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx 2024-02-10T09:37:33.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx 2024-02-10T09:37:33.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:37:33.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx 2024-02-10T09:37:33.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.bxrwrx ... 2024-02-10T09:37:33.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:37:33.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:37:33.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:37:33.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:37:33.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:37:33.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:33 smithi018 bash[14175]: cephadm 2024-02-10T09:37:32.351707+0000 mgr.smithi018.dxgutx (mgr.14180) 1013 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.zqmwom on smithi018 2024-02-10T09:37:33.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: audit 2024-02-10T09:37:32.096641+0000 mgr.smithi018.dxgutx (mgr.14180) 1009 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:37:33.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: cephadm 2024-02-10T09:37:32.345039+0000 mgr.smithi018.dxgutx (mgr.14180) 1010 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx 2024-02-10T09:37:33.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:37:33.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx 2024-02-10T09:37:33.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx 2024-02-10T09:37:33.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:37:33.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx 2024-02-10T09:37:33.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.bxrwrx ... 2024-02-10T09:37:33.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:37:33.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:37:33.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:37:33.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:37:33.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:37:33.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:37:33.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:37:33.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:37:33.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:37:33.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:37:33.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx 2024-02-10T09:37:33.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:37:33.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx 2024-02-10T09:37:33.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx 2024-02-10T09:37:33.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:37:33.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx 2024-02-10T09:37:33.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.bxrwrx ... 2024-02-10T09:37:33.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:37:33.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:37:33.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:37:33.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:37:33.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:37:33.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: cephadm 2024-02-10T09:37:32.345636+0000 mgr.smithi018.dxgutx (mgr.14180) 1011 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.bxrwrx 2024-02-10T09:37:33.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: cephadm 2024-02-10T09:37:32.347730+0000 mgr.smithi018.dxgutx (mgr.14180) 1012 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.bxrwrx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx 2024-02-10T09:37:33.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:37:33.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx 2024-02-10T09:37:33.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx 2024-02-10T09:37:33.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:37:33.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx 2024-02-10T09:37:33.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.bxrwrx ... 2024-02-10T09:37:33.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:37:33.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:37:33.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:37:33.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:37:33.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:37:33.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:33 smithi164 bash[18308]: cephadm 2024-02-10T09:37:32.351707+0000 mgr.smithi018.dxgutx (mgr.14180) 1013 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.zqmwom on smithi018 2024-02-10T09:37:33.967 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:37:34.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:34 smithi018 bash[14175]: cluster 2024-02-10T09:37:32.565988+0000 mgr.smithi018.dxgutx (mgr.14180) 1014 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 399 B/s rd, 0 op/s 2024-02-10T09:37:34.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:34 smithi164 bash[18308]: cluster 2024-02-10T09:37:32.565988+0000 mgr.smithi018.dxgutx (mgr.14180) 1014 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 399 B/s rd, 0 op/s 2024-02-10T09:37:36.754 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:36 smithi018 bash[14175]: cluster 2024-02-10T09:37:34.566670+0000 mgr.smithi018.dxgutx (mgr.14180) 1015 : cluster [DBG] pgmap v686: 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-10T09:37:36.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:36 smithi164 bash[18308]: cluster 2024-02-10T09:37:34.566670+0000 mgr.smithi018.dxgutx (mgr.14180) 1015 : cluster [DBG] pgmap v686: 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-10T09:37:37.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:37 smithi164 bash[18308]: audit 2024-02-10T09:37:36.775820+0000 mon.smithi018 (mon.0) 939 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.zqmwom"}]: dispatch 2024-02-10T09:37:37.909 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:37:37.909 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:36:22.267329Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:37:32.347513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bxrwrx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\nDeploy daemon haproxy.nfs.foo.smithi164.bxrwrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.776447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zqmwom on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\nDeploy daemon haproxy.nfs.foo.smithi018.zqmwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.778237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.diggbh on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:37:36.779914Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:37:37.966 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:37 smithi018 bash[14175]: audit 2024-02-10T09:37:36.775820+0000 mon.smithi018 (mon.0) 939 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.zqmwom"}]: dispatch 2024-02-10T09:37:38.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:37:38.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: cluster 2024-02-10T09:37:36.567322+0000 mgr.smithi018.dxgutx (mgr.14180) 1016 : cluster [DBG] pgmap v687: 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-10T09:37:38.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: cephadm 2024-02-10T09:37:36.775036+0000 mgr.smithi018.dxgutx (mgr.14180) 1017 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom 2024-02-10T09:37:38.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:37:38.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom 2024-02-10T09:37:38.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom 2024-02-10T09:37:38.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:37:38.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom 2024-02-10T09:37:38.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.zqmwom ... 2024-02-10T09:37:38.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:37:38.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:37:38.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:37:38.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:37:38.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:37:38.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:37:38.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:37:38.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:37:38.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:37:38.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:37:38.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom 2024-02-10T09:37:38.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:37:38.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom 2024-02-10T09:37:38.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom 2024-02-10T09:37:38.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:37:38.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom 2024-02-10T09:37:38.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.zqmwom ... 2024-02-10T09:37:38.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:37:38.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:37:38.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:37:38.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:37:38.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:37:38.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: cephadm 2024-02-10T09:37:36.775280+0000 mgr.smithi018.dxgutx (mgr.14180) 1018 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.zqmwom 2024-02-10T09:37:38.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: cephadm 2024-02-10T09:37:36.776561+0000 mgr.smithi018.dxgutx (mgr.14180) 1019 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.zqmwom on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom 2024-02-10T09:37:38.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:37:38.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom 2024-02-10T09:37:38.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom 2024-02-10T09:37:38.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:37:38.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom 2024-02-10T09:37:38.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.zqmwom ... 2024-02-10T09:37:38.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:37:38.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:37:38.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:37:38.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:37:38.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:37:38.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: cephadm 2024-02-10T09:37:36.778361+0000 mgr.smithi018.dxgutx (mgr.14180) 1020 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.diggbh on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:37:38.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: cephadm 2024-02-10T09:37:36.780013+0000 mgr.smithi018.dxgutx (mgr.14180) 1021 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:37:38.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: cluster 2024-02-10T09:37:36.780820+0000 mgr.smithi018.dxgutx (mgr.14180) 1022 : cluster [DBG] pgmap v688: 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-10T09:37:38.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:38 smithi164 bash[18308]: cluster 2024-02-10T09:37:37.464910+0000 mon.smithi018 (mon.0) 940 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:37:38.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: cluster 2024-02-10T09:37:36.567322+0000 mgr.smithi018.dxgutx (mgr.14180) 1016 : cluster [DBG] pgmap v687: 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-10T09:37:38.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: cephadm 2024-02-10T09:37:36.775036+0000 mgr.smithi018.dxgutx (mgr.14180) 1017 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom 2024-02-10T09:37:38.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:37:38.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom 2024-02-10T09:37:38.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom 2024-02-10T09:37:38.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:37:38.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom 2024-02-10T09:37:38.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.zqmwom ... 2024-02-10T09:37:38.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:37:38.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:37:38.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:37:38.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:37:38.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:37:38.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:37:38.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:37:38.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:37:38.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:37:38.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:37:38.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom 2024-02-10T09:37:38.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:37:38.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom 2024-02-10T09:37:38.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom 2024-02-10T09:37:38.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:37:38.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom 2024-02-10T09:37:38.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.zqmwom ... 2024-02-10T09:37:38.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:37:38.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:37:38.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:37:38.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:37:38.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:37:38.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: cephadm 2024-02-10T09:37:36.775280+0000 mgr.smithi018.dxgutx (mgr.14180) 1018 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.zqmwom 2024-02-10T09:37:38.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: cephadm 2024-02-10T09:37:36.776561+0000 mgr.smithi018.dxgutx (mgr.14180) 1019 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.zqmwom on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom 2024-02-10T09:37:38.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:37:38.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom 2024-02-10T09:37:38.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom 2024-02-10T09:37:38.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:37:38.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom 2024-02-10T09:37:38.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.zqmwom ... 2024-02-10T09:37:38.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:37:38.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:37:38.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:37:38.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:37:38.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:37:38.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: cephadm 2024-02-10T09:37:36.778361+0000 mgr.smithi018.dxgutx (mgr.14180) 1020 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.diggbh on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:37:38.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: cephadm 2024-02-10T09:37:36.780013+0000 mgr.smithi018.dxgutx (mgr.14180) 1021 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:37:38.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: cluster 2024-02-10T09:37:36.780820+0000 mgr.smithi018.dxgutx (mgr.14180) 1022 : cluster [DBG] pgmap v688: 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-10T09:37:38.982 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:38 smithi018 bash[14175]: cluster 2024-02-10T09:37:37.464910+0000 mon.smithi018 (mon.0) 940 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:37:39.698 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:37:39.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:39 smithi164 bash[18308]: audit 2024-02-10T09:37:37.893148+0000 mgr.smithi018.dxgutx (mgr.14180) 1023 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:37:39.900 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:39 smithi018 bash[14175]: audit 2024-02-10T09:37:37.893148+0000 mgr.smithi018.dxgutx (mgr.14180) 1023 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:37:40.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:40 smithi018 bash[14175]: cluster 2024-02-10T09:37:38.782014+0000 mgr.smithi018.dxgutx (mgr.14180) 1024 : cluster [DBG] pgmap v689: 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-10T09:37:40.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:40 smithi018 bash[14175]: audit 2024-02-10T09:37:40.015200+0000 mon.smithi018 (mon.0) 941 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:37:40.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:40 smithi164 bash[18308]: cluster 2024-02-10T09:37:38.782014+0000 mgr.smithi018.dxgutx (mgr.14180) 1024 : cluster [DBG] pgmap v689: 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-10T09:37:40.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:40 smithi164 bash[18308]: audit 2024-02-10T09:37:40.015200+0000 mon.smithi018 (mon.0) 941 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:37:42.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:42 smithi164 bash[18308]: cluster 2024-02-10T09:37:40.783167+0000 mgr.smithi018.dxgutx (mgr.14180) 1025 : cluster [DBG] pgmap v690: 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-10T09:37:42.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:42 smithi018 bash[14175]: cluster 2024-02-10T09:37:40.783167+0000 mgr.smithi018.dxgutx (mgr.14180) 1025 : cluster [DBG] pgmap v690: 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-10T09:37:43.017 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:37:43.017 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:36:22.267329Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:37:32.347513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bxrwrx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\nDeploy daemon haproxy.nfs.foo.smithi164.bxrwrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.776447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zqmwom on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\nDeploy daemon haproxy.nfs.foo.smithi018.zqmwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.778237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.diggbh on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:37:36.779914Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:37:43.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:37:44.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:43 smithi164 bash[18308]: cluster 2024-02-10T09:37:42.784123+0000 mgr.smithi018.dxgutx (mgr.14180) 1026 : cluster [DBG] pgmap v691: 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-10T09:37:44.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:43 smithi164 bash[18308]: audit 2024-02-10T09:37:43.000032+0000 mgr.smithi018.dxgutx (mgr.14180) 1027 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:37:44.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:43 smithi018 bash[14175]: cluster 2024-02-10T09:37:42.784123+0000 mgr.smithi018.dxgutx (mgr.14180) 1026 : cluster [DBG] pgmap v691: 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-10T09:37:44.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:43 smithi018 bash[14175]: audit 2024-02-10T09:37:43.000032+0000 mgr.smithi018.dxgutx (mgr.14180) 1027 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:37:44.803 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:37:46.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:45 smithi018 bash[14175]: cluster 2024-02-10T09:37:44.785541+0000 mgr.smithi018.dxgutx (mgr.14180) 1028 : cluster [DBG] pgmap v692: 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-10T09:37:46.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:45 smithi164 bash[18308]: cluster 2024-02-10T09:37:44.785541+0000 mgr.smithi018.dxgutx (mgr.14180) 1028 : cluster [DBG] pgmap v692: 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-10T09:37:48.164 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:37:48.164 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:36:22.267329Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:37:32.347513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bxrwrx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\nDeploy daemon haproxy.nfs.foo.smithi164.bxrwrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.776447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zqmwom on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\nDeploy daemon haproxy.nfs.foo.smithi018.zqmwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.778237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.diggbh on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:37:36.779914Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:37:48.198 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:47 smithi018 bash[14175]: cluster 2024-02-10T09:37:46.786660+0000 mgr.smithi018.dxgutx (mgr.14180) 1029 : cluster [DBG] pgmap v693: 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-10T09:37:48.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:47 smithi164 bash[18308]: cluster 2024-02-10T09:37:46.786660+0000 mgr.smithi018.dxgutx (mgr.14180) 1029 : cluster [DBG] pgmap v693: 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-10T09:37:48.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:37:49.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:48 smithi018 bash[14175]: audit 2024-02-10T09:37:48.146860+0000 mgr.smithi018.dxgutx (mgr.14180) 1030 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:37:49.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:48 smithi164 bash[18308]: audit 2024-02-10T09:37:48.146860+0000 mgr.smithi018.dxgutx (mgr.14180) 1030 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:37:49.924 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:37:50.128 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:49 smithi018 bash[14175]: cluster 2024-02-10T09:37:48.788023+0000 mgr.smithi018.dxgutx (mgr.14180) 1031 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:37:50.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:49 smithi164 bash[18308]: cluster 2024-02-10T09:37:48.788023+0000 mgr.smithi018.dxgutx (mgr.14180) 1031 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:37:52.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:51 smithi018 bash[14175]: cluster 2024-02-10T09:37:50.789141+0000 mgr.smithi018.dxgutx (mgr.14180) 1032 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:37:52.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:51 smithi164 bash[18308]: cluster 2024-02-10T09:37:50.789141+0000 mgr.smithi018.dxgutx (mgr.14180) 1032 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:37:53.463 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:37:53.464 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:36:22.267329Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:37:32.347513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bxrwrx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\nDeploy daemon haproxy.nfs.foo.smithi164.bxrwrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.776447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zqmwom on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\nDeploy daemon haproxy.nfs.foo.smithi018.zqmwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.778237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.diggbh on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:37:36.779914Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:37:53.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:53 smithi018 bash[14175]: cluster 2024-02-10T09:37:52.790446+0000 mgr.smithi018.dxgutx (mgr.14180) 1033 : cluster [DBG] pgmap v696: 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-10T09:37:53.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:53 smithi018 bash[14175]: audit 2024-02-10T09:37:53.448797+0000 mgr.smithi018.dxgutx (mgr.14180) 1034 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:37:54.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:53 smithi164 bash[18308]: cluster 2024-02-10T09:37:52.790446+0000 mgr.smithi018.dxgutx (mgr.14180) 1033 : cluster [DBG] pgmap v696: 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-10T09:37:54.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:53 smithi164 bash[18308]: audit 2024-02-10T09:37:53.448797+0000 mgr.smithi018.dxgutx (mgr.14180) 1034 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:37:54.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:37:55.245 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:37:56.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:55 smithi018 bash[14175]: cluster 2024-02-10T09:37:54.791802+0000 mgr.smithi018.dxgutx (mgr.14180) 1035 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:37:56.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:55 smithi164 bash[18308]: cluster 2024-02-10T09:37:54.791802+0000 mgr.smithi018.dxgutx (mgr.14180) 1035 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:37:58.137 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:57 smithi018 bash[14175]: cluster 2024-02-10T09:37:56.792699+0000 mgr.smithi018.dxgutx (mgr.14180) 1036 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:37:58.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:57 smithi164 bash[18308]: cluster 2024-02-10T09:37:56.792699+0000 mgr.smithi018.dxgutx (mgr.14180) 1036 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:37:58.532 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:37:58.532 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:36:22.267329Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:37:32.347513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bxrwrx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\nDeploy daemon haproxy.nfs.foo.smithi164.bxrwrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.776447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zqmwom on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\nDeploy daemon haproxy.nfs.foo.smithi018.zqmwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.778237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.diggbh on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:37:36.779914Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:37:59.364 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:38:00.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:59 smithi018 bash[14175]: audit 2024-02-10T09:37:58.517385+0000 mgr.smithi018.dxgutx (mgr.14180) 1037 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:38:00.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:37:59 smithi018 bash[14175]: cluster 2024-02-10T09:37:58.794077+0000 mgr.smithi018.dxgutx (mgr.14180) 1038 : 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-10T09:38:00.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:59 smithi164 bash[18308]: audit 2024-02-10T09:37:58.517385+0000 mgr.smithi018.dxgutx (mgr.14180) 1037 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:38:00.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:37:59 smithi164 bash[18308]: cluster 2024-02-10T09:37:58.794077+0000 mgr.smithi018.dxgutx (mgr.14180) 1038 : 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-10T09:38:00.365 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:38:02.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:01 smithi018 bash[14175]: cluster 2024-02-10T09:38:00.794995+0000 mgr.smithi018.dxgutx (mgr.14180) 1039 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:38:02.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:01 smithi164 bash[18308]: cluster 2024-02-10T09:38:00.794995+0000 mgr.smithi018.dxgutx (mgr.14180) 1039 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:38:03.564 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:38:03.564 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:36:22.267329Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:37:32.347513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bxrwrx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\nDeploy daemon haproxy.nfs.foo.smithi164.bxrwrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.776447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zqmwom on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\nDeploy daemon haproxy.nfs.foo.smithi018.zqmwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.778237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.diggbh on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:37:36.779914Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:38:03.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:03 smithi018 bash[14175]: cluster 2024-02-10T09:38:02.796093+0000 mgr.smithi018.dxgutx (mgr.14180) 1040 : cluster [DBG] pgmap v701: 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-10T09:38:04.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:03 smithi164 bash[18308]: cluster 2024-02-10T09:38:02.796093+0000 mgr.smithi018.dxgutx (mgr.14180) 1040 : cluster [DBG] pgmap v701: 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-10T09:38:04.338 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:38:05.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:04 smithi164 bash[18308]: audit 2024-02-10T09:38:03.553333+0000 mgr.smithi018.dxgutx (mgr.14180) 1041 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:38:05.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:04 smithi018 bash[14175]: audit 2024-02-10T09:38:03.553333+0000 mgr.smithi018.dxgutx (mgr.14180) 1041 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:38:05.339 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:38:05.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:05 smithi018 bash[14175]: cluster 2024-02-10T09:38:04.797438+0000 mgr.smithi018.dxgutx (mgr.14180) 1042 : 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-10T09:38:06.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:05 smithi164 bash[18308]: cluster 2024-02-10T09:38:04.797438+0000 mgr.smithi018.dxgutx (mgr.14180) 1042 : 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-10T09:38:08.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:07 smithi018 bash[14175]: cluster 2024-02-10T09:38:06.798504+0000 mgr.smithi018.dxgutx (mgr.14180) 1043 : 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-10T09:38:08.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:07 smithi164 bash[18308]: cluster 2024-02-10T09:38:06.798504+0000 mgr.smithi018.dxgutx (mgr.14180) 1043 : 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-10T09:38:08.769 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:38:08.769 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:36:22.267329Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:37:32.347513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bxrwrx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\nDeploy daemon haproxy.nfs.foo.smithi164.bxrwrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.776447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zqmwom on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\nDeploy daemon haproxy.nfs.foo.smithi018.zqmwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.778237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.diggbh on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:37:36.779914Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:38:09.608 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:38:10.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:09 smithi018 bash[14175]: audit 2024-02-10T09:38:08.752650+0000 mgr.smithi018.dxgutx (mgr.14180) 1044 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:38:10.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:09 smithi018 bash[14175]: cluster 2024-02-10T09:38:08.799892+0000 mgr.smithi018.dxgutx (mgr.14180) 1045 : 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-10T09:38:10.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:09 smithi164 bash[18308]: audit 2024-02-10T09:38:08.752650+0000 mgr.smithi018.dxgutx (mgr.14180) 1044 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:38:10.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:09 smithi164 bash[18308]: cluster 2024-02-10T09:38:08.799892+0000 mgr.smithi018.dxgutx (mgr.14180) 1045 : 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-10T09:38:10.608 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:38:11.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:11 smithi018 bash[14175]: cluster 2024-02-10T09:38:10.800905+0000 mgr.smithi018.dxgutx (mgr.14180) 1046 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:38:12.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:11 smithi164 bash[18308]: cluster 2024-02-10T09:38:10.800905+0000 mgr.smithi018.dxgutx (mgr.14180) 1046 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:38:13.791 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:38:13.791 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:36:22.267329Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:37:32.347513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bxrwrx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\nDeploy daemon haproxy.nfs.foo.smithi164.bxrwrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.776447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zqmwom on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\nDeploy daemon haproxy.nfs.foo.smithi018.zqmwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.778237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.diggbh on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:37:36.779914Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:38:14.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:13 smithi164 bash[18308]: cluster 2024-02-10T09:38:12.802047+0000 mgr.smithi018.dxgutx (mgr.14180) 1047 : cluster [DBG] pgmap v706: 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-10T09:38:14.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:13 smithi018 bash[14175]: cluster 2024-02-10T09:38:12.802047+0000 mgr.smithi018.dxgutx (mgr.14180) 1047 : cluster [DBG] pgmap v706: 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-10T09:38:14.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:38:15.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:14 smithi164 bash[18308]: audit 2024-02-10T09:38:13.777011+0000 mgr.smithi018.dxgutx (mgr.14180) 1048 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:38:15.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:14 smithi018 bash[14175]: audit 2024-02-10T09:38:13.777011+0000 mgr.smithi018.dxgutx (mgr.14180) 1048 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:38:15.523 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:38:15.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:15 smithi018 bash[14175]: cluster 2024-02-10T09:38:14.803382+0000 mgr.smithi018.dxgutx (mgr.14180) 1049 : 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-10T09:38:16.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:15 smithi164 bash[18308]: cluster 2024-02-10T09:38:14.803382+0000 mgr.smithi018.dxgutx (mgr.14180) 1049 : 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-10T09:38:17.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:17 smithi018 bash[14175]: cluster 2024-02-10T09:38:16.804372+0000 mgr.smithi018.dxgutx (mgr.14180) 1050 : 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-10T09:38:18.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:17 smithi164 bash[18308]: cluster 2024-02-10T09:38:16.804372+0000 mgr.smithi018.dxgutx (mgr.14180) 1050 : 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-10T09:38:18.899 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:38:18.899 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:36:22.267329Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:37:32.347513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bxrwrx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\nDeploy daemon haproxy.nfs.foo.smithi164.bxrwrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.776447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zqmwom on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\nDeploy daemon haproxy.nfs.foo.smithi018.zqmwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.778237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.diggbh on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:37:36.779914Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:38:19.715 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:38:19.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:19 smithi018 bash[14175]: cluster 2024-02-10T09:38:18.805387+0000 mgr.smithi018.dxgutx (mgr.14180) 1051 : 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-10T09:38:19.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:19 smithi018 bash[14175]: audit 2024-02-10T09:38:18.884474+0000 mgr.smithi018.dxgutx (mgr.14180) 1052 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:38:20.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:19 smithi164 bash[18308]: cluster 2024-02-10T09:38:18.805387+0000 mgr.smithi018.dxgutx (mgr.14180) 1051 : 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-10T09:38:20.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:19 smithi164 bash[18308]: audit 2024-02-10T09:38:18.884474+0000 mgr.smithi018.dxgutx (mgr.14180) 1052 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:38:20.717 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:38:22.162 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:21 smithi018 bash[14175]: cluster 2024-02-10T09:38:20.806139+0000 mgr.smithi018.dxgutx (mgr.14180) 1053 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:38:22.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:21 smithi164 bash[18308]: cluster 2024-02-10T09:38:20.806139+0000 mgr.smithi018.dxgutx (mgr.14180) 1053 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:38:23.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:23 smithi018 bash[14175]: cluster 2024-02-10T09:38:22.806982+0000 mgr.smithi018.dxgutx (mgr.14180) 1054 : cluster [DBG] pgmap v711: 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-10T09:38:23.992 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:38:23.993 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:36:22.267329Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:37:32.347513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bxrwrx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\nDeploy daemon haproxy.nfs.foo.smithi164.bxrwrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.776447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zqmwom on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\nDeploy daemon haproxy.nfs.foo.smithi018.zqmwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.778237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.diggbh on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:37:36.779914Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:38:24.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:23 smithi164 bash[18308]: cluster 2024-02-10T09:38:22.806982+0000 mgr.smithi018.dxgutx (mgr.14180) 1054 : cluster [DBG] pgmap v711: 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-10T09:38:24.740 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:38:25.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:24 smithi164 bash[18308]: audit 2024-02-10T09:38:23.978327+0000 mgr.smithi018.dxgutx (mgr.14180) 1055 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:38:25.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:24 smithi018 bash[14175]: audit 2024-02-10T09:38:23.978327+0000 mgr.smithi018.dxgutx (mgr.14180) 1055 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:38:25.740 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:38:26.007 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:25 smithi018 bash[14175]: cluster 2024-02-10T09:38:24.808273+0000 mgr.smithi018.dxgutx (mgr.14180) 1056 : 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-10T09:38:26.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:25 smithi164 bash[18308]: cluster 2024-02-10T09:38:24.808273+0000 mgr.smithi018.dxgutx (mgr.14180) 1056 : 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-10T09:38:28.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:27 smithi018 bash[14175]: cluster 2024-02-10T09:38:26.809131+0000 mgr.smithi018.dxgutx (mgr.14180) 1057 : 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-10T09:38:28.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:27 smithi164 bash[18308]: cluster 2024-02-10T09:38:26.809131+0000 mgr.smithi018.dxgutx (mgr.14180) 1057 : 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-10T09:38:29.067 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:38:29.067 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:36:22.267329Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:37:32.347513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bxrwrx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\nDeploy daemon haproxy.nfs.foo.smithi164.bxrwrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.776447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zqmwom on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\nDeploy daemon haproxy.nfs.foo.smithi018.zqmwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.778237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.diggbh on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:37:36.779914Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:38:29.832 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:38:30.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:29 smithi018 bash[14175]: cluster 2024-02-10T09:38:28.810661+0000 mgr.smithi018.dxgutx (mgr.14180) 1058 : 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-10T09:38:30.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:29 smithi018 bash[14175]: audit 2024-02-10T09:38:29.056851+0000 mgr.smithi018.dxgutx (mgr.14180) 1059 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:38:30.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:29 smithi164 bash[18308]: cluster 2024-02-10T09:38:28.810661+0000 mgr.smithi018.dxgutx (mgr.14180) 1058 : 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-10T09:38:30.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:29 smithi164 bash[18308]: audit 2024-02-10T09:38:29.056851+0000 mgr.smithi018.dxgutx (mgr.14180) 1059 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:38:30.833 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:38:32.149 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:31 smithi018 bash[14175]: cluster 2024-02-10T09:38:30.811811+0000 mgr.smithi018.dxgutx (mgr.14180) 1060 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:38:32.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:31 smithi164 bash[18308]: cluster 2024-02-10T09:38:30.811811+0000 mgr.smithi018.dxgutx (mgr.14180) 1060 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:38:33.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:33 smithi018 bash[14175]: cluster 2024-02-10T09:38:32.812483+0000 mgr.smithi018.dxgutx (mgr.14180) 1061 : cluster [DBG] pgmap v716: 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-10T09:38:34.036 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:38:34.036 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:36:22.267329Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:37:32.347513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bxrwrx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\nDeploy daemon haproxy.nfs.foo.smithi164.bxrwrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.776447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zqmwom on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\nDeploy daemon haproxy.nfs.foo.smithi018.zqmwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.778237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.diggbh on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:37:36.779914Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:38:34.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:33 smithi164 bash[18308]: cluster 2024-02-10T09:38:32.812483+0000 mgr.smithi018.dxgutx (mgr.14180) 1061 : cluster [DBG] pgmap v716: 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-10T09:38:34.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:38:35.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:34 smithi164 bash[18308]: audit 2024-02-10T09:38:34.025383+0000 mgr.smithi018.dxgutx (mgr.14180) 1062 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:38:35.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:34 smithi018 bash[14175]: audit 2024-02-10T09:38:34.025383+0000 mgr.smithi018.dxgutx (mgr.14180) 1062 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:38:35.866 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:38:36.074 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:35 smithi018 bash[14175]: cluster 2024-02-10T09:38:34.813724+0000 mgr.smithi018.dxgutx (mgr.14180) 1063 : 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-10T09:38:36.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:35 smithi164 bash[18308]: cluster 2024-02-10T09:38:34.813724+0000 mgr.smithi018.dxgutx (mgr.14180) 1063 : 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-10T09:38:37.100 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:36 smithi018 bash[14175]: audit 2024-02-10T09:38:36.784774+0000 mon.smithi018 (mon.0) 942 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:38:37.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:36 smithi164 bash[18308]: audit 2024-02-10T09:38:36.784774+0000 mon.smithi018 (mon.0) 942 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:38:38.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:38 smithi164 bash[18308]: cluster 2024-02-10T09:38:36.814755+0000 mgr.smithi018.dxgutx (mgr.14180) 1064 : 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-10T09:38:38.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:38 smithi164 bash[18308]: audit 2024-02-10T09:38:37.058621+0000 mon.smithi018 (mon.0) 943 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:38:38.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:38 smithi164 bash[18308]: audit 2024-02-10T09:38:37.325211+0000 mon.smithi018 (mon.0) 944 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:38:38.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:38 smithi164 bash[18308]: audit 2024-02-10T09:38:37.326533+0000 mon.smithi018 (mon.0) 945 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:38:38.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:38 smithi164 bash[18308]: audit 2024-02-10T09:38:37.333288+0000 mon.smithi018 (mon.0) 946 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:38:38.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:38 smithi164 bash[18308]: cluster 2024-02-10T09:38:37.334166+0000 mgr.smithi018.dxgutx (mgr.14180) 1065 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:38:38.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:38 smithi164 bash[18308]: audit 2024-02-10T09:38:37.339332+0000 mon.smithi018 (mon.0) 947 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:38:38.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:38 smithi164 bash[18308]: audit 2024-02-10T09:38:37.351238+0000 mon.smithi018 (mon.0) 948 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:38:38.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:38 smithi164 bash[18308]: cephadm 2024-02-10T09:38:37.354365+0000 mgr.smithi018.dxgutx (mgr.14180) 1066 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.umaxrk on smithi164 2024-02-10T09:38:38.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:38 smithi018 bash[14175]: cluster 2024-02-10T09:38:36.814755+0000 mgr.smithi018.dxgutx (mgr.14180) 1064 : 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-10T09:38:38.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:38 smithi018 bash[14175]: audit 2024-02-10T09:38:37.058621+0000 mon.smithi018 (mon.0) 943 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:38:38.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:38 smithi018 bash[14175]: audit 2024-02-10T09:38:37.325211+0000 mon.smithi018 (mon.0) 944 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:38:38.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:38 smithi018 bash[14175]: audit 2024-02-10T09:38:37.326533+0000 mon.smithi018 (mon.0) 945 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:38:38.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:38 smithi018 bash[14175]: audit 2024-02-10T09:38:37.333288+0000 mon.smithi018 (mon.0) 946 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:38:38.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:38 smithi018 bash[14175]: cluster 2024-02-10T09:38:37.334166+0000 mgr.smithi018.dxgutx (mgr.14180) 1065 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:38:38.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:38 smithi018 bash[14175]: audit 2024-02-10T09:38:37.339332+0000 mon.smithi018 (mon.0) 947 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:38:38.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:38 smithi018 bash[14175]: audit 2024-02-10T09:38:37.351238+0000 mon.smithi018 (mon.0) 948 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:38:38.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:38 smithi018 bash[14175]: cephadm 2024-02-10T09:38:37.354365+0000 mgr.smithi018.dxgutx (mgr.14180) 1066 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.umaxrk on smithi164 2024-02-10T09:38:39.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:39 smithi018 bash[14175]: cluster 2024-02-10T09:38:38.330566+0000 mon.smithi018 (mon.0) 949 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:38:39.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:39 smithi018 bash[14175]: cluster 2024-02-10T09:38:38.330636+0000 mon.smithi018 (mon.0) 950 : cluster [INF] Cluster is now healthy 2024-02-10T09:38:39.297 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:38:39.298 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:36:22.267329Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sjhnio on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:37:32.347513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bxrwrx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\nDeploy daemon haproxy.nfs.foo.smithi164.bxrwrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.776447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zqmwom on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\nDeploy daemon haproxy.nfs.foo.smithi018.zqmwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.778237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.diggbh on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:37:36.779914Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:38:39.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:39 smithi164 bash[18308]: cluster 2024-02-10T09:38:38.330566+0000 mon.smithi018 (mon.0) 949 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:38:39.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:39 smithi164 bash[18308]: cluster 2024-02-10T09:38:38.330636+0000 mon.smithi018 (mon.0) 950 : cluster [INF] Cluster is now healthy 2024-02-10T09:38:40.096 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:38:40.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:40 smithi018 bash[14175]: audit 2024-02-10T09:38:39.281662+0000 mgr.smithi018.dxgutx (mgr.14180) 1067 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:38:40.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:40 smithi018 bash[14175]: cluster 2024-02-10T09:38:39.334766+0000 mgr.smithi018.dxgutx (mgr.14180) 1068 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:38:40.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:40 smithi164 bash[18308]: audit 2024-02-10T09:38:39.281662+0000 mgr.smithi018.dxgutx (mgr.14180) 1067 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:38:40.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:40 smithi164 bash[18308]: cluster 2024-02-10T09:38:39.334766+0000 mgr.smithi018.dxgutx (mgr.14180) 1068 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:38:41.097 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:38:41.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:41 smithi018 bash[14175]: audit 2024-02-10T09:38:41.218702+0000 mon.smithi018 (mon.0) 951 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.umaxrk"}]: dispatch 2024-02-10T09:38:41.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:41 smithi164 bash[18308]: audit 2024-02-10T09:38:41.218702+0000 mon.smithi018 (mon.0) 951 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.umaxrk"}]: dispatch 2024-02-10T09:38:42.651 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: cephadm 2024-02-10T09:38:41.217464+0000 mgr.smithi018.dxgutx (mgr.14180) 1069 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk 2024-02-10T09:38:42.651 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:38:42.651 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk 2024-02-10T09:38:42.651 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk 2024-02-10T09:38:42.651 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:38:42.652 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk 2024-02-10T09:38:42.652 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.umaxrk ... 2024-02-10T09:38:42.652 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:38:42.652 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:38:42.652 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:38:42.652 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:38:42.652 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:38:42.652 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:38:42.652 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:38:42.652 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:38:42.652 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:38:42.652 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:38:42.653 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk 2024-02-10T09:38:42.653 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:38:42.653 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk 2024-02-10T09:38:42.653 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk 2024-02-10T09:38:42.653 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:38:42.653 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk 2024-02-10T09:38:42.653 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.umaxrk ... 2024-02-10T09:38:42.653 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:38:42.653 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:38:42.653 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:38:42.653 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:38:42.653 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:38:42.654 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: cephadm 2024-02-10T09:38:41.218057+0000 mgr.smithi018.dxgutx (mgr.14180) 1070 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.umaxrk 2024-02-10T09:38:42.654 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: cephadm 2024-02-10T09:38:41.220017+0000 mgr.smithi018.dxgutx (mgr.14180) 1071 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.umaxrk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk 2024-02-10T09:38:42.654 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:38:42.654 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk 2024-02-10T09:38:42.654 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk 2024-02-10T09:38:42.654 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:38:42.654 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk 2024-02-10T09:38:42.654 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.umaxrk ... 2024-02-10T09:38:42.654 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:38:42.654 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:38:42.654 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:38:42.654 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:38:42.654 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:38:42.655 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: cephadm 2024-02-10T09:38:41.223727+0000 mgr.smithi018.dxgutx (mgr.14180) 1072 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.hlwyxo on smithi018 2024-02-10T09:38:42.655 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: cluster 2024-02-10T09:38:41.335462+0000 mgr.smithi018.dxgutx (mgr.14180) 1073 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:38:42.655 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:42 smithi018 bash[14175]: audit 2024-02-10T09:38:41.496343+0000 mon.smithi018 (mon.0) 952 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:38:42.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: cephadm 2024-02-10T09:38:41.217464+0000 mgr.smithi018.dxgutx (mgr.14180) 1069 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk 2024-02-10T09:38:42.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:38:42.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk 2024-02-10T09:38:42.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk 2024-02-10T09:38:42.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:38:42.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk 2024-02-10T09:38:42.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.umaxrk ... 2024-02-10T09:38:42.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:38:42.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:38:42.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:38:42.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:38:42.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:38:42.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:38:42.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:38:42.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:38:42.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:38:42.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:38:42.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk 2024-02-10T09:38:42.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:38:42.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk 2024-02-10T09:38:42.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk 2024-02-10T09:38:42.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:38:42.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk 2024-02-10T09:38:42.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.umaxrk ... 2024-02-10T09:38:42.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:38:42.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:38:42.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:38:42.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:38:42.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:38:42.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: cephadm 2024-02-10T09:38:41.218057+0000 mgr.smithi018.dxgutx (mgr.14180) 1070 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.umaxrk 2024-02-10T09:38:42.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: cephadm 2024-02-10T09:38:41.220017+0000 mgr.smithi018.dxgutx (mgr.14180) 1071 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.umaxrk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk 2024-02-10T09:38:42.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:38:42.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk 2024-02-10T09:38:42.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk 2024-02-10T09:38:42.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:38:42.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk 2024-02-10T09:38:42.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.umaxrk ... 2024-02-10T09:38:42.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:38:42.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:38:42.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:38:42.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:38:42.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:38:42.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: cephadm 2024-02-10T09:38:41.223727+0000 mgr.smithi018.dxgutx (mgr.14180) 1072 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.hlwyxo on smithi018 2024-02-10T09:38:42.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: cluster 2024-02-10T09:38:41.335462+0000 mgr.smithi018.dxgutx (mgr.14180) 1073 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:38:42.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:42 smithi164 bash[18308]: audit 2024-02-10T09:38:41.496343+0000 mon.smithi018 (mon.0) 952 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:38:44.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:43 smithi164 bash[18308]: cluster 2024-02-10T09:38:43.336057+0000 mgr.smithi018.dxgutx (mgr.14180) 1074 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:38:44.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:43 smithi018 bash[14175]: cluster 2024-02-10T09:38:43.336057+0000 mgr.smithi018.dxgutx (mgr.14180) 1074 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:38:44.361 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:38:44.362 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:37:32.347513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.bxrwrx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-bxrwrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.bxrwrx\nDeploy daemon haproxy.nfs.foo.smithi164.bxrwrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.776447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zqmwom on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zqmwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zqmwom\nDeploy daemon haproxy.nfs.foo.smithi018.zqmwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:37:36.778237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.diggbh on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:37:36.779914Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:38:41.219818Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.umaxrk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\nDeploy daemon haproxy.nfs.foo.smithi164.umaxrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -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.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:38:44.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:44 smithi018 bash[14175]: audit 2024-02-10T09:38:44.345855+0000 mgr.smithi018.dxgutx (mgr.14180) 1075 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:38:45.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:44 smithi164 bash[18308]: audit 2024-02-10T09:38:44.345855+0000 mgr.smithi018.dxgutx (mgr.14180) 1075 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:38:45.211 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:38:46.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: cephadm 2024-02-10T09:38:45.242057+0000 mgr.smithi018.dxgutx (mgr.14180) 1076 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo 2024-02-10T09:38:46.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:38:46.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo 2024-02-10T09:38:46.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo 2024-02-10T09:38:46.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:38:46.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo 2024-02-10T09:38:46.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.hlwyxo ... 2024-02-10T09:38:46.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:38:46.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:38:46.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:38:46.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:38:46.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:38:46.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:38:46.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:38:46.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:38:46.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:38:46.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:38:46.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo 2024-02-10T09:38:46.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:38:46.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo 2024-02-10T09:38:46.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo 2024-02-10T09:38:46.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:38:46.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo 2024-02-10T09:38:46.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.hlwyxo ... 2024-02-10T09:38:46.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:38:46.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:38:46.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:38:46.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:38:46.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:38:46.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: cephadm 2024-02-10T09:38:45.242719+0000 mgr.smithi018.dxgutx (mgr.14180) 1077 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.hlwyxo 2024-02-10T09:38:46.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: audit 2024-02-10T09:38:45.243459+0000 mon.smithi018 (mon.0) 953 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.hlwyxo"}]: dispatch 2024-02-10T09:38:46.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: cephadm 2024-02-10T09:38:45.245107+0000 mgr.smithi018.dxgutx (mgr.14180) 1078 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.hlwyxo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo 2024-02-10T09:38:46.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:38:46.079 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo 2024-02-10T09:38:46.079 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo 2024-02-10T09:38:46.079 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:38:46.079 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo 2024-02-10T09:38:46.079 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.hlwyxo ... 2024-02-10T09:38:46.079 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:38:46.079 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:38:46.079 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:38:46.079 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:38:46.079 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:38:46.079 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: cephadm 2024-02-10T09:38:45.250760+0000 mgr.smithi018.dxgutx (mgr.14180) 1079 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.dbpvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:38:46.079 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: cephadm 2024-02-10T09:38:45.252468+0000 mgr.smithi018.dxgutx (mgr.14180) 1080 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:38:46.079 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:45 smithi164 bash[18308]: cluster 2024-02-10T09:38:45.253694+0000 mgr.smithi018.dxgutx (mgr.14180) 1081 : cluster [DBG] pgmap v723: 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-10T09:38:46.211 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:38:46.224 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: cephadm 2024-02-10T09:38:45.242057+0000 mgr.smithi018.dxgutx (mgr.14180) 1076 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo 2024-02-10T09:38:46.225 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:38:46.225 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo 2024-02-10T09:38:46.225 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo 2024-02-10T09:38:46.225 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:38:46.225 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo 2024-02-10T09:38:46.225 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.hlwyxo ... 2024-02-10T09:38:46.225 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:38:46.225 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:38:46.225 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:38:46.225 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:38:46.225 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:38:46.225 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:38:46.225 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:38:46.225 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:38:46.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:38:46.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:38:46.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo 2024-02-10T09:38:46.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:38:46.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo 2024-02-10T09:38:46.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo 2024-02-10T09:38:46.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:38:46.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo 2024-02-10T09:38:46.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.hlwyxo ... 2024-02-10T09:38:46.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:38:46.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:38:46.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:38:46.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:38:46.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:38:46.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: cephadm 2024-02-10T09:38:45.242719+0000 mgr.smithi018.dxgutx (mgr.14180) 1077 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.hlwyxo 2024-02-10T09:38:46.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: audit 2024-02-10T09:38:45.243459+0000 mon.smithi018 (mon.0) 953 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.hlwyxo"}]: dispatch 2024-02-10T09:38:46.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: cephadm 2024-02-10T09:38:45.245107+0000 mgr.smithi018.dxgutx (mgr.14180) 1078 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.hlwyxo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo 2024-02-10T09:38:46.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:38:46.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo 2024-02-10T09:38:46.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo 2024-02-10T09:38:46.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:38:46.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo 2024-02-10T09:38:46.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.hlwyxo ... 2024-02-10T09:38:46.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:38:46.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:38:46.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:38:46.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:38:46.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:38:46.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: cephadm 2024-02-10T09:38:45.250760+0000 mgr.smithi018.dxgutx (mgr.14180) 1079 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.dbpvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:38:46.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: cephadm 2024-02-10T09:38:45.252468+0000 mgr.smithi018.dxgutx (mgr.14180) 1080 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:38:46.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:45 smithi018 bash[14175]: cluster 2024-02-10T09:38:45.253694+0000 mgr.smithi018.dxgutx (mgr.14180) 1081 : cluster [DBG] pgmap v723: 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-10T09:38:47.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:46 smithi164 bash[18308]: cluster 2024-02-10T09:38:45.780655+0000 mon.smithi018 (mon.0) 954 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:38:47.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:46 smithi018 bash[14175]: cluster 2024-02-10T09:38:45.780655+0000 mon.smithi018 (mon.0) 954 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:38:48.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:47 smithi164 bash[18308]: cluster 2024-02-10T09:38:47.254922+0000 mgr.smithi018.dxgutx (mgr.14180) 1082 : cluster [DBG] pgmap v724: 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-10T09:38:48.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:47 smithi018 bash[14175]: cluster 2024-02-10T09:38:47.254922+0000 mgr.smithi018.dxgutx (mgr.14180) 1082 : cluster [DBG] pgmap v724: 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-10T09:38:49.525 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:38:49.525 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:37:36.779914Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:38:41.219818Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.umaxrk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\nDeploy daemon haproxy.nfs.foo.smithi164.umaxrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:38:45.244776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.hlwyxo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo\nDeploy daemon haproxy.nfs.foo.smithi018.hlwyxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:38:45.250524Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.dbpvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:38:45.252366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:38:50.335 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:38:50.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:50 smithi018 bash[14175]: cluster 2024-02-10T09:38:49.256317+0000 mgr.smithi018.dxgutx (mgr.14180) 1083 : cluster [DBG] pgmap v725: 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-10T09:38:50.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:50 smithi018 bash[14175]: audit 2024-02-10T09:38:49.510050+0000 mgr.smithi018.dxgutx (mgr.14180) 1084 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:38:50.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:50 smithi018 bash[14175]: audit 2024-02-10T09:38:50.065956+0000 mon.smithi018 (mon.0) 955 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:38:50.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:50 smithi164 bash[18308]: cluster 2024-02-10T09:38:49.256317+0000 mgr.smithi018.dxgutx (mgr.14180) 1083 : cluster [DBG] pgmap v725: 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-10T09:38:50.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:50 smithi164 bash[18308]: audit 2024-02-10T09:38:49.510050+0000 mgr.smithi018.dxgutx (mgr.14180) 1084 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:38:50.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:50 smithi164 bash[18308]: audit 2024-02-10T09:38:50.065956+0000 mon.smithi018 (mon.0) 955 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:38:51.336 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:38:52.619 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:52 smithi018 bash[14175]: cluster 2024-02-10T09:38:51.257605+0000 mgr.smithi018.dxgutx (mgr.14180) 1085 : cluster [DBG] pgmap v726: 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-10T09:38:52.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:52 smithi164 bash[18308]: cluster 2024-02-10T09:38:51.257605+0000 mgr.smithi018.dxgutx (mgr.14180) 1085 : cluster [DBG] pgmap v726: 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-10T09:38:54.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:53 smithi164 bash[18308]: cluster 2024-02-10T09:38:53.258982+0000 mgr.smithi018.dxgutx (mgr.14180) 1086 : cluster [DBG] pgmap v727: 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-10T09:38:54.128 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:53 smithi018 bash[14175]: cluster 2024-02-10T09:38:53.258982+0000 mgr.smithi018.dxgutx (mgr.14180) 1086 : cluster [DBG] pgmap v727: 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-10T09:38:54.512 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:38:54.512 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:37:36.779914Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:38:41.219818Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.umaxrk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\nDeploy daemon haproxy.nfs.foo.smithi164.umaxrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:38:45.244776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.hlwyxo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo\nDeploy daemon haproxy.nfs.foo.smithi018.hlwyxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:38:45.250524Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.dbpvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:38:45.252366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:38:54.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:54 smithi018 bash[14175]: audit 2024-02-10T09:38:54.502196+0000 mgr.smithi018.dxgutx (mgr.14180) 1087 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:38:55.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:54 smithi164 bash[18308]: audit 2024-02-10T09:38:54.502196+0000 mgr.smithi018.dxgutx (mgr.14180) 1087 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:38:55.268 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:38:56.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:55 smithi164 bash[18308]: cluster 2024-02-10T09:38:55.260348+0000 mgr.smithi018.dxgutx (mgr.14180) 1088 : cluster [DBG] pgmap v728: 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-10T09:38:56.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:55 smithi018 bash[14175]: cluster 2024-02-10T09:38:55.260348+0000 mgr.smithi018.dxgutx (mgr.14180) 1088 : cluster [DBG] pgmap v728: 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-10T09:38:56.268 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:38:57.647 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:57 smithi018 bash[14175]: audit 2024-02-10T09:38:56.497489+0000 mon.smithi018 (mon.0) 956 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:38:57.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:57 smithi164 bash[18308]: audit 2024-02-10T09:38:56.497489+0000 mon.smithi018 (mon.0) 956 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:38:58.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:38:58 smithi164 bash[18308]: cluster 2024-02-10T09:38:57.261406+0000 mgr.smithi018.dxgutx (mgr.14180) 1089 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:38:58.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:38:58 smithi018 bash[14175]: cluster 2024-02-10T09:38:57.261406+0000 mgr.smithi018.dxgutx (mgr.14180) 1089 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:38:59.466 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:38:59.466 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:37:36.779914Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:38:41.219818Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.umaxrk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\nDeploy daemon haproxy.nfs.foo.smithi164.umaxrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:38:45.244776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.hlwyxo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo\nDeploy daemon haproxy.nfs.foo.smithi018.hlwyxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:38:45.250524Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.dbpvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:38:45.252366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:39:00.249 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:39:00.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:00 smithi164 bash[18308]: cluster 2024-02-10T09:38:59.262443+0000 mgr.smithi018.dxgutx (mgr.14180) 1090 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:39:00.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:00 smithi164 bash[18308]: audit 2024-02-10T09:38:59.455928+0000 mgr.smithi018.dxgutx (mgr.14180) 1091 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:39:00.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:00 smithi018 bash[14175]: cluster 2024-02-10T09:38:59.262443+0000 mgr.smithi018.dxgutx (mgr.14180) 1090 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:39:00.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:00 smithi018 bash[14175]: audit 2024-02-10T09:38:59.455928+0000 mgr.smithi018.dxgutx (mgr.14180) 1091 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:39:01.250 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:39:02.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:02 smithi018 bash[14175]: cluster 2024-02-10T09:39:01.263455+0000 mgr.smithi018.dxgutx (mgr.14180) 1092 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:39:02.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:02 smithi164 bash[18308]: cluster 2024-02-10T09:39:01.263455+0000 mgr.smithi018.dxgutx (mgr.14180) 1092 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:39:04.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:03 smithi164 bash[18308]: cluster 2024-02-10T09:39:03.264860+0000 mgr.smithi018.dxgutx (mgr.14180) 1093 : cluster [DBG] pgmap v732: 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-10T09:39:04.193 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:03 smithi018 bash[14175]: cluster 2024-02-10T09:39:03.264860+0000 mgr.smithi018.dxgutx (mgr.14180) 1093 : cluster [DBG] pgmap v732: 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-10T09:39:04.571 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:39:04.572 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:37:36.779914Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:38:41.219818Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.umaxrk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\nDeploy daemon haproxy.nfs.foo.smithi164.umaxrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:38:45.244776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.hlwyxo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo\nDeploy daemon haproxy.nfs.foo.smithi018.hlwyxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:38:45.250524Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.dbpvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:38:45.252366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:39:05.312 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:39:06.313 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:39:06.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:06 smithi018 bash[14175]: audit 2024-02-10T09:39:04.561460+0000 mgr.smithi018.dxgutx (mgr.14180) 1094 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:39:06.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:06 smithi018 bash[14175]: cluster 2024-02-10T09:39:05.266041+0000 mgr.smithi018.dxgutx (mgr.14180) 1095 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:39:06.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:06 smithi164 bash[18308]: audit 2024-02-10T09:39:04.561460+0000 mgr.smithi018.dxgutx (mgr.14180) 1094 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:39:06.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:06 smithi164 bash[18308]: cluster 2024-02-10T09:39:05.266041+0000 mgr.smithi018.dxgutx (mgr.14180) 1095 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:39:08.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:08 smithi018 bash[14175]: cluster 2024-02-10T09:39:07.266726+0000 mgr.smithi018.dxgutx (mgr.14180) 1096 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:39:08.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:08 smithi164 bash[18308]: cluster 2024-02-10T09:39:07.266726+0000 mgr.smithi018.dxgutx (mgr.14180) 1096 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:39:09.378 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:39:09.378 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:37:36.779914Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:38:41.219818Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.umaxrk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\nDeploy daemon haproxy.nfs.foo.smithi164.umaxrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:38:45.244776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.hlwyxo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo\nDeploy daemon haproxy.nfs.foo.smithi018.hlwyxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:38:45.250524Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.dbpvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:38:45.252366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:39:10.176 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:39:10.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:10 smithi018 bash[14175]: cluster 2024-02-10T09:39:09.267912+0000 mgr.smithi018.dxgutx (mgr.14180) 1097 : 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-10T09:39:10.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:10 smithi018 bash[14175]: audit 2024-02-10T09:39:09.363797+0000 mgr.smithi018.dxgutx (mgr.14180) 1098 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:39:10.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:10 smithi164 bash[18308]: cluster 2024-02-10T09:39:09.267912+0000 mgr.smithi018.dxgutx (mgr.14180) 1097 : 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-10T09:39:10.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:10 smithi164 bash[18308]: audit 2024-02-10T09:39:09.363797+0000 mgr.smithi018.dxgutx (mgr.14180) 1098 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:39:11.177 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:39:12.637 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:12 smithi018 bash[14175]: cluster 2024-02-10T09:39:11.268934+0000 mgr.smithi018.dxgutx (mgr.14180) 1099 : 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-10T09:39:12.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:12 smithi164 bash[18308]: cluster 2024-02-10T09:39:11.268934+0000 mgr.smithi018.dxgutx (mgr.14180) 1099 : 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-10T09:39:14.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:13 smithi164 bash[18308]: cluster 2024-02-10T09:39:13.269664+0000 mgr.smithi018.dxgutx (mgr.14180) 1100 : 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-10T09:39:14.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:13 smithi018 bash[14175]: cluster 2024-02-10T09:39:13.269664+0000 mgr.smithi018.dxgutx (mgr.14180) 1100 : 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-10T09:39:14.390 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:39:14.390 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:37:36.779914Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:38:41.219818Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.umaxrk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\nDeploy daemon haproxy.nfs.foo.smithi164.umaxrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:38:45.244776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.hlwyxo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo\nDeploy daemon haproxy.nfs.foo.smithi018.hlwyxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:38:45.250524Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.dbpvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:38:45.252366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:39:14.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:14 smithi018 bash[14175]: audit 2024-02-10T09:39:14.376070+0000 mgr.smithi018.dxgutx (mgr.14180) 1101 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:39:15.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:14 smithi164 bash[18308]: audit 2024-02-10T09:39:14.376070+0000 mgr.smithi018.dxgutx (mgr.14180) 1101 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:39:15.180 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:39:16.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:15 smithi164 bash[18308]: cluster 2024-02-10T09:39:15.271011+0000 mgr.smithi018.dxgutx (mgr.14180) 1102 : 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-10T09:39:16.181 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:39:16.195 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:15 smithi018 bash[14175]: cluster 2024-02-10T09:39:15.271011+0000 mgr.smithi018.dxgutx (mgr.14180) 1102 : 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-10T09:39:18.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:18 smithi018 bash[14175]: cluster 2024-02-10T09:39:17.272644+0000 mgr.smithi018.dxgutx (mgr.14180) 1103 : 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-10T09:39:18.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:18 smithi164 bash[18308]: cluster 2024-02-10T09:39:17.272644+0000 mgr.smithi018.dxgutx (mgr.14180) 1103 : 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-10T09:39:19.374 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:39:19.374 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:37:36.779914Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:38:41.219818Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.umaxrk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\nDeploy daemon haproxy.nfs.foo.smithi164.umaxrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:38:45.244776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.hlwyxo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo\nDeploy daemon haproxy.nfs.foo.smithi018.hlwyxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:38:45.250524Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.dbpvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:38:45.252366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:39:20.133 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:39:20.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:20 smithi018 bash[14175]: cluster 2024-02-10T09:39:19.273933+0000 mgr.smithi018.dxgutx (mgr.14180) 1104 : 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-10T09:39:20.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:20 smithi018 bash[14175]: audit 2024-02-10T09:39:19.360625+0000 mgr.smithi018.dxgutx (mgr.14180) 1105 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:39:20.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:20 smithi164 bash[18308]: cluster 2024-02-10T09:39:19.273933+0000 mgr.smithi018.dxgutx (mgr.14180) 1104 : 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-10T09:39:20.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:20 smithi164 bash[18308]: audit 2024-02-10T09:39:19.360625+0000 mgr.smithi018.dxgutx (mgr.14180) 1105 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:39:21.134 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:39:22.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:22 smithi018 bash[14175]: cluster 2024-02-10T09:39:21.275004+0000 mgr.smithi018.dxgutx (mgr.14180) 1106 : 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-10T09:39:22.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:22 smithi164 bash[18308]: cluster 2024-02-10T09:39:21.275004+0000 mgr.smithi018.dxgutx (mgr.14180) 1106 : 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-10T09:39:24.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:23 smithi164 bash[18308]: cluster 2024-02-10T09:39:23.276276+0000 mgr.smithi018.dxgutx (mgr.14180) 1107 : 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-10T09:39:24.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:23 smithi018 bash[14175]: cluster 2024-02-10T09:39:23.276276+0000 mgr.smithi018.dxgutx (mgr.14180) 1107 : 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-10T09:39:24.333 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:39:24.333 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:37:36.779914Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:38:41.219818Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.umaxrk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\nDeploy daemon haproxy.nfs.foo.smithi164.umaxrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:38:45.244776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.hlwyxo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo\nDeploy daemon haproxy.nfs.foo.smithi018.hlwyxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:38:45.250524Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.dbpvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:38:45.252366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:39:24.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:24 smithi018 bash[14175]: audit 2024-02-10T09:39:24.318806+0000 mgr.smithi018.dxgutx (mgr.14180) 1108 : audit [DBG] from='client.25105 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:39:25.060 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:39:25.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:24 smithi164 bash[18308]: audit 2024-02-10T09:39:24.318806+0000 mgr.smithi018.dxgutx (mgr.14180) 1108 : audit [DBG] from='client.25105 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:39:26.061 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:39:26.073 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:25 smithi018 bash[14175]: cluster 2024-02-10T09:39:25.277417+0000 mgr.smithi018.dxgutx (mgr.14180) 1109 : 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-10T09:39:26.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:25 smithi164 bash[18308]: cluster 2024-02-10T09:39:25.277417+0000 mgr.smithi018.dxgutx (mgr.14180) 1109 : 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-10T09:39:28.620 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:28 smithi018 bash[14175]: cluster 2024-02-10T09:39:27.278606+0000 mgr.smithi018.dxgutx (mgr.14180) 1110 : 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-10T09:39:28.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:28 smithi164 bash[18308]: cluster 2024-02-10T09:39:27.278606+0000 mgr.smithi018.dxgutx (mgr.14180) 1110 : 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-10T09:39:29.050 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:39:29.050 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:37:36.779914Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:38:41.219818Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.umaxrk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\nDeploy daemon haproxy.nfs.foo.smithi164.umaxrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:38:45.244776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.hlwyxo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo\nDeploy daemon haproxy.nfs.foo.smithi018.hlwyxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:38:45.250524Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.dbpvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:38:45.252366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:39:29.831 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:39:30.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:30 smithi018 bash[14175]: audit 2024-02-10T09:39:29.035362+0000 mgr.smithi018.dxgutx (mgr.14180) 1111 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:39:30.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:30 smithi018 bash[14175]: cluster 2024-02-10T09:39:29.279980+0000 mgr.smithi018.dxgutx (mgr.14180) 1112 : 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-10T09:39:30.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:30 smithi164 bash[18308]: audit 2024-02-10T09:39:29.035362+0000 mgr.smithi018.dxgutx (mgr.14180) 1111 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:39:30.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:30 smithi164 bash[18308]: cluster 2024-02-10T09:39:29.279980+0000 mgr.smithi018.dxgutx (mgr.14180) 1112 : 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-10T09:39:30.831 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:39:32.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:32 smithi018 bash[14175]: cluster 2024-02-10T09:39:31.280735+0000 mgr.smithi018.dxgutx (mgr.14180) 1113 : 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-10T09:39:32.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:32 smithi164 bash[18308]: cluster 2024-02-10T09:39:31.280735+0000 mgr.smithi018.dxgutx (mgr.14180) 1113 : 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-10T09:39:33.964 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:39:33.964 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:37:36.779914Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:38:41.219818Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.umaxrk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\nDeploy daemon haproxy.nfs.foo.smithi164.umaxrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:38:45.244776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.hlwyxo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo\nDeploy daemon haproxy.nfs.foo.smithi018.hlwyxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:38:45.250524Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.dbpvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:38:45.252366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:39:33.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:33 smithi018 bash[14175]: cluster 2024-02-10T09:39:33.281979+0000 mgr.smithi018.dxgutx (mgr.14180) 1114 : 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-10T09:39:34.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:33 smithi164 bash[18308]: cluster 2024-02-10T09:39:33.281979+0000 mgr.smithi018.dxgutx (mgr.14180) 1114 : 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-10T09:39:34.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:39:35.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:34 smithi164 bash[18308]: audit 2024-02-10T09:39:33.948844+0000 mgr.smithi018.dxgutx (mgr.14180) 1115 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:39:35.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:34 smithi018 bash[14175]: audit 2024-02-10T09:39:33.948844+0000 mgr.smithi018.dxgutx (mgr.14180) 1115 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:39:35.784 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:39:36.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:35 smithi164 bash[18308]: cluster 2024-02-10T09:39:35.283448+0000 mgr.smithi018.dxgutx (mgr.14180) 1116 : 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-10T09:39:36.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:35 smithi018 bash[14175]: cluster 2024-02-10T09:39:35.283448+0000 mgr.smithi018.dxgutx (mgr.14180) 1116 : 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-10T09:39:38.633 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:38 smithi018 bash[14175]: cluster 2024-02-10T09:39:37.284517+0000 mgr.smithi018.dxgutx (mgr.14180) 1117 : 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-10T09:39:38.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:38 smithi164 bash[18308]: cluster 2024-02-10T09:39:37.284517+0000 mgr.smithi018.dxgutx (mgr.14180) 1117 : 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-10T09:39:39.061 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:39:39.061 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:37:36.779914Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:38:41.219818Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.umaxrk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\nDeploy daemon haproxy.nfs.foo.smithi164.umaxrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:38:45.244776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.hlwyxo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo\nDeploy daemon haproxy.nfs.foo.smithi018.hlwyxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:38:45.250524Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.dbpvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:38:45.252366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:39:39.828 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:39:40.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:40 smithi018 bash[14175]: audit 2024-02-10T09:39:39.046094+0000 mgr.smithi018.dxgutx (mgr.14180) 1118 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:39:40.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:40 smithi018 bash[14175]: cluster 2024-02-10T09:39:39.285717+0000 mgr.smithi018.dxgutx (mgr.14180) 1119 : 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-10T09:39:40.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:40 smithi164 bash[18308]: audit 2024-02-10T09:39:39.046094+0000 mgr.smithi018.dxgutx (mgr.14180) 1118 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:39:40.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:40 smithi164 bash[18308]: cluster 2024-02-10T09:39:39.285717+0000 mgr.smithi018.dxgutx (mgr.14180) 1119 : 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-10T09:39:40.829 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:39:42.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:42 smithi018 bash[14175]: cluster 2024-02-10T09:39:41.286800+0000 mgr.smithi018.dxgutx (mgr.14180) 1120 : 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-10T09:39:42.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:42 smithi164 bash[18308]: cluster 2024-02-10T09:39:41.286800+0000 mgr.smithi018.dxgutx (mgr.14180) 1120 : 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-10T09:39:44.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:43 smithi164 bash[18308]: cluster 2024-02-10T09:39:43.288193+0000 mgr.smithi018.dxgutx (mgr.14180) 1121 : 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-10T09:39:44.184 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:39:44.185 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:37:36.779914Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:38:41.219818Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.umaxrk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\nDeploy daemon haproxy.nfs.foo.smithi164.umaxrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:38:45.244776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.hlwyxo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo\nDeploy daemon haproxy.nfs.foo.smithi018.hlwyxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:38:45.250524Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.dbpvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:38:45.252366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:39:44.215 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:43 smithi018 bash[14175]: cluster 2024-02-10T09:39:43.288193+0000 mgr.smithi018.dxgutx (mgr.14180) 1121 : 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-10T09:39:44.933 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:39:45.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:44 smithi164 bash[18308]: audit 2024-02-10T09:39:44.170214+0000 mgr.smithi018.dxgutx (mgr.14180) 1122 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:39:45.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:44 smithi018 bash[14175]: audit 2024-02-10T09:39:44.170214+0000 mgr.smithi018.dxgutx (mgr.14180) 1122 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:39:45.933 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:39:46.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:45 smithi164 bash[18308]: audit 2024-02-10T09:39:45.256238+0000 mon.smithi018 (mon.0) 957 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:39:46.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:45 smithi164 bash[18308]: cluster 2024-02-10T09:39:45.289380+0000 mgr.smithi018.dxgutx (mgr.14180) 1123 : 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-10T09:39:46.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:45 smithi164 bash[18308]: audit 2024-02-10T09:39:45.563754+0000 mon.smithi018 (mon.0) 958 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:39:46.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:45 smithi164 bash[18308]: audit 2024-02-10T09:39:45.565412+0000 mon.smithi018 (mon.0) 959 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:39:46.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:45 smithi164 bash[18308]: audit 2024-02-10T09:39:45.573143+0000 mon.smithi018 (mon.0) 960 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:39:46.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:45 smithi164 bash[18308]: audit 2024-02-10T09:39:45.580877+0000 mon.smithi018 (mon.0) 961 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:39:46.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:45 smithi164 bash[18308]: audit 2024-02-10T09:39:45.597441+0000 mon.smithi018 (mon.0) 962 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:39:46.136 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:45 smithi018 bash[14175]: audit 2024-02-10T09:39:45.256238+0000 mon.smithi018 (mon.0) 957 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:39:46.136 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:45 smithi018 bash[14175]: cluster 2024-02-10T09:39:45.289380+0000 mgr.smithi018.dxgutx (mgr.14180) 1123 : 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-10T09:39:46.136 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:45 smithi018 bash[14175]: audit 2024-02-10T09:39:45.563754+0000 mon.smithi018 (mon.0) 958 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:39:46.136 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:45 smithi018 bash[14175]: audit 2024-02-10T09:39:45.565412+0000 mon.smithi018 (mon.0) 959 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:39:46.136 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:45 smithi018 bash[14175]: audit 2024-02-10T09:39:45.573143+0000 mon.smithi018 (mon.0) 960 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:39:46.136 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:45 smithi018 bash[14175]: audit 2024-02-10T09:39:45.580877+0000 mon.smithi018 (mon.0) 961 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:39:46.136 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:45 smithi018 bash[14175]: audit 2024-02-10T09:39:45.597441+0000 mon.smithi018 (mon.0) 962 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:39:47.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:46 smithi164 bash[18308]: cluster 2024-02-10T09:39:45.574127+0000 mgr.smithi018.dxgutx (mgr.14180) 1124 : cluster [DBG] pgmap v754: 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-10T09:39:47.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:46 smithi164 bash[18308]: cephadm 2024-02-10T09:39:45.602876+0000 mgr.smithi018.dxgutx (mgr.14180) 1125 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.kkqbsf on smithi164 2024-02-10T09:39:47.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:46 smithi164 bash[18308]: cluster 2024-02-10T09:39:45.799495+0000 mon.smithi018 (mon.0) 963 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:39:47.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:46 smithi164 bash[18308]: cluster 2024-02-10T09:39:45.799548+0000 mon.smithi018 (mon.0) 964 : cluster [INF] Cluster is now healthy 2024-02-10T09:39:47.125 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:46 smithi018 bash[14175]: cluster 2024-02-10T09:39:45.574127+0000 mgr.smithi018.dxgutx (mgr.14180) 1124 : cluster [DBG] pgmap v754: 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-10T09:39:47.125 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:46 smithi018 bash[14175]: cephadm 2024-02-10T09:39:45.602876+0000 mgr.smithi018.dxgutx (mgr.14180) 1125 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.kkqbsf on smithi164 2024-02-10T09:39:47.125 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:46 smithi018 bash[14175]: cluster 2024-02-10T09:39:45.799495+0000 mon.smithi018 (mon.0) 963 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:39:47.125 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:46 smithi018 bash[14175]: cluster 2024-02-10T09:39:45.799548+0000 mon.smithi018 (mon.0) 964 : cluster [INF] Cluster is now healthy 2024-02-10T09:39:48.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:48 smithi018 bash[14175]: cluster 2024-02-10T09:39:47.574939+0000 mgr.smithi018.dxgutx (mgr.14180) 1126 : cluster [DBG] pgmap v755: 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-10T09:39:49.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:48 smithi164 bash[18308]: cluster 2024-02-10T09:39:47.574939+0000 mgr.smithi018.dxgutx (mgr.14180) 1126 : cluster [DBG] pgmap v755: 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-10T09:39:49.087 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:39:49.087 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:37:36.779914Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.kxkmlh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:38:41.219818Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.umaxrk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-umaxrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.umaxrk\nDeploy daemon haproxy.nfs.foo.smithi164.umaxrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:38:45.244776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.hlwyxo on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-hlwyxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.hlwyxo\nDeploy daemon haproxy.nfs.foo.smithi018.hlwyxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:38:45.250524Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.dbpvwt on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:38:45.252366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:39:49.847 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:39:50.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:49 smithi018 bash[14175]: audit 2024-02-10T09:39:49.075301+0000 mgr.smithi018.dxgutx (mgr.14180) 1127 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:39:50.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:49 smithi164 bash[18308]: audit 2024-02-10T09:39:49.075301+0000 mgr.smithi018.dxgutx (mgr.14180) 1127 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:39:50.848 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:39:51.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: cluster 2024-02-10T09:39:49.576014+0000 mgr.smithi018.dxgutx (mgr.14180) 1128 : cluster [DBG] pgmap v756: 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-10T09:39:51.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: cephadm 2024-02-10T09:39:50.051267+0000 mgr.smithi018.dxgutx (mgr.14180) 1129 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf 2024-02-10T09:39:51.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:39:51.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf 2024-02-10T09:39:51.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf 2024-02-10T09:39:51.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:39:51.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf 2024-02-10T09:39:51.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.kkqbsf ... 2024-02-10T09:39:51.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:39:51.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:39:51.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:39:51.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:39:51.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:39:51.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:39:51.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:39:51.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:39:51.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:39:51.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:39:51.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf 2024-02-10T09:39:51.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:39:51.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf 2024-02-10T09:39:51.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf 2024-02-10T09:39:51.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:39:51.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf 2024-02-10T09:39:51.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.kkqbsf ... 2024-02-10T09:39:51.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:39:51.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:39:51.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:39:51.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:39:51.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:39:51.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: cephadm 2024-02-10T09:39:50.051690+0000 mgr.smithi018.dxgutx (mgr.14180) 1130 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.kkqbsf 2024-02-10T09:39:51.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: audit 2024-02-10T09:39:50.052305+0000 mon.smithi018 (mon.0) 965 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.kkqbsf"}]: dispatch 2024-02-10T09:39:51.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: cephadm 2024-02-10T09:39:50.054013+0000 mgr.smithi018.dxgutx (mgr.14180) 1131 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.kkqbsf on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf 2024-02-10T09:39:51.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:39:51.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf 2024-02-10T09:39:51.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf 2024-02-10T09:39:51.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:39:51.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf 2024-02-10T09:39:51.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.kkqbsf ... 2024-02-10T09:39:51.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:39:51.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:39:51.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:39:51.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:39:51.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:39:51.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:50 smithi018 bash[14175]: cephadm 2024-02-10T09:39:50.058776+0000 mgr.smithi018.dxgutx (mgr.14180) 1132 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.zcdqxz on smithi018 2024-02-10T09:39:51.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: cluster 2024-02-10T09:39:49.576014+0000 mgr.smithi018.dxgutx (mgr.14180) 1128 : cluster [DBG] pgmap v756: 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-10T09:39:51.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: cephadm 2024-02-10T09:39:50.051267+0000 mgr.smithi018.dxgutx (mgr.14180) 1129 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf 2024-02-10T09:39:51.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:39:51.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf 2024-02-10T09:39:51.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf 2024-02-10T09:39:51.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:39:51.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf 2024-02-10T09:39:51.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.kkqbsf ... 2024-02-10T09:39:51.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:39:51.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:39:51.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:39:51.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:39:51.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:39:51.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:39:51.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:39:51.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:39:51.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:39:51.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:39:51.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf 2024-02-10T09:39:51.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:39:51.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf 2024-02-10T09:39:51.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf 2024-02-10T09:39:51.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:39:51.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf 2024-02-10T09:39:51.330 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.kkqbsf ... 2024-02-10T09:39:51.330 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:39:51.330 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:39:51.330 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:39:51.330 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:39:51.330 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:39:51.330 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: cephadm 2024-02-10T09:39:50.051690+0000 mgr.smithi018.dxgutx (mgr.14180) 1130 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.kkqbsf 2024-02-10T09:39:51.330 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: audit 2024-02-10T09:39:50.052305+0000 mon.smithi018 (mon.0) 965 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.kkqbsf"}]: dispatch 2024-02-10T09:39:51.330 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: cephadm 2024-02-10T09:39:50.054013+0000 mgr.smithi018.dxgutx (mgr.14180) 1131 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.kkqbsf on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf 2024-02-10T09:39:51.330 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:39:51.330 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf 2024-02-10T09:39:51.330 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf 2024-02-10T09:39:51.330 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:39:51.330 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf 2024-02-10T09:39:51.331 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.kkqbsf ... 2024-02-10T09:39:51.331 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:39:51.331 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:39:51.331 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:39:51.331 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:39:51.331 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:39:51.331 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:50 smithi164 bash[18308]: cephadm 2024-02-10T09:39:50.058776+0000 mgr.smithi018.dxgutx (mgr.14180) 1132 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.zcdqxz on smithi018 2024-02-10T09:39:53.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:52 smithi018 bash[14175]: cluster 2024-02-10T09:39:51.576525+0000 mgr.smithi018.dxgutx (mgr.14180) 1133 : cluster [DBG] pgmap v757: 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-10T09:39:53.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:52 smithi164 bash[18308]: cluster 2024-02-10T09:39:51.576525+0000 mgr.smithi018.dxgutx (mgr.14180) 1133 : cluster [DBG] pgmap v757: 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-10T09:39:54.354 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:39:54.354 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:38:45.252366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:39:50.053787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.kkqbsf on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\nDeploy daemon haproxy.nfs.foo.smithi164.kkqbsf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.155975Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zcdqxz on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\nDeploy daemon haproxy.nfs.foo.smithi018.zcdqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.158172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.raaivi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:39:54.161154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:39:55.139 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: cluster 2024-02-10T09:39:53.577538+0000 mgr.smithi018.dxgutx (mgr.14180) 1134 : cluster [DBG] pgmap v758: 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-10T09:39:55.139 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: cephadm 2024-02-10T09:39:54.154064+0000 mgr.smithi018.dxgutx (mgr.14180) 1135 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz 2024-02-10T09:39:55.139 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:39:55.139 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz 2024-02-10T09:39:55.139 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz 2024-02-10T09:39:55.139 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:39:55.139 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz 2024-02-10T09:39:55.140 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.zcdqxz ... 2024-02-10T09:39:55.140 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:39:55.140 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:39:55.140 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:39:55.140 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:39:55.140 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:39:55.140 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:39:55.140 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:39:55.140 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:39:55.140 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:39:55.140 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:39:55.140 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz 2024-02-10T09:39:55.140 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:39:55.140 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz 2024-02-10T09:39:55.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz 2024-02-10T09:39:55.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:39:55.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz 2024-02-10T09:39:55.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.zcdqxz ... 2024-02-10T09:39:55.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:39:55.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:39:55.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:39:55.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:39:55.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:39:55.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: cephadm 2024-02-10T09:39:54.154527+0000 mgr.smithi018.dxgutx (mgr.14180) 1136 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.zcdqxz 2024-02-10T09:39:55.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: audit 2024-02-10T09:39:54.155011+0000 mon.smithi018 (mon.0) 966 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.zcdqxz"}]: dispatch 2024-02-10T09:39:55.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: cephadm 2024-02-10T09:39:54.156151+0000 mgr.smithi018.dxgutx (mgr.14180) 1137 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.zcdqxz on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz 2024-02-10T09:39:55.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:39:55.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz 2024-02-10T09:39:55.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz 2024-02-10T09:39:55.141 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:39:55.142 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz 2024-02-10T09:39:55.142 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.zcdqxz ... 2024-02-10T09:39:55.142 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:39:55.142 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:39:55.142 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:39:55.142 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:39:55.142 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:39:55.142 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: cephadm 2024-02-10T09:39:54.158297+0000 mgr.smithi018.dxgutx (mgr.14180) 1138 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.raaivi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:39:55.142 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: cephadm 2024-02-10T09:39:54.161305+0000 mgr.smithi018.dxgutx (mgr.14180) 1139 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:39:55.142 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: cluster 2024-02-10T09:39:54.162752+0000 mgr.smithi018.dxgutx (mgr.14180) 1140 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 230 B/s rd, 0 op/s 2024-02-10T09:39:55.142 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:54 smithi018 bash[14175]: audit 2024-02-10T09:39:54.344276+0000 mgr.smithi018.dxgutx (mgr.14180) 1141 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:39:55.143 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:39:55.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: cluster 2024-02-10T09:39:53.577538+0000 mgr.smithi018.dxgutx (mgr.14180) 1134 : cluster [DBG] pgmap v758: 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-10T09:39:55.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: cephadm 2024-02-10T09:39:54.154064+0000 mgr.smithi018.dxgutx (mgr.14180) 1135 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz 2024-02-10T09:39:55.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:39:55.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz 2024-02-10T09:39:55.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz 2024-02-10T09:39:55.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:39:55.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz 2024-02-10T09:39:55.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.zcdqxz ... 2024-02-10T09:39:55.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:39:55.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:39:55.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:39:55.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:39:55.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:39:55.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:39:55.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:39:55.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:39:55.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:39:55.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:39:55.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz 2024-02-10T09:39:55.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:39:55.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz 2024-02-10T09:39:55.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz 2024-02-10T09:39:55.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:39:55.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz 2024-02-10T09:39:55.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.zcdqxz ... 2024-02-10T09:39:55.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:39:55.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:39:55.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:39:55.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:39:55.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:39:55.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: cephadm 2024-02-10T09:39:54.154527+0000 mgr.smithi018.dxgutx (mgr.14180) 1136 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.zcdqxz 2024-02-10T09:39:55.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: audit 2024-02-10T09:39:54.155011+0000 mon.smithi018 (mon.0) 966 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.zcdqxz"}]: dispatch 2024-02-10T09:39:55.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: cephadm 2024-02-10T09:39:54.156151+0000 mgr.smithi018.dxgutx (mgr.14180) 1137 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.zcdqxz on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz 2024-02-10T09:39:55.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:39:55.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz 2024-02-10T09:39:55.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz 2024-02-10T09:39:55.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:39:55.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz 2024-02-10T09:39:55.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.zcdqxz ... 2024-02-10T09:39:55.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:39:55.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:39:55.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:39:55.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:39:55.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:39:55.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: cephadm 2024-02-10T09:39:54.158297+0000 mgr.smithi018.dxgutx (mgr.14180) 1138 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.raaivi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:39:55.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: cephadm 2024-02-10T09:39:54.161305+0000 mgr.smithi018.dxgutx (mgr.14180) 1139 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:39:55.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: cluster 2024-02-10T09:39:54.162752+0000 mgr.smithi018.dxgutx (mgr.14180) 1140 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 230 B/s rd, 0 op/s 2024-02-10T09:39:55.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:54 smithi164 bash[18308]: audit 2024-02-10T09:39:54.344276+0000 mgr.smithi018.dxgutx (mgr.14180) 1141 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:39:56.144 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:39:56.157 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:55 smithi018 bash[14175]: cluster 2024-02-10T09:39:54.835559+0000 mon.smithi018 (mon.0) 967 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:39:56.158 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:55 smithi018 bash[14175]: audit 2024-02-10T09:39:55.116933+0000 mon.smithi018 (mon.0) 968 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:39:56.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:55 smithi164 bash[18308]: cluster 2024-02-10T09:39:54.835559+0000 mon.smithi018 (mon.0) 967 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:39:56.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:55 smithi164 bash[18308]: audit 2024-02-10T09:39:55.116933+0000 mon.smithi018 (mon.0) 968 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:39:57.172 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:56 smithi018 bash[14175]: cluster 2024-02-10T09:39:56.163815+0000 mgr.smithi018.dxgutx (mgr.14180) 1142 : cluster [DBG] pgmap v760: 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-10T09:39:57.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:56 smithi164 bash[18308]: cluster 2024-02-10T09:39:56.163815+0000 mgr.smithi018.dxgutx (mgr.14180) 1142 : cluster [DBG] pgmap v760: 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-10T09:39:59.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:58 smithi164 bash[18308]: cluster 2024-02-10T09:39:58.164670+0000 mgr.smithi018.dxgutx (mgr.14180) 1143 : cluster [DBG] pgmap v761: 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-10T09:39:59.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:58 smithi018 bash[14175]: cluster 2024-02-10T09:39:58.164670+0000 mgr.smithi018.dxgutx (mgr.14180) 1143 : cluster [DBG] pgmap v761: 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-10T09:39:59.296 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:39:59.296 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:38:45.252366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:39:50.053787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.kkqbsf on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\nDeploy daemon haproxy.nfs.foo.smithi164.kkqbsf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.155975Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zcdqxz on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\nDeploy daemon haproxy.nfs.foo.smithi018.zcdqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.158172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.raaivi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:39:54.161154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:40:00.054 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:40:00.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:39:59 smithi164 bash[18308]: audit 2024-02-10T09:39:59.280394+0000 mgr.smithi018.dxgutx (mgr.14180) 1144 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:40:00.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:39:59 smithi018 bash[14175]: audit 2024-02-10T09:39:59.280394+0000 mgr.smithi018.dxgutx (mgr.14180) 1144 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:40:01.055 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:40:01.069 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:00 smithi018 bash[14175]: cluster 2024-02-10T09:40:00.000149+0000 mon.smithi018 (mon.0) 969 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-02-10T09:40:01.070 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:00 smithi018 bash[14175]: cluster 2024-02-10T09:40:00.165862+0000 mgr.smithi018.dxgutx (mgr.14180) 1145 : cluster [DBG] pgmap v762: 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-10T09:40:01.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:00 smithi164 bash[18308]: cluster 2024-02-10T09:40:00.000149+0000 mon.smithi018 (mon.0) 969 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-02-10T09:40:01.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:00 smithi164 bash[18308]: cluster 2024-02-10T09:40:00.165862+0000 mgr.smithi018.dxgutx (mgr.14180) 1145 : cluster [DBG] pgmap v762: 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-10T09:40:03.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:03 smithi018 bash[14175]: cluster 2024-02-10T09:40:02.166569+0000 mgr.smithi018.dxgutx (mgr.14180) 1146 : cluster [DBG] pgmap v763: 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-10T09:40:03.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:03 smithi164 bash[18308]: cluster 2024-02-10T09:40:02.166569+0000 mgr.smithi018.dxgutx (mgr.14180) 1146 : cluster [DBG] pgmap v763: 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-10T09:40:04.288 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:40:04.288 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:38:45.252366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:39:50.053787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.kkqbsf on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\nDeploy daemon haproxy.nfs.foo.smithi164.kkqbsf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.155975Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zcdqxz on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\nDeploy daemon haproxy.nfs.foo.smithi018.zcdqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.158172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.raaivi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:39:54.161154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:40:05.086 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:40:05.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:05 smithi018 bash[14175]: cluster 2024-02-10T09:40:04.167770+0000 mgr.smithi018.dxgutx (mgr.14180) 1147 : cluster [DBG] pgmap v764: 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-10T09:40:05.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:05 smithi018 bash[14175]: audit 2024-02-10T09:40:04.278793+0000 mgr.smithi018.dxgutx (mgr.14180) 1148 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:40:05.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:05 smithi164 bash[18308]: cluster 2024-02-10T09:40:04.167770+0000 mgr.smithi018.dxgutx (mgr.14180) 1147 : cluster [DBG] pgmap v764: 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-10T09:40:05.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:05 smithi164 bash[18308]: audit 2024-02-10T09:40:04.278793+0000 mgr.smithi018.dxgutx (mgr.14180) 1148 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:40:06.088 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:40:07.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:07 smithi018 bash[14175]: cluster 2024-02-10T09:40:06.168955+0000 mgr.smithi018.dxgutx (mgr.14180) 1149 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:40:07.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:07 smithi164 bash[18308]: cluster 2024-02-10T09:40:06.168955+0000 mgr.smithi018.dxgutx (mgr.14180) 1149 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:40:09.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:08 smithi164 bash[18308]: cluster 2024-02-10T09:40:08.169673+0000 mgr.smithi018.dxgutx (mgr.14180) 1150 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:40:09.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:08 smithi018 bash[14175]: cluster 2024-02-10T09:40:08.169673+0000 mgr.smithi018.dxgutx (mgr.14180) 1150 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:40:09.308 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:40:09.308 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:38:45.252366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:39:50.053787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.kkqbsf on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\nDeploy daemon haproxy.nfs.foo.smithi164.kkqbsf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.155975Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zcdqxz on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\nDeploy daemon haproxy.nfs.foo.smithi018.zcdqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.158172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.raaivi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:39:54.161154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:40:10.072 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:09 smithi018 bash[14175]: audit 2024-02-10T09:40:09.292375+0000 mgr.smithi018.dxgutx (mgr.14180) 1151 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:40:10.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:40:10.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:09 smithi164 bash[18308]: audit 2024-02-10T09:40:09.292375+0000 mgr.smithi018.dxgutx (mgr.14180) 1151 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:40:11.075 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:40:11.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:10 smithi164 bash[18308]: cluster 2024-02-10T09:40:10.170874+0000 mgr.smithi018.dxgutx (mgr.14180) 1152 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:40:11.086 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:10 smithi018 bash[14175]: cluster 2024-02-10T09:40:10.170874+0000 mgr.smithi018.dxgutx (mgr.14180) 1152 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:40:13.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:13 smithi018 bash[14175]: cluster 2024-02-10T09:40:12.171923+0000 mgr.smithi018.dxgutx (mgr.14180) 1153 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:40:13.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:13 smithi164 bash[18308]: cluster 2024-02-10T09:40:12.171923+0000 mgr.smithi018.dxgutx (mgr.14180) 1153 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:40:14.404 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:40:14.404 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:38:45.252366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:39:50.053787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.kkqbsf on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\nDeploy daemon haproxy.nfs.foo.smithi164.kkqbsf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.155975Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zcdqxz on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\nDeploy daemon haproxy.nfs.foo.smithi018.zcdqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.158172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.raaivi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:39:54.161154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:40:15.155 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:40:15.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:15 smithi018 bash[14175]: cluster 2024-02-10T09:40:14.172775+0000 mgr.smithi018.dxgutx (mgr.14180) 1154 : cluster [DBG] pgmap v769: 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-10T09:40:15.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:15 smithi018 bash[14175]: audit 2024-02-10T09:40:14.388615+0000 mgr.smithi018.dxgutx (mgr.14180) 1155 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:40:15.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:15 smithi164 bash[18308]: cluster 2024-02-10T09:40:14.172775+0000 mgr.smithi018.dxgutx (mgr.14180) 1154 : cluster [DBG] pgmap v769: 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-10T09:40:15.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:15 smithi164 bash[18308]: audit 2024-02-10T09:40:14.388615+0000 mgr.smithi018.dxgutx (mgr.14180) 1155 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:40:16.156 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:40:17.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:17 smithi164 bash[18308]: cluster 2024-02-10T09:40:16.173877+0000 mgr.smithi018.dxgutx (mgr.14180) 1156 : 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-10T09:40:17.658 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:17 smithi018 bash[14175]: cluster 2024-02-10T09:40:16.173877+0000 mgr.smithi018.dxgutx (mgr.14180) 1156 : 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-10T09:40:19.062 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:18 smithi018 bash[14175]: cluster 2024-02-10T09:40:18.175061+0000 mgr.smithi018.dxgutx (mgr.14180) 1157 : 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-10T09:40:19.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:18 smithi164 bash[18308]: cluster 2024-02-10T09:40:18.175061+0000 mgr.smithi018.dxgutx (mgr.14180) 1157 : 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-10T09:40:19.440 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:40:19.440 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:38:45.252366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:39:50.053787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.kkqbsf on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\nDeploy daemon haproxy.nfs.foo.smithi164.kkqbsf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.155975Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zcdqxz on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\nDeploy daemon haproxy.nfs.foo.smithi018.zcdqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.158172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.raaivi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:39:54.161154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:40:19.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:19 smithi018 bash[14175]: audit 2024-02-10T09:40:19.428810+0000 mgr.smithi018.dxgutx (mgr.14180) 1158 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:40:20.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:19 smithi164 bash[18308]: audit 2024-02-10T09:40:19.428810+0000 mgr.smithi018.dxgutx (mgr.14180) 1158 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:40:20.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:40:21.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:20 smithi164 bash[18308]: cluster 2024-02-10T09:40:20.176266+0000 mgr.smithi018.dxgutx (mgr.14180) 1159 : 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-10T09:40:21.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:20 smithi018 bash[14175]: cluster 2024-02-10T09:40:20.176266+0000 mgr.smithi018.dxgutx (mgr.14180) 1159 : 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-10T09:40:21.246 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:40:23.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:23 smithi164 bash[18308]: cluster 2024-02-10T09:40:22.176933+0000 mgr.smithi018.dxgutx (mgr.14180) 1160 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:40:23.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:23 smithi018 bash[14175]: cluster 2024-02-10T09:40:22.176933+0000 mgr.smithi018.dxgutx (mgr.14180) 1160 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:40:24.608 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:40:24.608 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:38:45.252366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:39:50.053787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.kkqbsf on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\nDeploy daemon haproxy.nfs.foo.smithi164.kkqbsf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.155975Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zcdqxz on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\nDeploy daemon haproxy.nfs.foo.smithi018.zcdqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.158172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.raaivi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:39:54.161154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:40:25.311 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:40:25.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:25 smithi164 bash[18308]: cluster 2024-02-10T09:40:24.178202+0000 mgr.smithi018.dxgutx (mgr.14180) 1161 : cluster [DBG] pgmap v774: 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-10T09:40:25.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:25 smithi018 bash[14175]: cluster 2024-02-10T09:40:24.178202+0000 mgr.smithi018.dxgutx (mgr.14180) 1161 : cluster [DBG] pgmap v774: 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-10T09:40:26.312 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:40:26.515 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:26 smithi018 bash[14175]: audit 2024-02-10T09:40:24.592151+0000 mgr.smithi018.dxgutx (mgr.14180) 1162 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:40:26.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:26 smithi164 bash[18308]: audit 2024-02-10T09:40:24.592151+0000 mgr.smithi018.dxgutx (mgr.14180) 1162 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:40:27.539 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:27 smithi018 bash[14175]: cluster 2024-02-10T09:40:26.179353+0000 mgr.smithi018.dxgutx (mgr.14180) 1163 : 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-10T09:40:27.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:27 smithi164 bash[18308]: cluster 2024-02-10T09:40:26.179353+0000 mgr.smithi018.dxgutx (mgr.14180) 1163 : 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-10T09:40:29.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:28 smithi164 bash[18308]: cluster 2024-02-10T09:40:28.180596+0000 mgr.smithi018.dxgutx (mgr.14180) 1164 : 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-10T09:40:29.083 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:28 smithi018 bash[14175]: cluster 2024-02-10T09:40:28.180596+0000 mgr.smithi018.dxgutx (mgr.14180) 1164 : 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-10T09:40:29.461 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:40:29.461 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:38:45.252366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:39:50.053787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.kkqbsf on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\nDeploy daemon haproxy.nfs.foo.smithi164.kkqbsf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.155975Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zcdqxz on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\nDeploy daemon haproxy.nfs.foo.smithi018.zcdqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.158172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.raaivi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:39:54.161154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:40:29.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:29 smithi018 bash[14175]: audit 2024-02-10T09:40:29.446217+0000 mgr.smithi018.dxgutx (mgr.14180) 1165 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:40:30.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:29 smithi164 bash[18308]: audit 2024-02-10T09:40:29.446217+0000 mgr.smithi018.dxgutx (mgr.14180) 1165 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:40:30.308 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:40:31.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:30 smithi018 bash[14175]: cluster 2024-02-10T09:40:30.181950+0000 mgr.smithi018.dxgutx (mgr.14180) 1166 : 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-10T09:40:31.311 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:40:31.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:30 smithi164 bash[18308]: cluster 2024-02-10T09:40:30.181950+0000 mgr.smithi018.dxgutx (mgr.14180) 1166 : 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-10T09:40:33.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:33 smithi164 bash[18308]: cluster 2024-02-10T09:40:32.183207+0000 mgr.smithi018.dxgutx (mgr.14180) 1167 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:40:33.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:33 smithi018 bash[14175]: cluster 2024-02-10T09:40:32.183207+0000 mgr.smithi018.dxgutx (mgr.14180) 1167 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:40:34.683 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:40:34.683 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:38:45.252366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:39:50.053787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.kkqbsf on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\nDeploy daemon haproxy.nfs.foo.smithi164.kkqbsf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.155975Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zcdqxz on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\nDeploy daemon haproxy.nfs.foo.smithi018.zcdqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.158172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.raaivi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:39:54.161154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:40:35.450 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:40:35.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:35 smithi164 bash[18308]: cluster 2024-02-10T09:40:34.184658+0000 mgr.smithi018.dxgutx (mgr.14180) 1168 : cluster [DBG] pgmap v779: 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-10T09:40:35.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:35 smithi018 bash[14175]: cluster 2024-02-10T09:40:34.184658+0000 mgr.smithi018.dxgutx (mgr.14180) 1168 : cluster [DBG] pgmap v779: 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-10T09:40:36.451 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:40:36.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:36 smithi164 bash[18308]: audit 2024-02-10T09:40:34.668457+0000 mgr.smithi018.dxgutx (mgr.14180) 1169 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:40:36.661 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:36 smithi018 bash[14175]: audit 2024-02-10T09:40:34.668457+0000 mgr.smithi018.dxgutx (mgr.14180) 1169 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:40:37.513 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:37 smithi018 bash[14175]: cluster 2024-02-10T09:40:36.186172+0000 mgr.smithi018.dxgutx (mgr.14180) 1170 : 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-10T09:40:37.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:37 smithi164 bash[18308]: cluster 2024-02-10T09:40:36.186172+0000 mgr.smithi018.dxgutx (mgr.14180) 1170 : 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-10T09:40:39.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:38 smithi018 bash[14175]: cluster 2024-02-10T09:40:38.187173+0000 mgr.smithi018.dxgutx (mgr.14180) 1171 : 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-10T09:40:39.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:38 smithi164 bash[18308]: cluster 2024-02-10T09:40:38.187173+0000 mgr.smithi018.dxgutx (mgr.14180) 1171 : 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-10T09:40:39.676 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:40:39.676 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:38:45.252366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:39:50.053787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.kkqbsf on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\nDeploy daemon haproxy.nfs.foo.smithi164.kkqbsf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.155975Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zcdqxz on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\nDeploy daemon haproxy.nfs.foo.smithi018.zcdqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.158172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.raaivi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:39:54.161154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:40:40.443 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:40:41.444 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:40:41.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:41 smithi164 bash[18308]: audit 2024-02-10T09:40:39.661659+0000 mgr.smithi018.dxgutx (mgr.14180) 1172 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:40:41.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:41 smithi164 bash[18308]: cluster 2024-02-10T09:40:40.188365+0000 mgr.smithi018.dxgutx (mgr.14180) 1173 : 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-10T09:40:41.668 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:41 smithi018 bash[14175]: audit 2024-02-10T09:40:39.661659+0000 mgr.smithi018.dxgutx (mgr.14180) 1172 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:40:41.668 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:41 smithi018 bash[14175]: cluster 2024-02-10T09:40:40.188365+0000 mgr.smithi018.dxgutx (mgr.14180) 1173 : 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-10T09:40:43.511 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:43 smithi018 bash[14175]: cluster 2024-02-10T09:40:42.189428+0000 mgr.smithi018.dxgutx (mgr.14180) 1174 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:40:43.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:43 smithi164 bash[18308]: cluster 2024-02-10T09:40:42.189428+0000 mgr.smithi018.dxgutx (mgr.14180) 1174 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:40:44.821 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:40:44.822 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:38:45.252366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:39:50.053787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.kkqbsf on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\nDeploy daemon haproxy.nfs.foo.smithi164.kkqbsf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.155975Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zcdqxz on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\nDeploy daemon haproxy.nfs.foo.smithi018.zcdqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.158172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.raaivi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:39:54.161154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:40:45.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:45 smithi018 bash[14175]: cluster 2024-02-10T09:40:44.190886+0000 mgr.smithi018.dxgutx (mgr.14180) 1175 : cluster [DBG] pgmap v784: 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-10T09:40:45.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:45 smithi164 bash[18308]: cluster 2024-02-10T09:40:44.190886+0000 mgr.smithi018.dxgutx (mgr.14180) 1175 : cluster [DBG] pgmap v784: 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-10T09:40:45.582 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:40:46.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:46 smithi164 bash[18308]: audit 2024-02-10T09:40:44.807659+0000 mgr.smithi018.dxgutx (mgr.14180) 1176 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:40:46.583 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:40:46.598 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:46 smithi018 bash[14175]: audit 2024-02-10T09:40:44.807659+0000 mgr.smithi018.dxgutx (mgr.14180) 1176 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:40:47.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:47 smithi164 bash[18308]: cluster 2024-02-10T09:40:46.192086+0000 mgr.smithi018.dxgutx (mgr.14180) 1177 : 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-10T09:40:47.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:47 smithi018 bash[14175]: cluster 2024-02-10T09:40:46.192086+0000 mgr.smithi018.dxgutx (mgr.14180) 1177 : 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-10T09:40:49.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:48 smithi018 bash[14175]: cluster 2024-02-10T09:40:48.192990+0000 mgr.smithi018.dxgutx (mgr.14180) 1178 : 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-10T09:40:49.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:48 smithi164 bash[18308]: cluster 2024-02-10T09:40:48.192990+0000 mgr.smithi018.dxgutx (mgr.14180) 1178 : 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-10T09:40:49.787 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:40:49.788 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:38:45.252366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:39:50.053787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.kkqbsf on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\nDeploy daemon haproxy.nfs.foo.smithi164.kkqbsf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.155975Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zcdqxz on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\nDeploy daemon haproxy.nfs.foo.smithi018.zcdqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.158172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.raaivi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:39:54.161154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:40:50.604 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:40:51.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:51 smithi164 bash[18308]: audit 2024-02-10T09:40:49.777177+0000 mgr.smithi018.dxgutx (mgr.14180) 1179 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:40:51.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:51 smithi164 bash[18308]: cluster 2024-02-10T09:40:50.194199+0000 mgr.smithi018.dxgutx (mgr.14180) 1180 : 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-10T09:40:51.606 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:40:51.619 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:51 smithi018 bash[14175]: audit 2024-02-10T09:40:49.777177+0000 mgr.smithi018.dxgutx (mgr.14180) 1179 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:40:51.619 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:51 smithi018 bash[14175]: cluster 2024-02-10T09:40:50.194199+0000 mgr.smithi018.dxgutx (mgr.14180) 1180 : 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-10T09:40:53.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:53 smithi018 bash[14175]: cluster 2024-02-10T09:40:52.195335+0000 mgr.smithi018.dxgutx (mgr.14180) 1181 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:40:53.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:53 smithi164 bash[18308]: cluster 2024-02-10T09:40:52.195335+0000 mgr.smithi018.dxgutx (mgr.14180) 1181 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:40:54.539 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:54 smithi018 bash[14175]: audit 2024-02-10T09:40:54.166415+0000 mon.smithi018 (mon.0) 970 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:40:54.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:54 smithi164 bash[18308]: audit 2024-02-10T09:40:54.166415+0000 mon.smithi018 (mon.0) 970 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:40:54.933 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:40:54.933 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:38:45.252366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.zofyhd on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:39:50.053787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.kkqbsf on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\nDeploy daemon haproxy.nfs.foo.smithi164.kkqbsf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.155975Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zcdqxz on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\nDeploy daemon haproxy.nfs.foo.smithi018.zcdqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.158172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.raaivi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:39:54.161154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:40:55.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:55 smithi018 bash[14175]: cluster 2024-02-10T09:40:54.196648+0000 mgr.smithi018.dxgutx (mgr.14180) 1182 : cluster [DBG] pgmap v789: 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-10T09:40:55.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:55 smithi018 bash[14175]: audit 2024-02-10T09:40:54.475377+0000 mon.smithi018 (mon.0) 971 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:40:55.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:55 smithi018 bash[14175]: audit 2024-02-10T09:40:54.476729+0000 mon.smithi018 (mon.0) 972 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:40:55.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:55 smithi018 bash[14175]: audit 2024-02-10T09:40:54.483832+0000 mon.smithi018 (mon.0) 973 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:40:55.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:55 smithi018 bash[14175]: cluster 2024-02-10T09:40:54.484683+0000 mgr.smithi018.dxgutx (mgr.14180) 1183 : cluster [DBG] pgmap v790: 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-10T09:40:55.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:55 smithi018 bash[14175]: audit 2024-02-10T09:40:54.491560+0000 mon.smithi018 (mon.0) 974 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:40:55.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:55 smithi018 bash[14175]: audit 2024-02-10T09:40:54.505441+0000 mon.smithi018 (mon.0) 975 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:40:55.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:55 smithi018 bash[14175]: cephadm 2024-02-10T09:40:54.509725+0000 mgr.smithi018.dxgutx (mgr.14180) 1184 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.ywvcml on smithi164 2024-02-10T09:40:55.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:55 smithi164 bash[18308]: cluster 2024-02-10T09:40:54.196648+0000 mgr.smithi018.dxgutx (mgr.14180) 1182 : cluster [DBG] pgmap v789: 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-10T09:40:55.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:55 smithi164 bash[18308]: audit 2024-02-10T09:40:54.475377+0000 mon.smithi018 (mon.0) 971 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:40:55.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:55 smithi164 bash[18308]: audit 2024-02-10T09:40:54.476729+0000 mon.smithi018 (mon.0) 972 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:40:55.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:55 smithi164 bash[18308]: audit 2024-02-10T09:40:54.483832+0000 mon.smithi018 (mon.0) 973 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:40:55.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:55 smithi164 bash[18308]: cluster 2024-02-10T09:40:54.484683+0000 mgr.smithi018.dxgutx (mgr.14180) 1183 : cluster [DBG] pgmap v790: 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-10T09:40:55.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:55 smithi164 bash[18308]: audit 2024-02-10T09:40:54.491560+0000 mon.smithi018 (mon.0) 974 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:40:55.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:55 smithi164 bash[18308]: audit 2024-02-10T09:40:54.505441+0000 mon.smithi018 (mon.0) 975 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:40:55.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:55 smithi164 bash[18308]: cephadm 2024-02-10T09:40:54.509725+0000 mgr.smithi018.dxgutx (mgr.14180) 1184 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.ywvcml on smithi164 2024-02-10T09:40:55.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:40:56.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:56 smithi164 bash[18308]: audit 2024-02-10T09:40:54.918077+0000 mgr.smithi018.dxgutx (mgr.14180) 1185 : audit [DBG] from='client.25175 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:40:56.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:56 smithi164 bash[18308]: cluster 2024-02-10T09:40:55.481648+0000 mon.smithi018 (mon.0) 976 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:40:56.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:56 smithi164 bash[18308]: cluster 2024-02-10T09:40:55.481704+0000 mon.smithi018 (mon.0) 977 : cluster [INF] Cluster is now healthy 2024-02-10T09:40:56.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:56 smithi018 bash[14175]: audit 2024-02-10T09:40:54.918077+0000 mgr.smithi018.dxgutx (mgr.14180) 1185 : audit [DBG] from='client.25175 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:40:56.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:56 smithi018 bash[14175]: cluster 2024-02-10T09:40:55.481648+0000 mon.smithi018 (mon.0) 976 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:40:56.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:56 smithi018 bash[14175]: cluster 2024-02-10T09:40:55.481704+0000 mon.smithi018 (mon.0) 977 : cluster [INF] Cluster is now healthy 2024-02-10T09:40:56.746 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:40:57.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:57 smithi164 bash[18308]: cluster 2024-02-10T09:40:56.485433+0000 mgr.smithi018.dxgutx (mgr.14180) 1186 : cluster [DBG] pgmap v791: 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-10T09:40:57.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:57 smithi164 bash[18308]: audit 2024-02-10T09:40:56.503097+0000 mon.smithi018 (mon.0) 978 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:40:57.846 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:57 smithi018 bash[14175]: cluster 2024-02-10T09:40:56.485433+0000 mgr.smithi018.dxgutx (mgr.14180) 1186 : cluster [DBG] pgmap v791: 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-10T09:40:57.846 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:57 smithi018 bash[14175]: audit 2024-02-10T09:40:56.503097+0000 mon.smithi018 (mon.0) 978 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:40:59.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: cephadm 2024-02-10T09:40:58.382401+0000 mgr.smithi018.dxgutx (mgr.14180) 1187 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml 2024-02-10T09:40:59.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:40:59.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml 2024-02-10T09:40:59.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml 2024-02-10T09:40:59.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:40:59.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml 2024-02-10T09:40:59.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.ywvcml ... 2024-02-10T09:40:59.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:40:59.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:40:59.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:40:59.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:40:59.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:40:59.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:40:59.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:40:59.232 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:40:59.232 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:40:59.232 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:40:59.232 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml 2024-02-10T09:40:59.232 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:40:59.232 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml 2024-02-10T09:40:59.232 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml 2024-02-10T09:40:59.232 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:40:59.232 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml 2024-02-10T09:40:59.232 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.ywvcml ... 2024-02-10T09:40:59.232 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:40:59.232 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:40:59.233 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:40:59.233 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:40:59.233 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:40:59.233 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: cephadm 2024-02-10T09:40:58.382939+0000 mgr.smithi018.dxgutx (mgr.14180) 1188 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.ywvcml 2024-02-10T09:40:59.233 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: audit 2024-02-10T09:40:58.383522+0000 mon.smithi018 (mon.0) 979 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.ywvcml"}]: dispatch 2024-02-10T09:40:59.233 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: cephadm 2024-02-10T09:40:58.384756+0000 mgr.smithi018.dxgutx (mgr.14180) 1189 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.ywvcml on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml 2024-02-10T09:40:59.233 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:40:59.233 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml 2024-02-10T09:40:59.233 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml 2024-02-10T09:40:59.233 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:40:59.233 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml 2024-02-10T09:40:59.233 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.ywvcml ... 2024-02-10T09:40:59.233 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:40:59.233 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:40:59.233 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:40:59.234 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:40:59.234 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:40:59.234 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: cephadm 2024-02-10T09:40:58.389828+0000 mgr.smithi018.dxgutx (mgr.14180) 1190 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.icpvnk on smithi018 2024-02-10T09:40:59.234 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:40:58 smithi018 bash[14175]: cluster 2024-02-10T09:40:58.486144+0000 mgr.smithi018.dxgutx (mgr.14180) 1191 : cluster [DBG] pgmap v792: 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-10T09:40:59.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: cephadm 2024-02-10T09:40:58.382401+0000 mgr.smithi018.dxgutx (mgr.14180) 1187 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml 2024-02-10T09:40:59.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:40:59.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml 2024-02-10T09:40:59.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml 2024-02-10T09:40:59.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:40:59.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml 2024-02-10T09:40:59.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.ywvcml ... 2024-02-10T09:40:59.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:40:59.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:40:59.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:40:59.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:40:59.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:40:59.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:40:59.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:40:59.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:40:59.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:40:59.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:40:59.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml 2024-02-10T09:40:59.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:40:59.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml 2024-02-10T09:40:59.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml 2024-02-10T09:40:59.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:40:59.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml 2024-02-10T09:40:59.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.ywvcml ... 2024-02-10T09:40:59.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:40:59.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:40:59.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:40:59.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:40:59.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:40:59.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: cephadm 2024-02-10T09:40:58.382939+0000 mgr.smithi018.dxgutx (mgr.14180) 1188 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.ywvcml 2024-02-10T09:40:59.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: audit 2024-02-10T09:40:58.383522+0000 mon.smithi018 (mon.0) 979 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.ywvcml"}]: dispatch 2024-02-10T09:40:59.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: cephadm 2024-02-10T09:40:58.384756+0000 mgr.smithi018.dxgutx (mgr.14180) 1189 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.ywvcml on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml 2024-02-10T09:40:59.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:40:59.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml 2024-02-10T09:40:59.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml 2024-02-10T09:40:59.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:40:59.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml 2024-02-10T09:40:59.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.ywvcml ... 2024-02-10T09:40:59.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:40:59.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:40:59.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:40:59.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:40:59.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:40:59.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: cephadm 2024-02-10T09:40:58.389828+0000 mgr.smithi018.dxgutx (mgr.14180) 1190 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.icpvnk on smithi018 2024-02-10T09:40:59.329 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:40:58 smithi164 bash[18308]: cluster 2024-02-10T09:40:58.486144+0000 mgr.smithi018.dxgutx (mgr.14180) 1191 : cluster [DBG] pgmap v792: 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-10T09:41:00.152 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:41:00.152 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:39:50.053787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.kkqbsf on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-kkqbsf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.kkqbsf\nDeploy daemon haproxy.nfs.foo.smithi164.kkqbsf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.155975Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.zcdqxz on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-zcdqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.zcdqxz\nDeploy daemon haproxy.nfs.foo.smithi018.zcdqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:39:54.158172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.raaivi on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:39:54.161154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:40:58.384506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ywvcml on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\nDeploy daemon haproxy.nfs.foo.smithi164.ywvcml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -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.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:41:00.906 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:41:01.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:01 smithi164 bash[18308]: audit 2024-02-10T09:41:00.134570+0000 mgr.smithi018.dxgutx (mgr.14180) 1192 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:41:01.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:01 smithi164 bash[18308]: cluster 2024-02-10T09:41:00.486767+0000 mgr.smithi018.dxgutx (mgr.14180) 1193 : cluster [DBG] pgmap v793: 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-10T09:41:01.908 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:41:01.920 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:01 smithi018 bash[14175]: audit 2024-02-10T09:41:00.134570+0000 mgr.smithi018.dxgutx (mgr.14180) 1192 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:41:01.920 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:01 smithi018 bash[14175]: cluster 2024-02-10T09:41:00.486767+0000 mgr.smithi018.dxgutx (mgr.14180) 1193 : cluster [DBG] pgmap v793: 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-10T09:41:02.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:02 smithi164 bash[18308]: audit 2024-02-10T09:41:02.138525+0000 mon.smithi018 (mon.0) 980 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.icpvnk"}]: dispatch 2024-02-10T09:41:02.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:02 smithi018 bash[14175]: audit 2024-02-10T09:41:02.138525+0000 mon.smithi018 (mon.0) 980 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.icpvnk"}]: dispatch 2024-02-10T09:41:03.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: cephadm 2024-02-10T09:41:02.137329+0000 mgr.smithi018.dxgutx (mgr.14180) 1194 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk 2024-02-10T09:41:03.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:41:03.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk 2024-02-10T09:41:03.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk 2024-02-10T09:41:03.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:41:03.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk 2024-02-10T09:41:03.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.icpvnk ... 2024-02-10T09:41:03.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:41:03.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:41:03.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:41:03.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:41:03.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:41:03.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:41:03.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:41:03.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:41:03.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:41:03.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:41:03.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk 2024-02-10T09:41:03.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:41:03.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk 2024-02-10T09:41:03.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk 2024-02-10T09:41:03.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:41:03.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk 2024-02-10T09:41:03.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.icpvnk ... 2024-02-10T09:41:03.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:41:03.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:41:03.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:41:03.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:41:03.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:41:03.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: cephadm 2024-02-10T09:41:02.137809+0000 mgr.smithi018.dxgutx (mgr.14180) 1195 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.icpvnk 2024-02-10T09:41:03.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: cephadm 2024-02-10T09:41:02.139667+0000 mgr.smithi018.dxgutx (mgr.14180) 1196 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.icpvnk on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk 2024-02-10T09:41:03.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:41:03.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk 2024-02-10T09:41:03.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk 2024-02-10T09:41:03.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:41:03.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk 2024-02-10T09:41:03.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.icpvnk ... 2024-02-10T09:41:03.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:41:03.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:41:03.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:41:03.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:41:03.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:41:03.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: cephadm 2024-02-10T09:41:02.142643+0000 mgr.smithi018.dxgutx (mgr.14180) 1197 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.rryaxg on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:41:03.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: cephadm 2024-02-10T09:41:02.144285+0000 mgr.smithi018.dxgutx (mgr.14180) 1198 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:41:03.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: cluster 2024-02-10T09:41:02.144997+0000 mgr.smithi018.dxgutx (mgr.14180) 1199 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2024-02-10T09:41:03.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:03 smithi164 bash[18308]: cluster 2024-02-10T09:41:02.543930+0000 mon.smithi018 (mon.0) 981 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:41:03.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: cephadm 2024-02-10T09:41:02.137329+0000 mgr.smithi018.dxgutx (mgr.14180) 1194 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk 2024-02-10T09:41:03.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:41:03.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk 2024-02-10T09:41:03.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk 2024-02-10T09:41:03.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:41:03.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk 2024-02-10T09:41:03.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.icpvnk ... 2024-02-10T09:41:03.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:41:03.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:41:03.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:41:03.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:41:03.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:41:03.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:41:03.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:41:03.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:41:03.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:41:03.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:41:03.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk 2024-02-10T09:41:03.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:41:03.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk 2024-02-10T09:41:03.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk 2024-02-10T09:41:03.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:41:03.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk 2024-02-10T09:41:03.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.icpvnk ... 2024-02-10T09:41:03.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:41:03.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:41:03.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:41:03.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:41:03.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:41:03.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: cephadm 2024-02-10T09:41:02.137809+0000 mgr.smithi018.dxgutx (mgr.14180) 1195 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.icpvnk 2024-02-10T09:41:03.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: cephadm 2024-02-10T09:41:02.139667+0000 mgr.smithi018.dxgutx (mgr.14180) 1196 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.icpvnk on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk 2024-02-10T09:41:03.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:41:03.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk 2024-02-10T09:41:03.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk 2024-02-10T09:41:03.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:41:03.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk 2024-02-10T09:41:03.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.icpvnk ... 2024-02-10T09:41:03.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:41:03.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:41:03.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:41:03.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:41:03.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:41:03.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: cephadm 2024-02-10T09:41:02.142643+0000 mgr.smithi018.dxgutx (mgr.14180) 1197 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.rryaxg on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:41:03.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: cephadm 2024-02-10T09:41:02.144285+0000 mgr.smithi018.dxgutx (mgr.14180) 1198 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:41:03.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: cluster 2024-02-10T09:41:02.144997+0000 mgr.smithi018.dxgutx (mgr.14180) 1199 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2024-02-10T09:41:03.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:03 smithi018 bash[14175]: cluster 2024-02-10T09:41:02.543930+0000 mon.smithi018 (mon.0) 981 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:41:04.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:04 smithi164 bash[18308]: cluster 2024-02-10T09:41:04.146136+0000 mgr.smithi018.dxgutx (mgr.14180) 1200 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2024-02-10T09:41:04.921 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:04 smithi018 bash[14175]: cluster 2024-02-10T09:41:04.146136+0000 mgr.smithi018.dxgutx (mgr.14180) 1200 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2024-02-10T09:41:05.335 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:41:05.335 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:39:54.161154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:40:58.384506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ywvcml on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\nDeploy daemon haproxy.nfs.foo.smithi164.ywvcml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:41:02.139497Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.icpvnk on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk\nDeploy daemon haproxy.nfs.foo.smithi018.icpvnk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:41:02.142499Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.rryaxg on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:41:02.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:41:06.114 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:41:06.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:06 smithi018 bash[14175]: audit 2024-02-10T09:41:05.167924+0000 mon.smithi018 (mon.0) 982 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:41:06.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:06 smithi018 bash[14175]: audit 2024-02-10T09:41:05.325064+0000 mgr.smithi018.dxgutx (mgr.14180) 1201 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:41:06.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:06 smithi164 bash[18308]: audit 2024-02-10T09:41:05.167924+0000 mon.smithi018 (mon.0) 982 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:41:06.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:06 smithi164 bash[18308]: audit 2024-02-10T09:41:05.325064+0000 mgr.smithi018.dxgutx (mgr.14180) 1201 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:41:07.114 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:41:07.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:07 smithi018 bash[14175]: cluster 2024-02-10T09:41:06.147396+0000 mgr.smithi018.dxgutx (mgr.14180) 1202 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2024-02-10T09:41:07.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:07 smithi164 bash[18308]: cluster 2024-02-10T09:41:06.147396+0000 mgr.smithi018.dxgutx (mgr.14180) 1202 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2024-02-10T09:41:09.126 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:08 smithi018 bash[14175]: cluster 2024-02-10T09:41:08.148379+0000 mgr.smithi018.dxgutx (mgr.14180) 1203 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2024-02-10T09:41:09.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:08 smithi164 bash[18308]: cluster 2024-02-10T09:41:08.148379+0000 mgr.smithi018.dxgutx (mgr.14180) 1203 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2024-02-10T09:41:10.421 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:41:10.421 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:39:54.161154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:40:58.384506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ywvcml on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\nDeploy daemon haproxy.nfs.foo.smithi164.ywvcml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:41:02.139497Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.icpvnk on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk\nDeploy daemon haproxy.nfs.foo.smithi018.icpvnk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:41:02.142499Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.rryaxg on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:41:02.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:41:11.179 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:41:11.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:11 smithi018 bash[14175]: cluster 2024-02-10T09:41:10.149615+0000 mgr.smithi018.dxgutx (mgr.14180) 1204 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2024-02-10T09:41:11.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:11 smithi018 bash[14175]: audit 2024-02-10T09:41:10.408158+0000 mgr.smithi018.dxgutx (mgr.14180) 1205 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:41:11.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:11 smithi164 bash[18308]: cluster 2024-02-10T09:41:10.149615+0000 mgr.smithi018.dxgutx (mgr.14180) 1204 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2024-02-10T09:41:11.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:11 smithi164 bash[18308]: audit 2024-02-10T09:41:10.408158+0000 mgr.smithi018.dxgutx (mgr.14180) 1205 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:41:12.180 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:41:12.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:12 smithi018 bash[14175]: audit 2024-02-10T09:41:11.503316+0000 mon.smithi018 (mon.0) 983 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:41:12.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:12 smithi164 bash[18308]: audit 2024-02-10T09:41:11.503316+0000 mon.smithi018 (mon.0) 983 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:41:13.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:13 smithi018 bash[14175]: cluster 2024-02-10T09:41:12.150868+0000 mgr.smithi018.dxgutx (mgr.14180) 1206 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2024-02-10T09:41:13.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:13 smithi164 bash[18308]: cluster 2024-02-10T09:41:12.150868+0000 mgr.smithi018.dxgutx (mgr.14180) 1206 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2024-02-10T09:41:15.571 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:41:15.571 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:39:54.161154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:40:58.384506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ywvcml on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\nDeploy daemon haproxy.nfs.foo.smithi164.ywvcml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:41:02.139497Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.icpvnk on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk\nDeploy daemon haproxy.nfs.foo.smithi018.icpvnk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:41:02.142499Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.rryaxg on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:41:02.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:41:15.816 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:15 smithi018 bash[14175]: cluster 2024-02-10T09:41:14.152335+0000 mgr.smithi018.dxgutx (mgr.14180) 1207 : cluster [DBG] pgmap v800: 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-10T09:41:15.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:15 smithi164 bash[18308]: cluster 2024-02-10T09:41:14.152335+0000 mgr.smithi018.dxgutx (mgr.14180) 1207 : cluster [DBG] pgmap v800: 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-10T09:41:16.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:41:17.319 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:41:17.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:17 smithi018 bash[14175]: audit 2024-02-10T09:41:15.554509+0000 mgr.smithi018.dxgutx (mgr.14180) 1208 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:41:17.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:17 smithi018 bash[14175]: cluster 2024-02-10T09:41:16.153541+0000 mgr.smithi018.dxgutx (mgr.14180) 1209 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:41:17.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:17 smithi164 bash[18308]: audit 2024-02-10T09:41:15.554509+0000 mgr.smithi018.dxgutx (mgr.14180) 1208 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:41:17.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:17 smithi164 bash[18308]: cluster 2024-02-10T09:41:16.153541+0000 mgr.smithi018.dxgutx (mgr.14180) 1209 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:41:19.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:18 smithi018 bash[14175]: cluster 2024-02-10T09:41:18.154777+0000 mgr.smithi018.dxgutx (mgr.14180) 1210 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:41:19.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:18 smithi164 bash[18308]: cluster 2024-02-10T09:41:18.154777+0000 mgr.smithi018.dxgutx (mgr.14180) 1210 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:41:20.679 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:41:20.679 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:39:54.161154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:40:58.384506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ywvcml on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\nDeploy daemon haproxy.nfs.foo.smithi164.ywvcml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:41:02.139497Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.icpvnk on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk\nDeploy daemon haproxy.nfs.foo.smithi018.icpvnk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:41:02.142499Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.rryaxg on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:41:02.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:41:21.446 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:41:21.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:21 smithi018 bash[14175]: cluster 2024-02-10T09:41:20.155921+0000 mgr.smithi018.dxgutx (mgr.14180) 1211 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:41:21.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:21 smithi164 bash[18308]: cluster 2024-02-10T09:41:20.155921+0000 mgr.smithi018.dxgutx (mgr.14180) 1211 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:41:22.447 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:41:22.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:22 smithi018 bash[14175]: audit 2024-02-10T09:41:20.668774+0000 mgr.smithi018.dxgutx (mgr.14180) 1212 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:41:22.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:22 smithi164 bash[18308]: audit 2024-02-10T09:41:20.668774+0000 mgr.smithi018.dxgutx (mgr.14180) 1212 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:41:23.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:23 smithi164 bash[18308]: cluster 2024-02-10T09:41:22.156973+0000 mgr.smithi018.dxgutx (mgr.14180) 1213 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:41:23.642 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:23 smithi018 bash[14175]: cluster 2024-02-10T09:41:22.156973+0000 mgr.smithi018.dxgutx (mgr.14180) 1213 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:41:25.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:25 smithi164 bash[18308]: cluster 2024-02-10T09:41:24.158197+0000 mgr.smithi018.dxgutx (mgr.14180) 1214 : cluster [DBG] pgmap v805: 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-10T09:41:25.674 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:41:25.674 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:39:54.161154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:40:58.384506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ywvcml on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\nDeploy daemon haproxy.nfs.foo.smithi164.ywvcml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:41:02.139497Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.icpvnk on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk\nDeploy daemon haproxy.nfs.foo.smithi018.icpvnk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:41:02.142499Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.rryaxg on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:41:02.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:41:25.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:25 smithi018 bash[14175]: cluster 2024-02-10T09:41:24.158197+0000 mgr.smithi018.dxgutx (mgr.14180) 1214 : cluster [DBG] pgmap v805: 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-10T09:41:26.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:41:27.495 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:41:27.507 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:27 smithi018 bash[14175]: audit 2024-02-10T09:41:25.664437+0000 mgr.smithi018.dxgutx (mgr.14180) 1215 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:41:27.507 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:27 smithi018 bash[14175]: cluster 2024-02-10T09:41:26.159355+0000 mgr.smithi018.dxgutx (mgr.14180) 1216 : 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-10T09:41:27.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:27 smithi164 bash[18308]: audit 2024-02-10T09:41:25.664437+0000 mgr.smithi018.dxgutx (mgr.14180) 1215 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:41:27.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:27 smithi164 bash[18308]: cluster 2024-02-10T09:41:26.159355+0000 mgr.smithi018.dxgutx (mgr.14180) 1216 : 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-10T09:41:28.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:28 smithi018 bash[14175]: cluster 2024-02-10T09:41:28.160568+0000 mgr.smithi018.dxgutx (mgr.14180) 1217 : 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-10T09:41:29.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:28 smithi164 bash[18308]: cluster 2024-02-10T09:41:28.160568+0000 mgr.smithi018.dxgutx (mgr.14180) 1217 : 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-10T09:41:30.715 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:41:30.715 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:39:54.161154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:40:58.384506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ywvcml on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\nDeploy daemon haproxy.nfs.foo.smithi164.ywvcml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:41:02.139497Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.icpvnk on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk\nDeploy daemon haproxy.nfs.foo.smithi018.icpvnk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:41:02.142499Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.rryaxg on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:41:02.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:41:31.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:31 smithi018 bash[14175]: cluster 2024-02-10T09:41:30.161806+0000 mgr.smithi018.dxgutx (mgr.14180) 1218 : 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-10T09:41:31.504 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:41:31.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:31 smithi164 bash[18308]: cluster 2024-02-10T09:41:30.161806+0000 mgr.smithi018.dxgutx (mgr.14180) 1218 : 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-10T09:41:32.505 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:41:32.519 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:32 smithi018 bash[14175]: audit 2024-02-10T09:41:30.701735+0000 mgr.smithi018.dxgutx (mgr.14180) 1219 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:41:32.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:32 smithi164 bash[18308]: audit 2024-02-10T09:41:30.701735+0000 mgr.smithi018.dxgutx (mgr.14180) 1219 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:41:33.564 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:33 smithi018 bash[14175]: cluster 2024-02-10T09:41:32.162929+0000 mgr.smithi018.dxgutx (mgr.14180) 1220 : 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-10T09:41:33.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:33 smithi164 bash[18308]: cluster 2024-02-10T09:41:32.162929+0000 mgr.smithi018.dxgutx (mgr.14180) 1220 : 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-10T09:41:35.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:35 smithi164 bash[18308]: cluster 2024-02-10T09:41:34.164265+0000 mgr.smithi018.dxgutx (mgr.14180) 1221 : 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-10T09:41:35.713 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:41:35.713 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:39:54.161154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:40:58.384506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ywvcml on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\nDeploy daemon haproxy.nfs.foo.smithi164.ywvcml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:41:02.139497Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.icpvnk on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk\nDeploy daemon haproxy.nfs.foo.smithi018.icpvnk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:41:02.142499Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.rryaxg on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:41:02.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:41:35.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:35 smithi018 bash[14175]: cluster 2024-02-10T09:41:34.164265+0000 mgr.smithi018.dxgutx (mgr.14180) 1221 : 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-10T09:41:36.458 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:41:37.459 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:41:37.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:37 smithi164 bash[18308]: audit 2024-02-10T09:41:35.697877+0000 mgr.smithi018.dxgutx (mgr.14180) 1222 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:41:37.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:37 smithi164 bash[18308]: cluster 2024-02-10T09:41:36.165028+0000 mgr.smithi018.dxgutx (mgr.14180) 1223 : 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-10T09:41:37.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:37 smithi018 bash[14175]: audit 2024-02-10T09:41:35.697877+0000 mgr.smithi018.dxgutx (mgr.14180) 1222 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:41:37.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:37 smithi018 bash[14175]: cluster 2024-02-10T09:41:36.165028+0000 mgr.smithi018.dxgutx (mgr.14180) 1223 : 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-10T09:41:39.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:38 smithi018 bash[14175]: cluster 2024-02-10T09:41:38.166170+0000 mgr.smithi018.dxgutx (mgr.14180) 1224 : 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-10T09:41:39.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:38 smithi164 bash[18308]: cluster 2024-02-10T09:41:38.166170+0000 mgr.smithi018.dxgutx (mgr.14180) 1224 : 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-10T09:41:40.644 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:41:40.644 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:39:54.161154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:40:58.384506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ywvcml on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\nDeploy daemon haproxy.nfs.foo.smithi164.ywvcml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:41:02.139497Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.icpvnk on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk\nDeploy daemon haproxy.nfs.foo.smithi018.icpvnk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:41:02.142499Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.rryaxg on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:41:02.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:41:41.361 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:41:41.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:41 smithi164 bash[18308]: cluster 2024-02-10T09:41:40.167415+0000 mgr.smithi018.dxgutx (mgr.14180) 1225 : 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-10T09:41:41.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:41 smithi018 bash[14175]: cluster 2024-02-10T09:41:40.167415+0000 mgr.smithi018.dxgutx (mgr.14180) 1225 : 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-10T09:41:42.362 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:41:42.568 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:42 smithi018 bash[14175]: audit 2024-02-10T09:41:40.634101+0000 mgr.smithi018.dxgutx (mgr.14180) 1226 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:41:42.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:42 smithi164 bash[18308]: audit 2024-02-10T09:41:40.634101+0000 mgr.smithi018.dxgutx (mgr.14180) 1226 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:41:43.529 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:43 smithi018 bash[14175]: cluster 2024-02-10T09:41:42.168465+0000 mgr.smithi018.dxgutx (mgr.14180) 1227 : 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-10T09:41:43.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:43 smithi164 bash[18308]: cluster 2024-02-10T09:41:42.168465+0000 mgr.smithi018.dxgutx (mgr.14180) 1227 : 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-10T09:41:45.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:45 smithi018 bash[14175]: cluster 2024-02-10T09:41:44.169843+0000 mgr.smithi018.dxgutx (mgr.14180) 1228 : 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-10T09:41:45.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:45 smithi164 bash[18308]: cluster 2024-02-10T09:41:44.169843+0000 mgr.smithi018.dxgutx (mgr.14180) 1228 : 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-10T09:41:45.634 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:41:45.634 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:39:54.161154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:40:58.384506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ywvcml on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\nDeploy daemon haproxy.nfs.foo.smithi164.ywvcml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:41:02.139497Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.icpvnk on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk\nDeploy daemon haproxy.nfs.foo.smithi018.icpvnk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:41:02.142499Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.rryaxg on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:41:02.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:41:46.481 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:41:47.482 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:41:47.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:47 smithi164 bash[18308]: audit 2024-02-10T09:41:45.618722+0000 mgr.smithi018.dxgutx (mgr.14180) 1229 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:41:47.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:47 smithi164 bash[18308]: cluster 2024-02-10T09:41:46.171036+0000 mgr.smithi018.dxgutx (mgr.14180) 1230 : 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-10T09:41:47.684 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:47 smithi018 bash[14175]: audit 2024-02-10T09:41:45.618722+0000 mgr.smithi018.dxgutx (mgr.14180) 1229 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:41:47.685 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:47 smithi018 bash[14175]: cluster 2024-02-10T09:41:46.171036+0000 mgr.smithi018.dxgutx (mgr.14180) 1230 : 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-10T09:41:49.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:48 smithi018 bash[14175]: cluster 2024-02-10T09:41:48.172267+0000 mgr.smithi018.dxgutx (mgr.14180) 1231 : 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-10T09:41:49.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:48 smithi164 bash[18308]: cluster 2024-02-10T09:41:48.172267+0000 mgr.smithi018.dxgutx (mgr.14180) 1231 : 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-10T09:41:50.610 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:41:50.610 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:39:54.161154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:40:58.384506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ywvcml on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\nDeploy daemon haproxy.nfs.foo.smithi164.ywvcml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:41:02.139497Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.icpvnk on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk\nDeploy daemon haproxy.nfs.foo.smithi018.icpvnk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:41:02.142499Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.rryaxg on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:41:02.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:41:51.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:41:51.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:51 smithi164 bash[18308]: cluster 2024-02-10T09:41:50.173444+0000 mgr.smithi018.dxgutx (mgr.14180) 1232 : 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-10T09:41:51.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:51 smithi018 bash[14175]: cluster 2024-02-10T09:41:50.173444+0000 mgr.smithi018.dxgutx (mgr.14180) 1232 : 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-10T09:41:52.426 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:41:52.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:52 smithi164 bash[18308]: audit 2024-02-10T09:41:50.594233+0000 mgr.smithi018.dxgutx (mgr.14180) 1233 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:41:52.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:52 smithi018 bash[14175]: audit 2024-02-10T09:41:50.594233+0000 mgr.smithi018.dxgutx (mgr.14180) 1233 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:41:53.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:53 smithi164 bash[18308]: cluster 2024-02-10T09:41:52.174500+0000 mgr.smithi018.dxgutx (mgr.14180) 1234 : 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-10T09:41:53.589 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:53 smithi018 bash[14175]: cluster 2024-02-10T09:41:52.174500+0000 mgr.smithi018.dxgutx (mgr.14180) 1234 : 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-10T09:41:55.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:55 smithi018 bash[14175]: cluster 2024-02-10T09:41:54.175741+0000 mgr.smithi018.dxgutx (mgr.14180) 1235 : 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-10T09:41:55.516 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:41:55.517 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:39:54.161154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:40:58.384506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ywvcml on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\nDeploy daemon haproxy.nfs.foo.smithi164.ywvcml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:41:02.139497Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.icpvnk on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk\nDeploy daemon haproxy.nfs.foo.smithi018.icpvnk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:41:02.142499Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.rryaxg on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:41:02.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:41:55.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:55 smithi164 bash[18308]: cluster 2024-02-10T09:41:54.175741+0000 mgr.smithi018.dxgutx (mgr.14180) 1235 : 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-10T09:41:56.362 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:41:56.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:56 smithi164 bash[18308]: audit 2024-02-10T09:41:55.502374+0000 mgr.smithi018.dxgutx (mgr.14180) 1236 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:41:56.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:56 smithi018 bash[14175]: audit 2024-02-10T09:41:55.502374+0000 mgr.smithi018.dxgutx (mgr.14180) 1236 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:41:57.363 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:41:57.571 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:57 smithi018 bash[14175]: cluster 2024-02-10T09:41:56.176874+0000 mgr.smithi018.dxgutx (mgr.14180) 1237 : 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-10T09:41:57.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:57 smithi164 bash[18308]: cluster 2024-02-10T09:41:56.176874+0000 mgr.smithi018.dxgutx (mgr.14180) 1237 : 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-10T09:41:59.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:41:58 smithi018 bash[14175]: cluster 2024-02-10T09:41:58.178007+0000 mgr.smithi018.dxgutx (mgr.14180) 1238 : 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-10T09:41:59.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:41:58 smithi164 bash[18308]: cluster 2024-02-10T09:41:58.178007+0000 mgr.smithi018.dxgutx (mgr.14180) 1238 : 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-10T09:42:00.527 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:42:00.527 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:39:54.161154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:40:58.384506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ywvcml on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\nDeploy daemon haproxy.nfs.foo.smithi164.ywvcml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:41:02.139497Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.icpvnk on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk\nDeploy daemon haproxy.nfs.foo.smithi018.icpvnk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:41:02.142499Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.rryaxg on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:41:02.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:42:01.288 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:42:01.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:01 smithi164 bash[18308]: cluster 2024-02-10T09:42:00.178969+0000 mgr.smithi018.dxgutx (mgr.14180) 1239 : 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-10T09:42:01.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:01 smithi164 bash[18308]: audit 2024-02-10T09:42:00.511741+0000 mgr.smithi018.dxgutx (mgr.14180) 1240 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:42:01.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:01 smithi018 bash[14175]: cluster 2024-02-10T09:42:00.178969+0000 mgr.smithi018.dxgutx (mgr.14180) 1239 : 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-10T09:42:01.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:01 smithi018 bash[14175]: audit 2024-02-10T09:42:00.511741+0000 mgr.smithi018.dxgutx (mgr.14180) 1240 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:42:02.289 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:42:02.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:02 smithi164 bash[18308]: audit 2024-02-10T09:42:02.148100+0000 mon.smithi018 (mon.0) 984 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:42:02.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:02 smithi018 bash[14175]: audit 2024-02-10T09:42:02.148100+0000 mon.smithi018 (mon.0) 984 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:42:03.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:03 smithi164 bash[18308]: cluster 2024-02-10T09:42:02.179981+0000 mgr.smithi018.dxgutx (mgr.14180) 1241 : 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-10T09:42:03.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:03 smithi164 bash[18308]: audit 2024-02-10T09:42:02.459477+0000 mon.smithi018 (mon.0) 985 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:42:03.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:03 smithi164 bash[18308]: audit 2024-02-10T09:42:02.460551+0000 mon.smithi018 (mon.0) 986 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:42:03.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:03 smithi164 bash[18308]: audit 2024-02-10T09:42:02.469453+0000 mon.smithi018 (mon.0) 987 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:42:03.579 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:03 smithi164 bash[18308]: cluster 2024-02-10T09:42:02.470536+0000 mgr.smithi018.dxgutx (mgr.14180) 1242 : cluster [DBG] pgmap v825: 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-10T09:42:03.579 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:03 smithi164 bash[18308]: audit 2024-02-10T09:42:02.477970+0000 mon.smithi018 (mon.0) 988 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:42:03.579 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:03 smithi164 bash[18308]: audit 2024-02-10T09:42:02.492472+0000 mon.smithi018 (mon.0) 989 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:42:03.579 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:03 smithi164 bash[18308]: cephadm 2024-02-10T09:42:02.496524+0000 mgr.smithi018.dxgutx (mgr.14180) 1243 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.omqkxi on smithi164 2024-02-10T09:42:03.581 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:03 smithi018 bash[14175]: cluster 2024-02-10T09:42:02.179981+0000 mgr.smithi018.dxgutx (mgr.14180) 1241 : 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-10T09:42:03.581 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:03 smithi018 bash[14175]: audit 2024-02-10T09:42:02.459477+0000 mon.smithi018 (mon.0) 985 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:42:03.581 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:03 smithi018 bash[14175]: audit 2024-02-10T09:42:02.460551+0000 mon.smithi018 (mon.0) 986 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:42:03.581 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:03 smithi018 bash[14175]: audit 2024-02-10T09:42:02.469453+0000 mon.smithi018 (mon.0) 987 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:42:03.582 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:03 smithi018 bash[14175]: cluster 2024-02-10T09:42:02.470536+0000 mgr.smithi018.dxgutx (mgr.14180) 1242 : cluster [DBG] pgmap v825: 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-10T09:42:03.582 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:03 smithi018 bash[14175]: audit 2024-02-10T09:42:02.477970+0000 mon.smithi018 (mon.0) 988 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:42:03.582 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:03 smithi018 bash[14175]: audit 2024-02-10T09:42:02.492472+0000 mon.smithi018 (mon.0) 989 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:42:03.582 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:03 smithi018 bash[14175]: cephadm 2024-02-10T09:42:02.496524+0000 mgr.smithi018.dxgutx (mgr.14180) 1243 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.omqkxi on smithi164 2024-02-10T09:42:04.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:04 smithi164 bash[18308]: cluster 2024-02-10T09:42:03.464323+0000 mon.smithi018 (mon.0) 990 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:42:04.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:04 smithi164 bash[18308]: cluster 2024-02-10T09:42:03.464383+0000 mon.smithi018 (mon.0) 991 : cluster [INF] Cluster is now healthy 2024-02-10T09:42:04.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:04 smithi018 bash[14175]: cluster 2024-02-10T09:42:03.464323+0000 mon.smithi018 (mon.0) 990 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:42:04.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:04 smithi018 bash[14175]: cluster 2024-02-10T09:42:03.464383+0000 mon.smithi018 (mon.0) 991 : cluster [INF] Cluster is now healthy 2024-02-10T09:42:05.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:05 smithi164 bash[18308]: cluster 2024-02-10T09:42:04.471446+0000 mgr.smithi018.dxgutx (mgr.14180) 1244 : cluster [DBG] pgmap v826: 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-10T09:42:05.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:05 smithi018 bash[14175]: cluster 2024-02-10T09:42:04.471446+0000 mgr.smithi018.dxgutx (mgr.14180) 1244 : cluster [DBG] pgmap v826: 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-10T09:42:05.736 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:42:05.736 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:39:54.161154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.vvsecq on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:40:58.384506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.ywvcml on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-ywvcml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.ywvcml\nDeploy daemon haproxy.nfs.foo.smithi164.ywvcml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:41:02.139497Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.icpvnk on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-icpvnk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.icpvnk\nDeploy daemon haproxy.nfs.foo.smithi018.icpvnk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:41:02.142499Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.rryaxg on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:41:02.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:42:06.561 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:42:06.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:06 smithi018 bash[14175]: audit 2024-02-10T09:42:06.449596+0000 mon.smithi018 (mon.0) 992 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.omqkxi"}]: dispatch 2024-02-10T09:42:06.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:06 smithi164 bash[18308]: audit 2024-02-10T09:42:06.449596+0000 mon.smithi018 (mon.0) 992 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.omqkxi"}]: dispatch 2024-02-10T09:42:07.562 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:42:07.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: audit 2024-02-10T09:42:05.720333+0000 mgr.smithi018.dxgutx (mgr.14180) 1245 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:42:07.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: cephadm 2024-02-10T09:42:06.448420+0000 mgr.smithi018.dxgutx (mgr.14180) 1246 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi 2024-02-10T09:42:07.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:42:07.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi 2024-02-10T09:42:07.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi 2024-02-10T09:42:07.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:42:07.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi 2024-02-10T09:42:07.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.omqkxi ... 2024-02-10T09:42:07.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:42:07.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:42:07.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:42:07.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:42:07.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:42:07.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:42:07.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:42:07.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:42:07.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:42:07.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:42:07.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi 2024-02-10T09:42:07.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:42:07.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi 2024-02-10T09:42:07.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi 2024-02-10T09:42:07.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:42:07.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi 2024-02-10T09:42:07.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.omqkxi ... 2024-02-10T09:42:07.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:42:07.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:42:07.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:42:07.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:42:07.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:42:07.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: cephadm 2024-02-10T09:42:06.448927+0000 mgr.smithi018.dxgutx (mgr.14180) 1247 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.omqkxi 2024-02-10T09:42:07.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: cephadm 2024-02-10T09:42:06.450958+0000 mgr.smithi018.dxgutx (mgr.14180) 1248 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.omqkxi on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi 2024-02-10T09:42:07.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:42:07.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi 2024-02-10T09:42:07.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi 2024-02-10T09:42:07.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:42:07.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi 2024-02-10T09:42:07.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.omqkxi ... 2024-02-10T09:42:07.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:42:07.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:42:07.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:42:07.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:42:07.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:42:07.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: cephadm 2024-02-10T09:42:06.454655+0000 mgr.smithi018.dxgutx (mgr.14180) 1249 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.nnpvkw on smithi018 2024-02-10T09:42:07.829 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:07 smithi164 bash[18308]: cluster 2024-02-10T09:42:06.472147+0000 mgr.smithi018.dxgutx (mgr.14180) 1250 : cluster [DBG] pgmap v827: 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-10T09:42:07.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: audit 2024-02-10T09:42:05.720333+0000 mgr.smithi018.dxgutx (mgr.14180) 1245 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:42:07.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: cephadm 2024-02-10T09:42:06.448420+0000 mgr.smithi018.dxgutx (mgr.14180) 1246 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi 2024-02-10T09:42:07.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:42:07.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi 2024-02-10T09:42:07.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi 2024-02-10T09:42:07.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:42:07.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi 2024-02-10T09:42:07.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.omqkxi ... 2024-02-10T09:42:07.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:42:07.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:42:07.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:42:07.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:42:07.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:42:07.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:42:07.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:42:07.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:42:07.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:42:07.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:42:07.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi 2024-02-10T09:42:07.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:42:07.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi 2024-02-10T09:42:07.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi 2024-02-10T09:42:07.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:42:07.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi 2024-02-10T09:42:07.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.omqkxi ... 2024-02-10T09:42:07.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:42:07.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:42:07.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:42:07.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:42:07.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:42:07.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: cephadm 2024-02-10T09:42:06.448927+0000 mgr.smithi018.dxgutx (mgr.14180) 1247 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.omqkxi 2024-02-10T09:42:07.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: cephadm 2024-02-10T09:42:06.450958+0000 mgr.smithi018.dxgutx (mgr.14180) 1248 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.omqkxi on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi 2024-02-10T09:42:07.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:42:07.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi 2024-02-10T09:42:07.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi 2024-02-10T09:42:07.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:42:07.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi 2024-02-10T09:42:07.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.omqkxi ... 2024-02-10T09:42:07.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:42:07.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:42:07.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:42:07.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:42:07.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:42:07.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: cephadm 2024-02-10T09:42:06.454655+0000 mgr.smithi018.dxgutx (mgr.14180) 1249 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.nnpvkw on smithi018 2024-02-10T09:42:07.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:07 smithi018 bash[14175]: cluster 2024-02-10T09:42:06.472147+0000 mgr.smithi018.dxgutx (mgr.14180) 1250 : cluster [DBG] pgmap v827: 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-10T09:42:08.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:08 smithi018 bash[14175]: cluster 2024-02-10T09:42:08.473244+0000 mgr.smithi018.dxgutx (mgr.14180) 1251 : cluster [DBG] pgmap v828: 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-10T09:42:09.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:08 smithi164 bash[18308]: cluster 2024-02-10T09:42:08.473244+0000 mgr.smithi018.dxgutx (mgr.14180) 1251 : cluster [DBG] pgmap v828: 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-10T09:42:10.618 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:10 smithi018 bash[14175]: audit 2024-02-10T09:42:10.450573+0000 mon.smithi018 (mon.0) 993 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.nnpvkw"}]: dispatch 2024-02-10T09:42:10.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:10 smithi164 bash[18308]: audit 2024-02-10T09:42:10.450573+0000 mon.smithi018 (mon.0) 993 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.nnpvkw"}]: dispatch 2024-02-10T09:42:11.020 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:42:11.021 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:41:02.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:42:06.450783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.omqkxi on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\nDeploy daemon haproxy.nfs.foo.smithi164.omqkxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.451581Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.nnpvkw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\nDeploy daemon haproxy.nfs.foo.smithi018.nnpvkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.455589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.aamcxy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:42:10.457963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:42:11.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: cephadm 2024-02-10T09:42:10.449376+0000 mgr.smithi018.dxgutx (mgr.14180) 1252 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw 2024-02-10T09:42:11.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:42:11.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw 2024-02-10T09:42:11.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw 2024-02-10T09:42:11.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:42:11.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw 2024-02-10T09:42:11.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.nnpvkw ... 2024-02-10T09:42:11.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:42:11.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:42:11.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:42:11.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:42:11.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:42:11.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:42:11.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:42:11.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:42:11.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:42:11.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:42:11.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw 2024-02-10T09:42:11.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:42:11.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw 2024-02-10T09:42:11.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw 2024-02-10T09:42:11.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:42:11.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw 2024-02-10T09:42:11.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.nnpvkw ... 2024-02-10T09:42:11.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:42:11.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:42:11.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:42:11.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:42:11.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:42:11.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: cephadm 2024-02-10T09:42:10.449923+0000 mgr.smithi018.dxgutx (mgr.14180) 1253 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.nnpvkw 2024-02-10T09:42:11.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: cephadm 2024-02-10T09:42:10.451829+0000 mgr.smithi018.dxgutx (mgr.14180) 1254 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.nnpvkw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw 2024-02-10T09:42:11.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:42:11.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw 2024-02-10T09:42:11.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw 2024-02-10T09:42:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:42:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw 2024-02-10T09:42:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.nnpvkw ... 2024-02-10T09:42:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:42:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:42:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:42:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:42:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:42:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: cephadm 2024-02-10T09:42:10.455727+0000 mgr.smithi018.dxgutx (mgr.14180) 1255 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.aamcxy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:42:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: cephadm 2024-02-10T09:42:10.458099+0000 mgr.smithi018.dxgutx (mgr.14180) 1256 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:42:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: cluster 2024-02-10T09:42:10.459378+0000 mgr.smithi018.dxgutx (mgr.14180) 1257 : cluster [DBG] pgmap v829: 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-10T09:42:11.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:11 smithi018 bash[14175]: cluster 2024-02-10T09:42:10.510797+0000 mon.smithi018 (mon.0) 994 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:42:11.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: cephadm 2024-02-10T09:42:10.449376+0000 mgr.smithi018.dxgutx (mgr.14180) 1252 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw 2024-02-10T09:42:11.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:42:11.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw 2024-02-10T09:42:11.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw 2024-02-10T09:42:11.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:42:11.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw 2024-02-10T09:42:11.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.nnpvkw ... 2024-02-10T09:42:11.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:42:11.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:42:11.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:42:11.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:42:11.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:42:11.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:42:11.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:42:11.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:42:11.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:42:11.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:42:11.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw 2024-02-10T09:42:11.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:42:11.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw 2024-02-10T09:42:11.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw 2024-02-10T09:42:11.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:42:11.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw 2024-02-10T09:42:11.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.nnpvkw ... 2024-02-10T09:42:11.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:42:11.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:42:11.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:42:11.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:42:11.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:42:11.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: cephadm 2024-02-10T09:42:10.449923+0000 mgr.smithi018.dxgutx (mgr.14180) 1253 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.nnpvkw 2024-02-10T09:42:11.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: cephadm 2024-02-10T09:42:10.451829+0000 mgr.smithi018.dxgutx (mgr.14180) 1254 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.nnpvkw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw 2024-02-10T09:42:11.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:42:11.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw 2024-02-10T09:42:11.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw 2024-02-10T09:42:11.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:42:11.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw 2024-02-10T09:42:11.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.nnpvkw ... 2024-02-10T09:42:11.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:42:11.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:42:11.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:42:11.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:42:11.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:42:11.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: cephadm 2024-02-10T09:42:10.455727+0000 mgr.smithi018.dxgutx (mgr.14180) 1255 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.aamcxy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:42:11.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: cephadm 2024-02-10T09:42:10.458099+0000 mgr.smithi018.dxgutx (mgr.14180) 1256 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:42:11.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: cluster 2024-02-10T09:42:10.459378+0000 mgr.smithi018.dxgutx (mgr.14180) 1257 : cluster [DBG] pgmap v829: 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-10T09:42:11.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:11 smithi164 bash[18308]: cluster 2024-02-10T09:42:10.510797+0000 mon.smithi018 (mon.0) 994 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:42:11.914 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:42:12.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:12 smithi164 bash[18308]: audit 2024-02-10T09:42:11.004415+0000 mgr.smithi018.dxgutx (mgr.14180) 1258 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:42:12.914 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:42:12.927 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:12 smithi018 bash[14175]: audit 2024-02-10T09:42:11.004415+0000 mgr.smithi018.dxgutx (mgr.14180) 1258 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:42:13.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:13 smithi164 bash[18308]: cluster 2024-02-10T09:42:12.460398+0000 mgr.smithi018.dxgutx (mgr.14180) 1259 : cluster [DBG] pgmap v830: 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-10T09:42:13.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:13 smithi018 bash[14175]: cluster 2024-02-10T09:42:12.460398+0000 mgr.smithi018.dxgutx (mgr.14180) 1259 : cluster [DBG] pgmap v830: 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-10T09:42:15.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:15 smithi164 bash[18308]: cluster 2024-02-10T09:42:14.461798+0000 mgr.smithi018.dxgutx (mgr.14180) 1260 : cluster [DBG] pgmap v831: 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-10T09:42:15.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:15 smithi164 bash[18308]: audit 2024-02-10T09:42:15.218949+0000 mon.smithi018 (mon.0) 995 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:42:15.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:15 smithi018 bash[14175]: cluster 2024-02-10T09:42:14.461798+0000 mgr.smithi018.dxgutx (mgr.14180) 1260 : cluster [DBG] pgmap v831: 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-10T09:42:15.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:15 smithi018 bash[14175]: audit 2024-02-10T09:42:15.218949+0000 mon.smithi018 (mon.0) 995 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:42:16.156 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:42:16.156 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:41:02.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:42:06.450783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.omqkxi on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\nDeploy daemon haproxy.nfs.foo.smithi164.omqkxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.451581Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.nnpvkw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\nDeploy daemon haproxy.nfs.foo.smithi018.nnpvkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.455589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.aamcxy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:42:10.457963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:42:16.897 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:42:17.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:17 smithi164 bash[18308]: audit 2024-02-10T09:42:16.141579+0000 mgr.smithi018.dxgutx (mgr.14180) 1261 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:42:17.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:17 smithi164 bash[18308]: cluster 2024-02-10T09:42:16.462844+0000 mgr.smithi018.dxgutx (mgr.14180) 1262 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:42:17.897 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:42:17.910 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:17 smithi018 bash[14175]: audit 2024-02-10T09:42:16.141579+0000 mgr.smithi018.dxgutx (mgr.14180) 1261 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:42:17.911 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:17 smithi018 bash[14175]: cluster 2024-02-10T09:42:16.462844+0000 mgr.smithi018.dxgutx (mgr.14180) 1262 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:42:19.157 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:18 smithi018 bash[14175]: cluster 2024-02-10T09:42:18.464165+0000 mgr.smithi018.dxgutx (mgr.14180) 1263 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:42:19.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:18 smithi164 bash[18308]: cluster 2024-02-10T09:42:18.464165+0000 mgr.smithi018.dxgutx (mgr.14180) 1263 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:42:21.205 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:42:21.205 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:41:02.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:42:06.450783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.omqkxi on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\nDeploy daemon haproxy.nfs.foo.smithi164.omqkxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.451581Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.nnpvkw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\nDeploy daemon haproxy.nfs.foo.smithi018.nnpvkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.455589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.aamcxy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:42:10.457963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:42:21.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:21 smithi018 bash[14175]: cluster 2024-02-10T09:42:20.465351+0000 mgr.smithi018.dxgutx (mgr.14180) 1264 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:42:21.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:21 smithi164 bash[18308]: cluster 2024-02-10T09:42:20.465351+0000 mgr.smithi018.dxgutx (mgr.14180) 1264 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:42:21.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:42:22.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:22 smithi164 bash[18308]: audit 2024-02-10T09:42:21.189661+0000 mgr.smithi018.dxgutx (mgr.14180) 1265 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:42:22.969 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:42:22.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:22 smithi018 bash[14175]: audit 2024-02-10T09:42:21.189661+0000 mgr.smithi018.dxgutx (mgr.14180) 1265 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:42:23.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:23 smithi164 bash[18308]: cluster 2024-02-10T09:42:22.466362+0000 mgr.smithi018.dxgutx (mgr.14180) 1266 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:42:23.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:23 smithi018 bash[14175]: cluster 2024-02-10T09:42:22.466362+0000 mgr.smithi018.dxgutx (mgr.14180) 1266 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:42:25.807 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:25 smithi018 bash[14175]: cluster 2024-02-10T09:42:24.467233+0000 mgr.smithi018.dxgutx (mgr.14180) 1267 : cluster [DBG] pgmap v836: 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-10T09:42:25.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:25 smithi164 bash[18308]: cluster 2024-02-10T09:42:24.467233+0000 mgr.smithi018.dxgutx (mgr.14180) 1267 : cluster [DBG] pgmap v836: 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-10T09:42:26.232 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:42:26.232 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:41:02.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:42:06.450783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.omqkxi on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\nDeploy daemon haproxy.nfs.foo.smithi164.omqkxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.451581Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.nnpvkw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\nDeploy daemon haproxy.nfs.foo.smithi018.nnpvkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.455589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.aamcxy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:42:10.457963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:42:27.069 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:42:27.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:27 smithi164 bash[18308]: audit 2024-02-10T09:42:26.214329+0000 mgr.smithi018.dxgutx (mgr.14180) 1268 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:42:27.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:27 smithi164 bash[18308]: cluster 2024-02-10T09:42:26.468207+0000 mgr.smithi018.dxgutx (mgr.14180) 1269 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:42:27.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:27 smithi018 bash[14175]: audit 2024-02-10T09:42:26.214329+0000 mgr.smithi018.dxgutx (mgr.14180) 1268 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:42:27.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:27 smithi018 bash[14175]: cluster 2024-02-10T09:42:26.468207+0000 mgr.smithi018.dxgutx (mgr.14180) 1269 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:42:28.070 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:42:29.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:28 smithi018 bash[14175]: cluster 2024-02-10T09:42:28.469624+0000 mgr.smithi018.dxgutx (mgr.14180) 1270 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:42:29.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:28 smithi164 bash[18308]: cluster 2024-02-10T09:42:28.469624+0000 mgr.smithi018.dxgutx (mgr.14180) 1270 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:42:31.166 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:42:31.166 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:41:02.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:42:06.450783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.omqkxi on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\nDeploy daemon haproxy.nfs.foo.smithi164.omqkxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.451581Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.nnpvkw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\nDeploy daemon haproxy.nfs.foo.smithi018.nnpvkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.455589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.aamcxy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:42:10.457963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:42:31.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:31 smithi018 bash[14175]: cluster 2024-02-10T09:42:30.470860+0000 mgr.smithi018.dxgutx (mgr.14180) 1271 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:42:31.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:31 smithi164 bash[18308]: cluster 2024-02-10T09:42:30.470860+0000 mgr.smithi018.dxgutx (mgr.14180) 1271 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:42:31.955 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:42:32.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:32 smithi164 bash[18308]: audit 2024-02-10T09:42:31.148119+0000 mgr.smithi018.dxgutx (mgr.14180) 1272 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:42:32.957 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:42:32.969 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:32 smithi018 bash[14175]: audit 2024-02-10T09:42:31.148119+0000 mgr.smithi018.dxgutx (mgr.14180) 1272 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:42:33.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:33 smithi164 bash[18308]: cluster 2024-02-10T09:42:32.471830+0000 mgr.smithi018.dxgutx (mgr.14180) 1273 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:42:33.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:33 smithi018 bash[14175]: cluster 2024-02-10T09:42:32.471830+0000 mgr.smithi018.dxgutx (mgr.14180) 1273 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:42:35.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:35 smithi164 bash[18308]: cluster 2024-02-10T09:42:34.473214+0000 mgr.smithi018.dxgutx (mgr.14180) 1274 : cluster [DBG] pgmap v841: 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-10T09:42:35.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:35 smithi018 bash[14175]: cluster 2024-02-10T09:42:34.473214+0000 mgr.smithi018.dxgutx (mgr.14180) 1274 : cluster [DBG] pgmap v841: 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-10T09:42:36.072 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:42:36.073 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:41:02.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:42:06.450783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.omqkxi on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\nDeploy daemon haproxy.nfs.foo.smithi164.omqkxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.451581Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.nnpvkw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\nDeploy daemon haproxy.nfs.foo.smithi018.nnpvkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.455589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.aamcxy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:42:10.457963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:42:36.859 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:42:37.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:37 smithi164 bash[18308]: audit 2024-02-10T09:42:36.055820+0000 mgr.smithi018.dxgutx (mgr.14180) 1275 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:42:37.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:37 smithi164 bash[18308]: cluster 2024-02-10T09:42:36.474170+0000 mgr.smithi018.dxgutx (mgr.14180) 1276 : 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-10T09:42:37.861 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:42:37.874 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:37 smithi018 bash[14175]: audit 2024-02-10T09:42:36.055820+0000 mgr.smithi018.dxgutx (mgr.14180) 1275 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:42:37.874 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:37 smithi018 bash[14175]: cluster 2024-02-10T09:42:36.474170+0000 mgr.smithi018.dxgutx (mgr.14180) 1276 : 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-10T09:42:39.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:38 smithi018 bash[14175]: cluster 2024-02-10T09:42:38.475061+0000 mgr.smithi018.dxgutx (mgr.14180) 1277 : 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-10T09:42:39.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:38 smithi164 bash[18308]: cluster 2024-02-10T09:42:38.475061+0000 mgr.smithi018.dxgutx (mgr.14180) 1277 : 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-10T09:42:41.010 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:42:41.010 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:41:02.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:42:06.450783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.omqkxi on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\nDeploy daemon haproxy.nfs.foo.smithi164.omqkxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.451581Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.nnpvkw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\nDeploy daemon haproxy.nfs.foo.smithi018.nnpvkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.455589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.aamcxy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:42:10.457963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:42:41.788 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:42:41.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:41 smithi164 bash[18308]: cluster 2024-02-10T09:42:40.475741+0000 mgr.smithi018.dxgutx (mgr.14180) 1278 : 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-10T09:42:41.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:41 smithi018 bash[14175]: cluster 2024-02-10T09:42:40.475741+0000 mgr.smithi018.dxgutx (mgr.14180) 1278 : 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-10T09:42:42.789 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:42:42.799 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:42 smithi018 bash[14175]: audit 2024-02-10T09:42:40.999806+0000 mgr.smithi018.dxgutx (mgr.14180) 1279 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:42:42.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:42 smithi164 bash[18308]: audit 2024-02-10T09:42:40.999806+0000 mgr.smithi018.dxgutx (mgr.14180) 1279 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:42:43.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:43 smithi164 bash[18308]: cluster 2024-02-10T09:42:42.476702+0000 mgr.smithi018.dxgutx (mgr.14180) 1280 : 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-10T09:42:43.828 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:43 smithi018 bash[14175]: cluster 2024-02-10T09:42:42.476702+0000 mgr.smithi018.dxgutx (mgr.14180) 1280 : 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-10T09:42:45.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:45 smithi164 bash[18308]: cluster 2024-02-10T09:42:44.477684+0000 mgr.smithi018.dxgutx (mgr.14180) 1281 : 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-10T09:42:45.887 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:42:45.887 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:41:02.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:42:06.450783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.omqkxi on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\nDeploy daemon haproxy.nfs.foo.smithi164.omqkxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.451581Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.nnpvkw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\nDeploy daemon haproxy.nfs.foo.smithi018.nnpvkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.455589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.aamcxy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:42:10.457963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:42:45.920 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:45 smithi018 bash[14175]: cluster 2024-02-10T09:42:44.477684+0000 mgr.smithi018.dxgutx (mgr.14180) 1281 : 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-10T09:42:46.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:42:47.678 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:42:47.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:47 smithi164 bash[18308]: audit 2024-02-10T09:42:45.870628+0000 mgr.smithi018.dxgutx (mgr.14180) 1282 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:42:47.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:47 smithi164 bash[18308]: cluster 2024-02-10T09:42:46.478645+0000 mgr.smithi018.dxgutx (mgr.14180) 1283 : 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-10T09:42:47.877 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:47 smithi018 bash[14175]: audit 2024-02-10T09:42:45.870628+0000 mgr.smithi018.dxgutx (mgr.14180) 1282 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:42:47.877 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:47 smithi018 bash[14175]: cluster 2024-02-10T09:42:46.478645+0000 mgr.smithi018.dxgutx (mgr.14180) 1283 : 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-10T09:42:49.167 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:48 smithi018 bash[14175]: cluster 2024-02-10T09:42:48.479682+0000 mgr.smithi018.dxgutx (mgr.14180) 1284 : 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-10T09:42:49.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:48 smithi164 bash[18308]: cluster 2024-02-10T09:42:48.479682+0000 mgr.smithi018.dxgutx (mgr.14180) 1284 : 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-10T09:42:50.979 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:42:50.979 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:41:02.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:42:06.450783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.omqkxi on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\nDeploy daemon haproxy.nfs.foo.smithi164.omqkxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.451581Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.nnpvkw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\nDeploy daemon haproxy.nfs.foo.smithi018.nnpvkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.455589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.aamcxy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:42:10.457963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:42:51.770 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:42:51.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:51 smithi164 bash[18308]: cluster 2024-02-10T09:42:50.480857+0000 mgr.smithi018.dxgutx (mgr.14180) 1285 : 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-10T09:42:51.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:51 smithi018 bash[14175]: cluster 2024-02-10T09:42:50.480857+0000 mgr.smithi018.dxgutx (mgr.14180) 1285 : 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-10T09:42:52.771 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:42:52.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:52 smithi164 bash[18308]: audit 2024-02-10T09:42:50.964441+0000 mgr.smithi018.dxgutx (mgr.14180) 1286 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:42:52.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:52 smithi018 bash[14175]: audit 2024-02-10T09:42:50.964441+0000 mgr.smithi018.dxgutx (mgr.14180) 1286 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:42:53.817 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:53 smithi018 bash[14175]: cluster 2024-02-10T09:42:52.482043+0000 mgr.smithi018.dxgutx (mgr.14180) 1287 : 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-10T09:42:53.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:53 smithi164 bash[18308]: cluster 2024-02-10T09:42:52.482043+0000 mgr.smithi018.dxgutx (mgr.14180) 1287 : 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-10T09:42:55.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:55 smithi018 bash[14175]: cluster 2024-02-10T09:42:54.482936+0000 mgr.smithi018.dxgutx (mgr.14180) 1288 : 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-10T09:42:55.817 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:42:55.817 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:41:02.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:42:06.450783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.omqkxi on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\nDeploy daemon haproxy.nfs.foo.smithi164.omqkxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.451581Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.nnpvkw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\nDeploy daemon haproxy.nfs.foo.smithi018.nnpvkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.455589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.aamcxy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:42:10.457963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:42:55.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:55 smithi164 bash[18308]: cluster 2024-02-10T09:42:54.482936+0000 mgr.smithi018.dxgutx (mgr.14180) 1288 : 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-10T09:42:56.640 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:42:57.641 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:42:57.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:57 smithi164 bash[18308]: audit 2024-02-10T09:42:55.806594+0000 mgr.smithi018.dxgutx (mgr.14180) 1289 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:42:57.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:57 smithi164 bash[18308]: cluster 2024-02-10T09:42:56.483874+0000 mgr.smithi018.dxgutx (mgr.14180) 1290 : 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-10T09:42:57.844 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:57 smithi018 bash[14175]: audit 2024-02-10T09:42:55.806594+0000 mgr.smithi018.dxgutx (mgr.14180) 1289 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:42:57.844 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:57 smithi018 bash[14175]: cluster 2024-02-10T09:42:56.483874+0000 mgr.smithi018.dxgutx (mgr.14180) 1290 : 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-10T09:42:58.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:42:58 smithi018 bash[14175]: cluster 2024-02-10T09:42:58.485188+0000 mgr.smithi018.dxgutx (mgr.14180) 1291 : 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-10T09:42:59.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:42:58 smithi164 bash[18308]: cluster 2024-02-10T09:42:58.485188+0000 mgr.smithi018.dxgutx (mgr.14180) 1291 : 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-10T09:43:00.915 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:43:00.915 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:41:02.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:42:06.450783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.omqkxi on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\nDeploy daemon haproxy.nfs.foo.smithi164.omqkxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.451581Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.nnpvkw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\nDeploy daemon haproxy.nfs.foo.smithi018.nnpvkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.455589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.aamcxy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:42:10.457963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:43:01.772 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:43:01.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:01 smithi164 bash[18308]: cluster 2024-02-10T09:43:00.486356+0000 mgr.smithi018.dxgutx (mgr.14180) 1292 : 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-10T09:43:01.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:01 smithi018 bash[14175]: cluster 2024-02-10T09:43:00.486356+0000 mgr.smithi018.dxgutx (mgr.14180) 1292 : 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-10T09:43:02.774 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:43:02.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:02 smithi164 bash[18308]: audit 2024-02-10T09:43:00.901024+0000 mgr.smithi018.dxgutx (mgr.14180) 1293 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:43:02.972 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:02 smithi018 bash[14175]: audit 2024-02-10T09:43:00.901024+0000 mgr.smithi018.dxgutx (mgr.14180) 1293 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:43:03.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:03 smithi164 bash[18308]: cluster 2024-02-10T09:43:02.487325+0000 mgr.smithi018.dxgutx (mgr.14180) 1294 : 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-10T09:43:03.891 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:03 smithi018 bash[14175]: cluster 2024-02-10T09:43:02.487325+0000 mgr.smithi018.dxgutx (mgr.14180) 1294 : 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-10T09:43:05.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:05 smithi164 bash[18308]: cluster 2024-02-10T09:43:04.488171+0000 mgr.smithi018.dxgutx (mgr.14180) 1295 : 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-10T09:43:05.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:05 smithi018 bash[14175]: cluster 2024-02-10T09:43:04.488171+0000 mgr.smithi018.dxgutx (mgr.14180) 1295 : 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-10T09:43:06.096 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:43:06.097 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:41:02.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:42:06.450783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.omqkxi on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\nDeploy daemon haproxy.nfs.foo.smithi164.omqkxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.451581Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.nnpvkw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\nDeploy daemon haproxy.nfs.foo.smithi018.nnpvkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.455589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.aamcxy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:42:10.457963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:43:06.894 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:43:07.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:07 smithi164 bash[18308]: audit 2024-02-10T09:43:06.080675+0000 mgr.smithi018.dxgutx (mgr.14180) 1296 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:43:07.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:07 smithi164 bash[18308]: cluster 2024-02-10T09:43:06.489095+0000 mgr.smithi018.dxgutx (mgr.14180) 1297 : 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-10T09:43:07.895 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:43:07.908 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:07 smithi018 bash[14175]: audit 2024-02-10T09:43:06.080675+0000 mgr.smithi018.dxgutx (mgr.14180) 1296 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:43:07.908 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:07 smithi018 bash[14175]: cluster 2024-02-10T09:43:06.489095+0000 mgr.smithi018.dxgutx (mgr.14180) 1297 : 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-10T09:43:09.185 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:08 smithi018 bash[14175]: cluster 2024-02-10T09:43:08.490427+0000 mgr.smithi018.dxgutx (mgr.14180) 1298 : 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-10T09:43:09.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:08 smithi164 bash[18308]: cluster 2024-02-10T09:43:08.490427+0000 mgr.smithi018.dxgutx (mgr.14180) 1298 : 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-10T09:43:10.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:10 smithi018 bash[14175]: audit 2024-02-10T09:43:10.462348+0000 mon.smithi018 (mon.0) 996 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:43:10.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:10 smithi164 bash[18308]: audit 2024-02-10T09:43:10.462348+0000 mon.smithi018 (mon.0) 996 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:43:11.132 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:43:11.132 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:41:02.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.exdukv on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:42:06.450783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.omqkxi on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\nDeploy daemon haproxy.nfs.foo.smithi164.omqkxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.451581Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.nnpvkw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\nDeploy daemon haproxy.nfs.foo.smithi018.nnpvkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.455589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.aamcxy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:42:10.457963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:43:11.586 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:11 smithi018 bash[14175]: cluster 2024-02-10T09:43:10.491595+0000 mgr.smithi018.dxgutx (mgr.14180) 1299 : 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-10T09:43:11.587 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:11 smithi018 bash[14175]: audit 2024-02-10T09:43:10.761938+0000 mon.smithi018 (mon.0) 997 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:43:11.587 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:11 smithi018 bash[14175]: audit 2024-02-10T09:43:10.763701+0000 mon.smithi018 (mon.0) 998 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:43:11.587 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:11 smithi018 bash[14175]: audit 2024-02-10T09:43:10.771445+0000 mon.smithi018 (mon.0) 999 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:43:11.587 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:11 smithi018 bash[14175]: audit 2024-02-10T09:43:10.778365+0000 mon.smithi018 (mon.0) 1000 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:43:11.587 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:11 smithi018 bash[14175]: audit 2024-02-10T09:43:10.796332+0000 mon.smithi018 (mon.0) 1001 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:43:11.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:11 smithi164 bash[18308]: cluster 2024-02-10T09:43:10.491595+0000 mgr.smithi018.dxgutx (mgr.14180) 1299 : 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-10T09:43:11.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:11 smithi164 bash[18308]: audit 2024-02-10T09:43:10.761938+0000 mon.smithi018 (mon.0) 997 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:43:11.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:11 smithi164 bash[18308]: audit 2024-02-10T09:43:10.763701+0000 mon.smithi018 (mon.0) 998 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:43:11.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:11 smithi164 bash[18308]: audit 2024-02-10T09:43:10.771445+0000 mon.smithi018 (mon.0) 999 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:43:11.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:11 smithi164 bash[18308]: audit 2024-02-10T09:43:10.778365+0000 mon.smithi018 (mon.0) 1000 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:43:11.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:11 smithi164 bash[18308]: audit 2024-02-10T09:43:10.796332+0000 mon.smithi018 (mon.0) 1001 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:43:11.912 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:43:12.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:12 smithi164 bash[18308]: cluster 2024-02-10T09:43:10.772333+0000 mgr.smithi018.dxgutx (mgr.14180) 1300 : cluster [DBG] pgmap v860: 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-10T09:43:12.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:12 smithi164 bash[18308]: cephadm 2024-02-10T09:43:10.800281+0000 mgr.smithi018.dxgutx (mgr.14180) 1301 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.gvfnlx on smithi164 2024-02-10T09:43:12.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:12 smithi164 bash[18308]: audit 2024-02-10T09:43:11.116841+0000 mgr.smithi018.dxgutx (mgr.14180) 1302 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:43:12.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:12 smithi164 bash[18308]: cluster 2024-02-10T09:43:11.768517+0000 mon.smithi018 (mon.0) 1002 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:43:12.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:12 smithi164 bash[18308]: cluster 2024-02-10T09:43:11.768605+0000 mon.smithi018 (mon.0) 1003 : cluster [INF] Cluster is now healthy 2024-02-10T09:43:12.913 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:43:12.926 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:12 smithi018 bash[14175]: cluster 2024-02-10T09:43:10.772333+0000 mgr.smithi018.dxgutx (mgr.14180) 1300 : cluster [DBG] pgmap v860: 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-10T09:43:12.926 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:12 smithi018 bash[14175]: cephadm 2024-02-10T09:43:10.800281+0000 mgr.smithi018.dxgutx (mgr.14180) 1301 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.gvfnlx on smithi164 2024-02-10T09:43:12.926 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:12 smithi018 bash[14175]: audit 2024-02-10T09:43:11.116841+0000 mgr.smithi018.dxgutx (mgr.14180) 1302 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:43:12.927 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:12 smithi018 bash[14175]: cluster 2024-02-10T09:43:11.768517+0000 mon.smithi018 (mon.0) 1002 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:43:12.927 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:12 smithi018 bash[14175]: cluster 2024-02-10T09:43:11.768605+0000 mon.smithi018 (mon.0) 1003 : cluster [INF] Cluster is now healthy 2024-02-10T09:43:14.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:14 smithi164 bash[18308]: cluster 2024-02-10T09:43:12.773116+0000 mgr.smithi018.dxgutx (mgr.14180) 1303 : cluster [DBG] pgmap v861: 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-10T09:43:14.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:14 smithi018 bash[14175]: cluster 2024-02-10T09:43:12.773116+0000 mgr.smithi018.dxgutx (mgr.14180) 1303 : cluster [DBG] pgmap v861: 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-10T09:43:15.821 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:15 smithi018 bash[14175]: audit 2024-02-10T09:43:14.785972+0000 mon.smithi018 (mon.0) 1004 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.gvfnlx"}]: dispatch 2024-02-10T09:43:15.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:15 smithi164 bash[18308]: audit 2024-02-10T09:43:14.785972+0000 mon.smithi018 (mon.0) 1004 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.gvfnlx"}]: dispatch 2024-02-10T09:43:16.202 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:43:16.202 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:42:06.450783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.omqkxi on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-omqkxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.omqkxi\nDeploy daemon haproxy.nfs.foo.smithi164.omqkxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.451581Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.nnpvkw on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nnpvkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nnpvkw\nDeploy daemon haproxy.nfs.foo.smithi018.nnpvkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:42:10.455589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.aamcxy on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:42:10.457963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:43:14.787120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gvfnlx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\nDeploy daemon haproxy.nfs.foo.smithi164.gvfnlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -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.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:43:16.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: cluster 2024-02-10T09:43:14.774069+0000 mgr.smithi018.dxgutx (mgr.14180) 1304 : cluster [DBG] pgmap v862: 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-10T09:43:16.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: cephadm 2024-02-10T09:43:14.784965+0000 mgr.smithi018.dxgutx (mgr.14180) 1305 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx 2024-02-10T09:43:16.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:43:16.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx 2024-02-10T09:43:16.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx 2024-02-10T09:43:16.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:43:16.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx 2024-02-10T09:43:16.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.gvfnlx ... 2024-02-10T09:43:16.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:43:16.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:43:16.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:43:16.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:43:16.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:43:16.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:43:16.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:43:16.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:43:16.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:43:16.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:43:16.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx 2024-02-10T09:43:16.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:43:16.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx 2024-02-10T09:43:16.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx 2024-02-10T09:43:16.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:43:16.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx 2024-02-10T09:43:16.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.gvfnlx ... 2024-02-10T09:43:16.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:43:16.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:43:16.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:43:16.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:43:16.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:43:16.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: cephadm 2024-02-10T09:43:14.785418+0000 mgr.smithi018.dxgutx (mgr.14180) 1306 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.gvfnlx 2024-02-10T09:43:16.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: cephadm 2024-02-10T09:43:14.787290+0000 mgr.smithi018.dxgutx (mgr.14180) 1307 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.gvfnlx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx 2024-02-10T09:43:16.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:43:16.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx 2024-02-10T09:43:16.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx 2024-02-10T09:43:16.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:43:16.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx 2024-02-10T09:43:16.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.gvfnlx ... 2024-02-10T09:43:16.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:43:16.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:43:16.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:43:16.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:43:16.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:43:16.731 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:16 smithi018 bash[14175]: cephadm 2024-02-10T09:43:14.790934+0000 mgr.smithi018.dxgutx (mgr.14180) 1308 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.nfednv on smithi018 2024-02-10T09:43:17.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: cluster 2024-02-10T09:43:14.774069+0000 mgr.smithi018.dxgutx (mgr.14180) 1304 : cluster [DBG] pgmap v862: 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-10T09:43:17.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: cephadm 2024-02-10T09:43:14.784965+0000 mgr.smithi018.dxgutx (mgr.14180) 1305 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx 2024-02-10T09:43:17.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:43:17.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx 2024-02-10T09:43:17.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx 2024-02-10T09:43:17.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:43:17.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx 2024-02-10T09:43:17.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.gvfnlx ... 2024-02-10T09:43:17.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:43:17.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:43:17.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:43:17.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:43:17.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:43:17.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:43:17.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:43:17.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:43:17.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:43:17.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:43:17.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx 2024-02-10T09:43:17.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:43:17.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx 2024-02-10T09:43:17.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx 2024-02-10T09:43:17.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:43:17.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx 2024-02-10T09:43:17.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.gvfnlx ... 2024-02-10T09:43:17.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:43:17.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:43:17.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:43:17.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:43:17.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:43:17.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: cephadm 2024-02-10T09:43:14.785418+0000 mgr.smithi018.dxgutx (mgr.14180) 1306 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.gvfnlx 2024-02-10T09:43:17.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: cephadm 2024-02-10T09:43:14.787290+0000 mgr.smithi018.dxgutx (mgr.14180) 1307 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.gvfnlx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx 2024-02-10T09:43:17.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:43:17.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx 2024-02-10T09:43:17.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx 2024-02-10T09:43:17.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:43:17.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx 2024-02-10T09:43:17.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.gvfnlx ... 2024-02-10T09:43:17.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:43:17.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:43:17.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:43:17.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:43:17.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:43:17.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:16 smithi164 bash[18308]: cephadm 2024-02-10T09:43:14.790934+0000 mgr.smithi018.dxgutx (mgr.14180) 1308 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.nfednv on smithi018 2024-02-10T09:43:17.079 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:43:17.878 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:17 smithi164 bash[18308]: audit 2024-02-10T09:43:16.185825+0000 mgr.smithi018.dxgutx (mgr.14180) 1309 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:43:17.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:17 smithi018 bash[14175]: audit 2024-02-10T09:43:16.185825+0000 mgr.smithi018.dxgutx (mgr.14180) 1309 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:43:18.079 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:43:18.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:18 smithi018 bash[14175]: cluster 2024-02-10T09:43:16.774541+0000 mgr.smithi018.dxgutx (mgr.14180) 1310 : cluster [DBG] pgmap v863: 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-10T09:43:19.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:18 smithi164 bash[18308]: cluster 2024-02-10T09:43:16.774541+0000 mgr.smithi018.dxgutx (mgr.14180) 1310 : cluster [DBG] pgmap v863: 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-10T09:43:19.917 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: cluster 2024-02-10T09:43:18.775532+0000 mgr.smithi018.dxgutx (mgr.14180) 1311 : cluster [DBG] pgmap v864: 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-10T09:43:19.918 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: cephadm 2024-02-10T09:43:19.233751+0000 mgr.smithi018.dxgutx (mgr.14180) 1312 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv 2024-02-10T09:43:19.918 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:43:19.918 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv 2024-02-10T09:43:19.918 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv 2024-02-10T09:43:19.918 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:43:19.918 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv 2024-02-10T09:43:19.919 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.nfednv ... 2024-02-10T09:43:19.919 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:43:19.919 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:43:19.919 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:43:19.919 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:43:19.919 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:43:19.920 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:43:19.920 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:43:19.920 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:43:19.920 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:43:19.920 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:43:19.920 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv 2024-02-10T09:43:19.921 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:43:19.921 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv 2024-02-10T09:43:19.921 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv 2024-02-10T09:43:19.921 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:43:19.921 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv 2024-02-10T09:43:19.921 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.nfednv ... 2024-02-10T09:43:19.922 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:43:19.922 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:43:19.922 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:43:19.922 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:43:19.922 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:43:19.922 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: cephadm 2024-02-10T09:43:19.233982+0000 mgr.smithi018.dxgutx (mgr.14180) 1313 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.nfednv 2024-02-10T09:43:19.922 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: audit 2024-02-10T09:43:19.234480+0000 mon.smithi018 (mon.0) 1005 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.nfednv"}]: dispatch 2024-02-10T09:43:19.923 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: cephadm 2024-02-10T09:43:19.235533+0000 mgr.smithi018.dxgutx (mgr.14180) 1314 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.nfednv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv 2024-02-10T09:43:19.923 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:43:19.923 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv 2024-02-10T09:43:19.923 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv 2024-02-10T09:43:19.923 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:43:19.923 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv 2024-02-10T09:43:19.923 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.nfednv ... 2024-02-10T09:43:19.923 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:43:19.923 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:43:19.924 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:43:19.924 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:43:19.924 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:43:19.924 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: cephadm 2024-02-10T09:43:19.237375+0000 mgr.smithi018.dxgutx (mgr.14180) 1315 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.azanya on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:43:19.924 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: cephadm 2024-02-10T09:43:19.239038+0000 mgr.smithi018.dxgutx (mgr.14180) 1316 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:43:19.924 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:19 smithi018 bash[14175]: cluster 2024-02-10T09:43:19.239904+0000 mgr.smithi018.dxgutx (mgr.14180) 1317 : cluster [DBG] pgmap v865: 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-10T09:43:20.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: cluster 2024-02-10T09:43:18.775532+0000 mgr.smithi018.dxgutx (mgr.14180) 1311 : cluster [DBG] pgmap v864: 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-10T09:43:20.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: cephadm 2024-02-10T09:43:19.233751+0000 mgr.smithi018.dxgutx (mgr.14180) 1312 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv 2024-02-10T09:43:20.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:43:20.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv 2024-02-10T09:43:20.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv 2024-02-10T09:43:20.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:43:20.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv 2024-02-10T09:43:20.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.nfednv ... 2024-02-10T09:43:20.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:43:20.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:43:20.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:43:20.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:43:20.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:43:20.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:43:20.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:43:20.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:43:20.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:43:20.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:43:20.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv 2024-02-10T09:43:20.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:43:20.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv 2024-02-10T09:43:20.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv 2024-02-10T09:43:20.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:43:20.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv 2024-02-10T09:43:20.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.nfednv ... 2024-02-10T09:43:20.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:43:20.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:43:20.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:43:20.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:43:20.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:43:20.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: cephadm 2024-02-10T09:43:19.233982+0000 mgr.smithi018.dxgutx (mgr.14180) 1313 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.nfednv 2024-02-10T09:43:20.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: audit 2024-02-10T09:43:19.234480+0000 mon.smithi018 (mon.0) 1005 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.nfednv"}]: dispatch 2024-02-10T09:43:20.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: cephadm 2024-02-10T09:43:19.235533+0000 mgr.smithi018.dxgutx (mgr.14180) 1314 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.nfednv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv 2024-02-10T09:43:20.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:43:20.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv 2024-02-10T09:43:20.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv 2024-02-10T09:43:20.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:43:20.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv 2024-02-10T09:43:20.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.nfednv ... 2024-02-10T09:43:20.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:43:20.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:43:20.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:43:20.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:43:20.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:43:20.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: cephadm 2024-02-10T09:43:19.237375+0000 mgr.smithi018.dxgutx (mgr.14180) 1315 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.azanya on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:43:20.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: cephadm 2024-02-10T09:43:19.239038+0000 mgr.smithi018.dxgutx (mgr.14180) 1316 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:43:20.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:19 smithi164 bash[18308]: cluster 2024-02-10T09:43:19.239904+0000 mgr.smithi018.dxgutx (mgr.14180) 1317 : cluster [DBG] pgmap v865: 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-10T09:43:20.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:20 smithi018 bash[14175]: cluster 2024-02-10T09:43:19.582666+0000 mon.smithi018 (mon.0) 1006 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:43:20.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:20 smithi018 bash[14175]: audit 2024-02-10T09:43:20.264136+0000 mon.smithi018 (mon.0) 1007 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:43:21.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:20 smithi164 bash[18308]: cluster 2024-02-10T09:43:19.582666+0000 mon.smithi018 (mon.0) 1006 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:43:21.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:20 smithi164 bash[18308]: audit 2024-02-10T09:43:20.264136+0000 mon.smithi018 (mon.0) 1007 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:43:21.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:21 smithi018 bash[14175]: cluster 2024-02-10T09:43:21.240555+0000 mgr.smithi018.dxgutx (mgr.14180) 1318 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:43:22.031 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:43:22.031 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:42:10.457963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:43:14.787120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gvfnlx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\nDeploy daemon haproxy.nfs.foo.smithi164.gvfnlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:43:19.235405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.nfednv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv\nDeploy daemon haproxy.nfs.foo.smithi018.nfednv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:43:19.237272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.azanya on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:43:19.238941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:43:22.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:21 smithi164 bash[18308]: cluster 2024-02-10T09:43:21.240555+0000 mgr.smithi018.dxgutx (mgr.14180) 1318 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:43:22.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:22 smithi018 bash[14175]: audit 2024-02-10T09:43:22.019290+0000 mgr.smithi018.dxgutx (mgr.14180) 1319 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:43:22.916 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:43:23.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:22 smithi164 bash[18308]: audit 2024-02-10T09:43:22.019290+0000 mgr.smithi018.dxgutx (mgr.14180) 1319 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:43:23.916 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:43:24.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:23 smithi018 bash[14175]: cluster 2024-02-10T09:43:23.241720+0000 mgr.smithi018.dxgutx (mgr.14180) 1320 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:43:24.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:23 smithi164 bash[18308]: cluster 2024-02-10T09:43:23.241720+0000 mgr.smithi018.dxgutx (mgr.14180) 1320 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:43:26.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:26 smithi018 bash[14175]: cluster 2024-02-10T09:43:25.242958+0000 mgr.smithi018.dxgutx (mgr.14180) 1321 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:43:26.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:26 smithi164 bash[18308]: cluster 2024-02-10T09:43:25.242958+0000 mgr.smithi018.dxgutx (mgr.14180) 1321 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:43:27.324 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:43:27.324 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:42:10.457963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:43:14.787120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gvfnlx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\nDeploy daemon haproxy.nfs.foo.smithi164.gvfnlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:43:19.235405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.nfednv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv\nDeploy daemon haproxy.nfs.foo.smithi018.nfednv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:43:19.237272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.azanya on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:43:19.238941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:43:28.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:43:28.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:28 smithi018 bash[14175]: cluster 2024-02-10T09:43:27.243966+0000 mgr.smithi018.dxgutx (mgr.14180) 1322 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:43:28.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:28 smithi018 bash[14175]: audit 2024-02-10T09:43:27.308969+0000 mgr.smithi018.dxgutx (mgr.14180) 1323 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:43:28.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:28 smithi164 bash[18308]: cluster 2024-02-10T09:43:27.243966+0000 mgr.smithi018.dxgutx (mgr.14180) 1322 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:43:28.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:28 smithi164 bash[18308]: audit 2024-02-10T09:43:27.308969+0000 mgr.smithi018.dxgutx (mgr.14180) 1323 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:43:29.188 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:43:30.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:30 smithi164 bash[18308]: cluster 2024-02-10T09:43:29.245196+0000 mgr.smithi018.dxgutx (mgr.14180) 1324 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:43:30.593 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:30 smithi018 bash[14175]: cluster 2024-02-10T09:43:29.245196+0000 mgr.smithi018.dxgutx (mgr.14180) 1324 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:43:32.453 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:43:32.453 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:42:10.457963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:43:14.787120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gvfnlx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\nDeploy daemon haproxy.nfs.foo.smithi164.gvfnlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:43:19.235405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.nfednv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv\nDeploy daemon haproxy.nfs.foo.smithi018.nfednv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:43:19.237272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.azanya on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:43:19.238941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:43:32.718 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:32 smithi018 bash[14175]: cluster 2024-02-10T09:43:31.246069+0000 mgr.smithi018.dxgutx (mgr.14180) 1325 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:43:32.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:32 smithi164 bash[18308]: cluster 2024-02-10T09:43:31.246069+0000 mgr.smithi018.dxgutx (mgr.14180) 1325 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:43:33.267 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:43:33.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:33 smithi018 bash[14175]: audit 2024-02-10T09:43:32.442817+0000 mgr.smithi018.dxgutx (mgr.14180) 1326 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:43:33.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:33 smithi164 bash[18308]: audit 2024-02-10T09:43:32.442817+0000 mgr.smithi018.dxgutx (mgr.14180) 1326 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:43:34.269 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:43:34.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:34 smithi018 bash[14175]: cluster 2024-02-10T09:43:33.247095+0000 mgr.smithi018.dxgutx (mgr.14180) 1327 : cluster [DBG] pgmap v872: 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-10T09:43:34.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:34 smithi164 bash[18308]: cluster 2024-02-10T09:43:33.247095+0000 mgr.smithi018.dxgutx (mgr.14180) 1327 : cluster [DBG] pgmap v872: 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-10T09:43:36.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:36 smithi018 bash[14175]: cluster 2024-02-10T09:43:35.248310+0000 mgr.smithi018.dxgutx (mgr.14180) 1328 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:43:36.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:36 smithi164 bash[18308]: cluster 2024-02-10T09:43:35.248310+0000 mgr.smithi018.dxgutx (mgr.14180) 1328 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:43:37.698 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:43:37.699 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:42:10.457963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:43:14.787120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gvfnlx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\nDeploy daemon haproxy.nfs.foo.smithi164.gvfnlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:43:19.235405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.nfednv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv\nDeploy daemon haproxy.nfs.foo.smithi018.nfednv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:43:19.237272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.azanya on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:43:19.238941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:43:38.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:43:38.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:38 smithi018 bash[14175]: cluster 2024-02-10T09:43:37.249325+0000 mgr.smithi018.dxgutx (mgr.14180) 1329 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:43:38.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:38 smithi164 bash[18308]: cluster 2024-02-10T09:43:37.249325+0000 mgr.smithi018.dxgutx (mgr.14180) 1329 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:43:39.429 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:43:39.639 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:39 smithi018 bash[14175]: audit 2024-02-10T09:43:37.683957+0000 mgr.smithi018.dxgutx (mgr.14180) 1330 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:43:39.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:39 smithi164 bash[18308]: audit 2024-02-10T09:43:37.683957+0000 mgr.smithi018.dxgutx (mgr.14180) 1330 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:43:40.586 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:40 smithi018 bash[14175]: cluster 2024-02-10T09:43:39.250630+0000 mgr.smithi018.dxgutx (mgr.14180) 1331 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:43:40.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:40 smithi164 bash[18308]: cluster 2024-02-10T09:43:39.250630+0000 mgr.smithi018.dxgutx (mgr.14180) 1331 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:43:42.713 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:43:42.714 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:42:10.457963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:43:14.787120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gvfnlx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\nDeploy daemon haproxy.nfs.foo.smithi164.gvfnlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:43:19.235405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.nfednv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv\nDeploy daemon haproxy.nfs.foo.smithi018.nfednv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:43:19.237272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.azanya on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:43:19.238941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:43:42.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:42 smithi018 bash[14175]: cluster 2024-02-10T09:43:41.251821+0000 mgr.smithi018.dxgutx (mgr.14180) 1332 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:43:42.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:42 smithi164 bash[18308]: cluster 2024-02-10T09:43:41.251821+0000 mgr.smithi018.dxgutx (mgr.14180) 1332 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:43:43.466 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:43:44.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:43 smithi018 bash[14175]: audit 2024-02-10T09:43:42.698113+0000 mgr.smithi018.dxgutx (mgr.14180) 1333 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:43:44.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:43 smithi018 bash[14175]: cluster 2024-02-10T09:43:43.253026+0000 mgr.smithi018.dxgutx (mgr.14180) 1334 : cluster [DBG] pgmap v877: 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-10T09:43:44.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:43 smithi164 bash[18308]: audit 2024-02-10T09:43:42.698113+0000 mgr.smithi018.dxgutx (mgr.14180) 1333 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:43:44.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:43 smithi164 bash[18308]: cluster 2024-02-10T09:43:43.253026+0000 mgr.smithi018.dxgutx (mgr.14180) 1334 : cluster [DBG] pgmap v877: 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-10T09:43:44.467 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:43:46.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:46 smithi164 bash[18308]: cluster 2024-02-10T09:43:45.254040+0000 mgr.smithi018.dxgutx (mgr.14180) 1335 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:43:46.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:46 smithi018 bash[14175]: cluster 2024-02-10T09:43:45.254040+0000 mgr.smithi018.dxgutx (mgr.14180) 1335 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:43:47.876 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:43:47.876 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:42:10.457963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:43:14.787120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gvfnlx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\nDeploy daemon haproxy.nfs.foo.smithi164.gvfnlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:43:19.235405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.nfednv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv\nDeploy daemon haproxy.nfs.foo.smithi018.nfednv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:43:19.237272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.azanya on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:43:19.238941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:43:48.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:48 smithi018 bash[14175]: cluster 2024-02-10T09:43:47.255136+0000 mgr.smithi018.dxgutx (mgr.14180) 1336 : 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-10T09:43:48.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:48 smithi164 bash[18308]: cluster 2024-02-10T09:43:47.255136+0000 mgr.smithi018.dxgutx (mgr.14180) 1336 : 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-10T09:43:48.604 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:43:49.606 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:43:49.620 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:49 smithi018 bash[14175]: audit 2024-02-10T09:43:47.859626+0000 mgr.smithi018.dxgutx (mgr.14180) 1337 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:43:49.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:49 smithi164 bash[18308]: audit 2024-02-10T09:43:47.859626+0000 mgr.smithi018.dxgutx (mgr.14180) 1337 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:43:50.674 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:50 smithi018 bash[14175]: cluster 2024-02-10T09:43:49.256452+0000 mgr.smithi018.dxgutx (mgr.14180) 1338 : 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-10T09:43:50.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:50 smithi164 bash[18308]: cluster 2024-02-10T09:43:49.256452+0000 mgr.smithi018.dxgutx (mgr.14180) 1338 : 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-10T09:43:52.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:52 smithi018 bash[14175]: cluster 2024-02-10T09:43:51.257586+0000 mgr.smithi018.dxgutx (mgr.14180) 1339 : 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-10T09:43:52.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:52 smithi164 bash[18308]: cluster 2024-02-10T09:43:51.257586+0000 mgr.smithi018.dxgutx (mgr.14180) 1339 : 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-10T09:43:52.924 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:43:52.924 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:42:10.457963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:43:14.787120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gvfnlx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\nDeploy daemon haproxy.nfs.foo.smithi164.gvfnlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:43:19.235405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.nfednv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv\nDeploy daemon haproxy.nfs.foo.smithi018.nfednv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:43:19.237272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.azanya on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:43:19.238941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:43:53.679 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:43:53.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:53 smithi018 bash[14175]: audit 2024-02-10T09:43:52.908784+0000 mgr.smithi018.dxgutx (mgr.14180) 1340 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:43:53.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:53 smithi018 bash[14175]: cluster 2024-02-10T09:43:53.258924+0000 mgr.smithi018.dxgutx (mgr.14180) 1341 : cluster [DBG] pgmap v882: 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-10T09:43:54.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:53 smithi164 bash[18308]: audit 2024-02-10T09:43:52.908784+0000 mgr.smithi018.dxgutx (mgr.14180) 1340 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:43:54.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:53 smithi164 bash[18308]: cluster 2024-02-10T09:43:53.258924+0000 mgr.smithi018.dxgutx (mgr.14180) 1341 : cluster [DBG] pgmap v882: 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-10T09:43:54.680 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:43:56.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:56 smithi018 bash[14175]: cluster 2024-02-10T09:43:55.260111+0000 mgr.smithi018.dxgutx (mgr.14180) 1342 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:43:56.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:56 smithi164 bash[18308]: cluster 2024-02-10T09:43:55.260111+0000 mgr.smithi018.dxgutx (mgr.14180) 1342 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:43:58.057 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:43:58.057 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:42:10.457963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:43:14.787120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gvfnlx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\nDeploy daemon haproxy.nfs.foo.smithi164.gvfnlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:43:19.235405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.nfednv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv\nDeploy daemon haproxy.nfs.foo.smithi018.nfednv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:43:19.237272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.azanya on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:43:19.238941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:43:58.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:58 smithi018 bash[14175]: cluster 2024-02-10T09:43:57.261190+0000 mgr.smithi018.dxgutx (mgr.14180) 1343 : 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-10T09:43:58.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:43:58.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:58 smithi164 bash[18308]: cluster 2024-02-10T09:43:57.261190+0000 mgr.smithi018.dxgutx (mgr.14180) 1343 : 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-10T09:43:59.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:43:59 smithi018 bash[14175]: audit 2024-02-10T09:43:58.046670+0000 mgr.smithi018.dxgutx (mgr.14180) 1344 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:43:59.806 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:43:59.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:43:59 smithi164 bash[18308]: audit 2024-02-10T09:43:58.046670+0000 mgr.smithi018.dxgutx (mgr.14180) 1344 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:44:00.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:00 smithi018 bash[14175]: cluster 2024-02-10T09:43:59.262512+0000 mgr.smithi018.dxgutx (mgr.14180) 1345 : 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-10T09:44:00.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:00 smithi164 bash[18308]: cluster 2024-02-10T09:43:59.262512+0000 mgr.smithi018.dxgutx (mgr.14180) 1345 : 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-10T09:44:02.603 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:02 smithi018 bash[14175]: cluster 2024-02-10T09:44:01.263649+0000 mgr.smithi018.dxgutx (mgr.14180) 1346 : 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-10T09:44:02.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:02 smithi164 bash[18308]: cluster 2024-02-10T09:44:01.263649+0000 mgr.smithi018.dxgutx (mgr.14180) 1346 : 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-10T09:44:02.972 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:44:02.972 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:42:10.457963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:43:14.787120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gvfnlx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\nDeploy daemon haproxy.nfs.foo.smithi164.gvfnlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:43:19.235405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.nfednv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv\nDeploy daemon haproxy.nfs.foo.smithi018.nfednv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:43:19.237272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.azanya on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:43:19.238941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:44:03.743 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:44:04.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:03 smithi018 bash[14175]: audit 2024-02-10T09:44:02.957165+0000 mgr.smithi018.dxgutx (mgr.14180) 1347 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:44:04.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:03 smithi018 bash[14175]: cluster 2024-02-10T09:44:03.264610+0000 mgr.smithi018.dxgutx (mgr.14180) 1348 : cluster [DBG] pgmap v887: 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-10T09:44:04.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:03 smithi164 bash[18308]: audit 2024-02-10T09:44:02.957165+0000 mgr.smithi018.dxgutx (mgr.14180) 1347 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:44:04.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:03 smithi164 bash[18308]: cluster 2024-02-10T09:44:03.264610+0000 mgr.smithi018.dxgutx (mgr.14180) 1348 : cluster [DBG] pgmap v887: 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-10T09:44:04.744 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:44:06.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:06 smithi018 bash[14175]: cluster 2024-02-10T09:44:05.265282+0000 mgr.smithi018.dxgutx (mgr.14180) 1349 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:44:06.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:06 smithi164 bash[18308]: cluster 2024-02-10T09:44:05.265282+0000 mgr.smithi018.dxgutx (mgr.14180) 1349 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:44:08.007 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:44:08.008 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:42:10.457963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:43:14.787120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gvfnlx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\nDeploy daemon haproxy.nfs.foo.smithi164.gvfnlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:43:19.235405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.nfednv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv\nDeploy daemon haproxy.nfs.foo.smithi018.nfednv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:43:19.237272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.azanya on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:43:19.238941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:44:08.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:08 smithi018 bash[14175]: cluster 2024-02-10T09:44:07.266382+0000 mgr.smithi018.dxgutx (mgr.14180) 1350 : 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-10T09:44:08.806 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:44:08.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:08 smithi164 bash[18308]: cluster 2024-02-10T09:44:07.266382+0000 mgr.smithi018.dxgutx (mgr.14180) 1350 : 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-10T09:44:09.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:09 smithi018 bash[14175]: audit 2024-02-10T09:44:07.991319+0000 mgr.smithi018.dxgutx (mgr.14180) 1351 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:44:09.807 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:44:09.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:09 smithi164 bash[18308]: audit 2024-02-10T09:44:07.991319+0000 mgr.smithi018.dxgutx (mgr.14180) 1351 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:44:10.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:10 smithi018 bash[14175]: cluster 2024-02-10T09:44:09.267656+0000 mgr.smithi018.dxgutx (mgr.14180) 1352 : 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-10T09:44:10.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:10 smithi164 bash[18308]: cluster 2024-02-10T09:44:09.267656+0000 mgr.smithi018.dxgutx (mgr.14180) 1352 : 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-10T09:44:12.605 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:12 smithi018 bash[14175]: cluster 2024-02-10T09:44:11.268778+0000 mgr.smithi018.dxgutx (mgr.14180) 1353 : 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-10T09:44:12.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:12 smithi164 bash[18308]: cluster 2024-02-10T09:44:11.268778+0000 mgr.smithi018.dxgutx (mgr.14180) 1353 : 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-10T09:44:13.017 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:44:13.017 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:42:10.457963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:43:14.787120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gvfnlx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\nDeploy daemon haproxy.nfs.foo.smithi164.gvfnlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:43:19.235405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.nfednv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv\nDeploy daemon haproxy.nfs.foo.smithi018.nfednv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:43:19.237272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.azanya on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:43:19.238941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:44:13.774 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:44:14.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:13 smithi018 bash[14175]: audit 2024-02-10T09:44:13.002279+0000 mgr.smithi018.dxgutx (mgr.14180) 1354 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:44:14.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:13 smithi018 bash[14175]: cluster 2024-02-10T09:44:13.270088+0000 mgr.smithi018.dxgutx (mgr.14180) 1355 : cluster [DBG] pgmap v892: 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-10T09:44:14.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:13 smithi164 bash[18308]: audit 2024-02-10T09:44:13.002279+0000 mgr.smithi018.dxgutx (mgr.14180) 1354 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:44:14.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:13 smithi164 bash[18308]: cluster 2024-02-10T09:44:13.270088+0000 mgr.smithi018.dxgutx (mgr.14180) 1355 : cluster [DBG] pgmap v892: 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-10T09:44:14.775 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:44:16.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:16 smithi018 bash[14175]: cluster 2024-02-10T09:44:15.271125+0000 mgr.smithi018.dxgutx (mgr.14180) 1356 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:44:16.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:16 smithi164 bash[18308]: cluster 2024-02-10T09:44:15.271125+0000 mgr.smithi018.dxgutx (mgr.14180) 1356 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:44:18.064 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:44:18.064 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:42:10.457963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:43:14.787120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gvfnlx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\nDeploy daemon haproxy.nfs.foo.smithi164.gvfnlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:43:19.235405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.nfednv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv\nDeploy daemon haproxy.nfs.foo.smithi018.nfednv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:43:19.237272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.azanya on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:43:19.238941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:44:18.491 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:18 smithi018 bash[14175]: cluster 2024-02-10T09:44:17.272189+0000 mgr.smithi018.dxgutx (mgr.14180) 1357 : 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-10T09:44:18.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:18 smithi164 bash[18308]: cluster 2024-02-10T09:44:17.272189+0000 mgr.smithi018.dxgutx (mgr.14180) 1357 : 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-10T09:44:18.853 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:44:19.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:19 smithi018 bash[14175]: audit 2024-02-10T09:44:18.049814+0000 mgr.smithi018.dxgutx (mgr.14180) 1358 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:44:19.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:19 smithi018 bash[14175]: audit 2024-02-10T09:44:19.242995+0000 mon.smithi018 (mon.0) 1008 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:44:19.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:19 smithi164 bash[18308]: audit 2024-02-10T09:44:18.049814+0000 mgr.smithi018.dxgutx (mgr.14180) 1358 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:44:19.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:19 smithi164 bash[18308]: audit 2024-02-10T09:44:19.242995+0000 mon.smithi018 (mon.0) 1008 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:44:19.855 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:44:20.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:20 smithi018 bash[14175]: cluster 2024-02-10T09:44:19.273621+0000 mgr.smithi018.dxgutx (mgr.14180) 1359 : 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-10T09:44:20.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:20 smithi018 bash[14175]: audit 2024-02-10T09:44:19.553511+0000 mon.smithi018 (mon.0) 1009 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:44:20.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:20 smithi018 bash[14175]: audit 2024-02-10T09:44:19.554959+0000 mon.smithi018 (mon.0) 1010 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:44:20.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:20 smithi018 bash[14175]: audit 2024-02-10T09:44:19.563523+0000 mon.smithi018 (mon.0) 1011 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:44:20.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:20 smithi018 bash[14175]: cluster 2024-02-10T09:44:19.564415+0000 mgr.smithi018.dxgutx (mgr.14180) 1360 : cluster [DBG] pgmap v896: 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-10T09:44:20.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:20 smithi018 bash[14175]: audit 2024-02-10T09:44:19.570738+0000 mon.smithi018 (mon.0) 1012 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:44:20.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:20 smithi018 bash[14175]: audit 2024-02-10T09:44:19.585178+0000 mon.smithi018 (mon.0) 1013 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:44:20.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:20 smithi164 bash[18308]: cluster 2024-02-10T09:44:19.273621+0000 mgr.smithi018.dxgutx (mgr.14180) 1359 : 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-10T09:44:20.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:20 smithi164 bash[18308]: audit 2024-02-10T09:44:19.553511+0000 mon.smithi018 (mon.0) 1009 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:44:20.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:20 smithi164 bash[18308]: audit 2024-02-10T09:44:19.554959+0000 mon.smithi018 (mon.0) 1010 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:44:20.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:20 smithi164 bash[18308]: audit 2024-02-10T09:44:19.563523+0000 mon.smithi018 (mon.0) 1011 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:44:20.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:20 smithi164 bash[18308]: cluster 2024-02-10T09:44:19.564415+0000 mgr.smithi018.dxgutx (mgr.14180) 1360 : cluster [DBG] pgmap v896: 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-10T09:44:20.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:20 smithi164 bash[18308]: audit 2024-02-10T09:44:19.570738+0000 mon.smithi018 (mon.0) 1012 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:44:20.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:20 smithi164 bash[18308]: audit 2024-02-10T09:44:19.585178+0000 mon.smithi018 (mon.0) 1013 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:44:21.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:21 smithi018 bash[14175]: cephadm 2024-02-10T09:44:19.591488+0000 mgr.smithi018.dxgutx (mgr.14180) 1361 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.gmxaag on smithi164 2024-02-10T09:44:21.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:21 smithi018 bash[14175]: cluster 2024-02-10T09:44:20.559844+0000 mon.smithi018 (mon.0) 1014 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:44:21.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:21 smithi018 bash[14175]: cluster 2024-02-10T09:44:20.559901+0000 mon.smithi018 (mon.0) 1015 : cluster [INF] Cluster is now healthy 2024-02-10T09:44:21.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:21 smithi164 bash[18308]: cephadm 2024-02-10T09:44:19.591488+0000 mgr.smithi018.dxgutx (mgr.14180) 1361 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.gmxaag on smithi164 2024-02-10T09:44:21.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:21 smithi164 bash[18308]: cluster 2024-02-10T09:44:20.559844+0000 mon.smithi018 (mon.0) 1014 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:44:21.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:21 smithi164 bash[18308]: cluster 2024-02-10T09:44:20.559901+0000 mon.smithi018 (mon.0) 1015 : cluster [INF] Cluster is now healthy 2024-02-10T09:44:22.647 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:22 smithi018 bash[14175]: cluster 2024-02-10T09:44:21.565147+0000 mgr.smithi018.dxgutx (mgr.14180) 1362 : cluster [DBG] pgmap v897: 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-10T09:44:22.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:22 smithi164 bash[18308]: cluster 2024-02-10T09:44:21.565147+0000 mgr.smithi018.dxgutx (mgr.14180) 1362 : cluster [DBG] pgmap v897: 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-10T09:44:23.077 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:44:23.077 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:42:10.457963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.luorbx on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:43:14.787120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gvfnlx on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gvfnlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gvfnlx\nDeploy daemon haproxy.nfs.foo.smithi164.gvfnlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:43:19.235405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.nfednv on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-nfednv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.nfednv\nDeploy daemon haproxy.nfs.foo.smithi018.nfednv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:43:19.237272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.azanya on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:43:19.238941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:44:23.939 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:44:24.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: audit 2024-02-10T09:44:23.059813+0000 mgr.smithi018.dxgutx (mgr.14180) 1363 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:44:24.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: cephadm 2024-02-10T09:44:23.437073+0000 mgr.smithi018.dxgutx (mgr.14180) 1364 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag 2024-02-10T09:44:24.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:44:24.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag 2024-02-10T09:44:24.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag 2024-02-10T09:44:24.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:44:24.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag 2024-02-10T09:44:24.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.gmxaag ... 2024-02-10T09:44:24.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:44:24.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:44:24.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:44:24.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:44:24.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:44:24.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:44:24.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:44:24.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:44:24.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:44:24.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:44:24.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag 2024-02-10T09:44:24.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:44:24.229 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag 2024-02-10T09:44:24.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag 2024-02-10T09:44:24.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:44:24.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag 2024-02-10T09:44:24.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.gmxaag ... 2024-02-10T09:44:24.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:44:24.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:44:24.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:44:24.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:44:24.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:44:24.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: cephadm 2024-02-10T09:44:23.437554+0000 mgr.smithi018.dxgutx (mgr.14180) 1365 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.gmxaag 2024-02-10T09:44:24.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: audit 2024-02-10T09:44:23.438103+0000 mon.smithi018 (mon.0) 1016 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.gmxaag"}]: dispatch 2024-02-10T09:44:24.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: cephadm 2024-02-10T09:44:23.439504+0000 mgr.smithi018.dxgutx (mgr.14180) 1366 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.gmxaag on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag 2024-02-10T09:44:24.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:44:24.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag 2024-02-10T09:44:24.230 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag 2024-02-10T09:44:24.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:44:24.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag 2024-02-10T09:44:24.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.gmxaag ... 2024-02-10T09:44:24.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:44:24.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:44:24.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:44:24.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:44:24.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:44:24.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: cephadm 2024-02-10T09:44:23.444677+0000 mgr.smithi018.dxgutx (mgr.14180) 1367 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.ybwtfr on smithi018 2024-02-10T09:44:24.231 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:23 smithi018 bash[14175]: cluster 2024-02-10T09:44:23.565713+0000 mgr.smithi018.dxgutx (mgr.14180) 1368 : cluster [DBG] pgmap v898: 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-10T09:44:24.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: audit 2024-02-10T09:44:23.059813+0000 mgr.smithi018.dxgutx (mgr.14180) 1363 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:44:24.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: cephadm 2024-02-10T09:44:23.437073+0000 mgr.smithi018.dxgutx (mgr.14180) 1364 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag 2024-02-10T09:44:24.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:44:24.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag 2024-02-10T09:44:24.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag 2024-02-10T09:44:24.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:44:24.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag 2024-02-10T09:44:24.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.gmxaag ... 2024-02-10T09:44:24.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:44:24.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:44:24.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:44:24.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:44:24.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:44:24.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:44:24.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:44:24.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:44:24.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:44:24.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:44:24.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag 2024-02-10T09:44:24.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:44:24.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag 2024-02-10T09:44:24.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag 2024-02-10T09:44:24.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:44:24.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag 2024-02-10T09:44:24.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.gmxaag ... 2024-02-10T09:44:24.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:44:24.326 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:44:24.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:44:24.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:44:24.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:44:24.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: cephadm 2024-02-10T09:44:23.437554+0000 mgr.smithi018.dxgutx (mgr.14180) 1365 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.gmxaag 2024-02-10T09:44:24.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: audit 2024-02-10T09:44:23.438103+0000 mon.smithi018 (mon.0) 1016 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.gmxaag"}]: dispatch 2024-02-10T09:44:24.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: cephadm 2024-02-10T09:44:23.439504+0000 mgr.smithi018.dxgutx (mgr.14180) 1366 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.gmxaag on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag 2024-02-10T09:44:24.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:44:24.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag 2024-02-10T09:44:24.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag 2024-02-10T09:44:24.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:44:24.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag 2024-02-10T09:44:24.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.gmxaag ... 2024-02-10T09:44:24.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:44:24.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:44:24.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:44:24.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:44:24.327 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:44:24.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: cephadm 2024-02-10T09:44:23.444677+0000 mgr.smithi018.dxgutx (mgr.14180) 1367 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.ybwtfr on smithi018 2024-02-10T09:44:24.328 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:23 smithi164 bash[18308]: cluster 2024-02-10T09:44:23.565713+0000 mgr.smithi018.dxgutx (mgr.14180) 1368 : cluster [DBG] pgmap v898: 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-10T09:44:24.941 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:44:25.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:25 smithi018 bash[14175]: cluster 2024-02-10T09:44:25.566404+0000 mgr.smithi018.dxgutx (mgr.14180) 1369 : cluster [DBG] pgmap v899: 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-10T09:44:26.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:25 smithi164 bash[18308]: cluster 2024-02-10T09:44:25.566404+0000 mgr.smithi018.dxgutx (mgr.14180) 1369 : cluster [DBG] pgmap v899: 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-10T09:44:27.764 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:27 smithi018 bash[14175]: audit 2024-02-10T09:44:26.508859+0000 mon.smithi018 (mon.0) 1017 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:44:27.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:27 smithi164 bash[18308]: audit 2024-02-10T09:44:26.508859+0000 mon.smithi018 (mon.0) 1017 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:44:28.366 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:44:28.366 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:43:19.238941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:44:23.439221Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gmxaag on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\nDeploy daemon haproxy.nfs.foo.smithi164.gmxaag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.761383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ybwtfr on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\nDeploy daemon haproxy.nfs.foo.smithi018.ybwtfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.765650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fsuczb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:44:27.768669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:44:28.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:28 smithi018 bash[14175]: cluster 2024-02-10T09:44:27.567132+0000 mgr.smithi018.dxgutx (mgr.14180) 1370 : cluster [DBG] pgmap v900: 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-10T09:44:28.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:28 smithi018 bash[14175]: audit 2024-02-10T09:44:27.760206+0000 mon.smithi018 (mon.0) 1018 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.ybwtfr"}]: dispatch 2024-02-10T09:44:28.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:28 smithi164 bash[18308]: cluster 2024-02-10T09:44:27.567132+0000 mgr.smithi018.dxgutx (mgr.14180) 1370 : cluster [DBG] pgmap v900: 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-10T09:44:28.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:28 smithi164 bash[18308]: audit 2024-02-10T09:44:27.760206+0000 mon.smithi018 (mon.0) 1018 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.ybwtfr"}]: dispatch 2024-02-10T09:44:29.198 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:44:29.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: cephadm 2024-02-10T09:44:27.759097+0000 mgr.smithi018.dxgutx (mgr.14180) 1371 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr 2024-02-10T09:44:29.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:44:29.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr 2024-02-10T09:44:29.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr 2024-02-10T09:44:29.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:44:29.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr 2024-02-10T09:44:29.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.ybwtfr ... 2024-02-10T09:44:29.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:44:29.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:44:29.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:44:29.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:44:29.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:44:29.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:44:29.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:44:29.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:44:29.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:44:29.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:44:29.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr 2024-02-10T09:44:29.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:44:29.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr 2024-02-10T09:44:29.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr 2024-02-10T09:44:29.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:44:29.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr 2024-02-10T09:44:29.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.ybwtfr ... 2024-02-10T09:44:29.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:44:29.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:44:29.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:44:29.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:44:29.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:44:29.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: cephadm 2024-02-10T09:44:27.759555+0000 mgr.smithi018.dxgutx (mgr.14180) 1372 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.ybwtfr 2024-02-10T09:44:29.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: cephadm 2024-02-10T09:44:27.761643+0000 mgr.smithi018.dxgutx (mgr.14180) 1373 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.ybwtfr on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr 2024-02-10T09:44:29.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:44:29.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr 2024-02-10T09:44:29.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr 2024-02-10T09:44:29.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:44:29.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr 2024-02-10T09:44:29.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.ybwtfr ... 2024-02-10T09:44:29.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:44:29.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:44:29.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:44:29.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:44:29.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:44:29.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: cephadm 2024-02-10T09:44:27.765866+0000 mgr.smithi018.dxgutx (mgr.14180) 1374 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.fsuczb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:44:29.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: cephadm 2024-02-10T09:44:27.768842+0000 mgr.smithi018.dxgutx (mgr.14180) 1375 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:44:29.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: cluster 2024-02-10T09:44:27.769723+0000 mgr.smithi018.dxgutx (mgr.14180) 1376 : cluster [DBG] pgmap v901: 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-10T09:44:29.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: audit 2024-02-10T09:44:28.347764+0000 mgr.smithi018.dxgutx (mgr.14180) 1377 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:44:29.828 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:29 smithi164 bash[18308]: cluster 2024-02-10T09:44:28.507961+0000 mon.smithi018 (mon.0) 1019 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:44:29.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: cephadm 2024-02-10T09:44:27.759097+0000 mgr.smithi018.dxgutx (mgr.14180) 1371 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr 2024-02-10T09:44:29.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:44:29.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr 2024-02-10T09:44:29.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr 2024-02-10T09:44:29.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:44:29.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr 2024-02-10T09:44:29.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.ybwtfr ... 2024-02-10T09:44:29.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:44:29.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:44:29.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:44:29.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:44:29.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:44:29.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:44:29.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:44:29.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:44:29.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:44:29.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:44:29.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr 2024-02-10T09:44:29.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:44:29.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr 2024-02-10T09:44:29.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr 2024-02-10T09:44:29.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:44:29.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr 2024-02-10T09:44:29.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.ybwtfr ... 2024-02-10T09:44:29.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:44:29.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:44:29.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:44:29.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:44:29.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:44:29.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: cephadm 2024-02-10T09:44:27.759555+0000 mgr.smithi018.dxgutx (mgr.14180) 1372 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.ybwtfr 2024-02-10T09:44:29.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: cephadm 2024-02-10T09:44:27.761643+0000 mgr.smithi018.dxgutx (mgr.14180) 1373 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.ybwtfr on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr 2024-02-10T09:44:29.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:44:29.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr 2024-02-10T09:44:29.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr 2024-02-10T09:44:29.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:44:29.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr 2024-02-10T09:44:29.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.ybwtfr ... 2024-02-10T09:44:29.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:44:29.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:44:29.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:44:29.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:44:29.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:44:29.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: cephadm 2024-02-10T09:44:27.765866+0000 mgr.smithi018.dxgutx (mgr.14180) 1374 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.fsuczb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:44:29.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: cephadm 2024-02-10T09:44:27.768842+0000 mgr.smithi018.dxgutx (mgr.14180) 1375 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:44:29.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: cluster 2024-02-10T09:44:27.769723+0000 mgr.smithi018.dxgutx (mgr.14180) 1376 : cluster [DBG] pgmap v901: 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-10T09:44:29.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: audit 2024-02-10T09:44:28.347764+0000 mgr.smithi018.dxgutx (mgr.14180) 1377 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:44:29.981 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:29 smithi018 bash[14175]: cluster 2024-02-10T09:44:28.507961+0000 mon.smithi018 (mon.0) 1019 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:44:30.199 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:44:31.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:31 smithi164 bash[18308]: cluster 2024-02-10T09:44:29.771046+0000 mgr.smithi018.dxgutx (mgr.14180) 1378 : cluster [DBG] pgmap v902: 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-10T09:44:31.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:31 smithi164 bash[18308]: audit 2024-02-10T09:44:30.312283+0000 mon.smithi018 (mon.0) 1020 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:44:31.657 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:31 smithi018 bash[14175]: cluster 2024-02-10T09:44:29.771046+0000 mgr.smithi018.dxgutx (mgr.14180) 1378 : cluster [DBG] pgmap v902: 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-10T09:44:31.657 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:31 smithi018 bash[14175]: audit 2024-02-10T09:44:30.312283+0000 mon.smithi018 (mon.0) 1020 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:44:33.497 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:44:33.497 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:43:19.238941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:44:23.439221Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gmxaag on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\nDeploy daemon haproxy.nfs.foo.smithi164.gmxaag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.761383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ybwtfr on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\nDeploy daemon haproxy.nfs.foo.smithi018.ybwtfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.765650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fsuczb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:44:27.768669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:44:33.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:33 smithi164 bash[18308]: cluster 2024-02-10T09:44:31.771995+0000 mgr.smithi018.dxgutx (mgr.14180) 1379 : cluster [DBG] pgmap v903: 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-10T09:44:33.723 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:33 smithi018 bash[14175]: cluster 2024-02-10T09:44:31.771995+0000 mgr.smithi018.dxgutx (mgr.14180) 1379 : cluster [DBG] pgmap v903: 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-10T09:44:34.263 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:44:34.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:34 smithi018 bash[14175]: audit 2024-02-10T09:44:33.480375+0000 mgr.smithi018.dxgutx (mgr.14180) 1380 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:44:34.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:34 smithi164 bash[18308]: audit 2024-02-10T09:44:33.480375+0000 mgr.smithi018.dxgutx (mgr.14180) 1380 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:44:35.264 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:44:35.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:35 smithi018 bash[14175]: cluster 2024-02-10T09:44:33.772687+0000 mgr.smithi018.dxgutx (mgr.14180) 1381 : cluster [DBG] pgmap v904: 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-10T09:44:35.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:35 smithi164 bash[18308]: cluster 2024-02-10T09:44:33.772687+0000 mgr.smithi018.dxgutx (mgr.14180) 1381 : cluster [DBG] pgmap v904: 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-10T09:44:37.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:37 smithi018 bash[14175]: cluster 2024-02-10T09:44:35.773781+0000 mgr.smithi018.dxgutx (mgr.14180) 1382 : cluster [DBG] pgmap v905: 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-10T09:44:37.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:37 smithi164 bash[18308]: cluster 2024-02-10T09:44:35.773781+0000 mgr.smithi018.dxgutx (mgr.14180) 1382 : cluster [DBG] pgmap v905: 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-10T09:44:38.533 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:44:38.533 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:43:19.238941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:44:23.439221Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gmxaag on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\nDeploy daemon haproxy.nfs.foo.smithi164.gmxaag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.761383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ybwtfr on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\nDeploy daemon haproxy.nfs.foo.smithi018.ybwtfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.765650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fsuczb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:44:27.768669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:44:39.311 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:44:39.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:39 smithi018 bash[14175]: cluster 2024-02-10T09:44:37.774933+0000 mgr.smithi018.dxgutx (mgr.14180) 1383 : cluster [DBG] pgmap v906: 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-10T09:44:39.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:39 smithi018 bash[14175]: audit 2024-02-10T09:44:38.518992+0000 mgr.smithi018.dxgutx (mgr.14180) 1384 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:44:39.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:39 smithi164 bash[18308]: cluster 2024-02-10T09:44:37.774933+0000 mgr.smithi018.dxgutx (mgr.14180) 1383 : cluster [DBG] pgmap v906: 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-10T09:44:39.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:39 smithi164 bash[18308]: audit 2024-02-10T09:44:38.518992+0000 mgr.smithi018.dxgutx (mgr.14180) 1384 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:44:40.312 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:44:41.696 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:41 smithi018 bash[14175]: cluster 2024-02-10T09:44:39.776276+0000 mgr.smithi018.dxgutx (mgr.14180) 1385 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:44:41.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:41 smithi164 bash[18308]: cluster 2024-02-10T09:44:39.776276+0000 mgr.smithi018.dxgutx (mgr.14180) 1385 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:44:42.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:42 smithi018 bash[14175]: audit 2024-02-10T09:44:41.507586+0000 mon.smithi018 (mon.0) 1021 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:44:42.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:42 smithi164 bash[18308]: audit 2024-02-10T09:44:41.507586+0000 mon.smithi018 (mon.0) 1021 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:44:43.528 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:44:43.528 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:43:19.238941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:44:23.439221Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gmxaag on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\nDeploy daemon haproxy.nfs.foo.smithi164.gmxaag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.761383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ybwtfr on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\nDeploy daemon haproxy.nfs.foo.smithi018.ybwtfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.765650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fsuczb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:44:27.768669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:44:43.776 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:43 smithi018 bash[14175]: cluster 2024-02-10T09:44:41.776843+0000 mgr.smithi018.dxgutx (mgr.14180) 1386 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:44:43.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:43 smithi164 bash[18308]: cluster 2024-02-10T09:44:41.776843+0000 mgr.smithi018.dxgutx (mgr.14180) 1386 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:44:44.375 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:44:44.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:44 smithi018 bash[14175]: audit 2024-02-10T09:44:43.513755+0000 mgr.smithi018.dxgutx (mgr.14180) 1387 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:44:44.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:44 smithi164 bash[18308]: audit 2024-02-10T09:44:43.513755+0000 mgr.smithi018.dxgutx (mgr.14180) 1387 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:44:45.377 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:44:45.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:45 smithi018 bash[14175]: cluster 2024-02-10T09:44:43.777916+0000 mgr.smithi018.dxgutx (mgr.14180) 1388 : cluster [DBG] pgmap v909: 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-10T09:44:45.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:45 smithi164 bash[18308]: cluster 2024-02-10T09:44:43.777916+0000 mgr.smithi018.dxgutx (mgr.14180) 1388 : cluster [DBG] pgmap v909: 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-10T09:44:47.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:47 smithi018 bash[14175]: cluster 2024-02-10T09:44:45.779068+0000 mgr.smithi018.dxgutx (mgr.14180) 1389 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:44:47.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:47 smithi164 bash[18308]: cluster 2024-02-10T09:44:45.779068+0000 mgr.smithi018.dxgutx (mgr.14180) 1389 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:44:48.747 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:44:48.747 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:43:19.238941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:44:23.439221Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gmxaag on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\nDeploy daemon haproxy.nfs.foo.smithi164.gmxaag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.761383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ybwtfr on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\nDeploy daemon haproxy.nfs.foo.smithi018.ybwtfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.765650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fsuczb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:44:27.768669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:44:49.555 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:44:49.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:49 smithi164 bash[18308]: cluster 2024-02-10T09:44:47.780211+0000 mgr.smithi018.dxgutx (mgr.14180) 1390 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:44:49.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:49 smithi018 bash[14175]: cluster 2024-02-10T09:44:47.780211+0000 mgr.smithi018.dxgutx (mgr.14180) 1390 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:44:50.556 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:44:50.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:50 smithi164 bash[18308]: audit 2024-02-10T09:44:48.731149+0000 mgr.smithi018.dxgutx (mgr.14180) 1391 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:44:50.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:50 smithi018 bash[14175]: audit 2024-02-10T09:44:48.731149+0000 mgr.smithi018.dxgutx (mgr.14180) 1391 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:44:51.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:51 smithi164 bash[18308]: cluster 2024-02-10T09:44:49.781549+0000 mgr.smithi018.dxgutx (mgr.14180) 1392 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:44:51.858 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:51 smithi018 bash[14175]: cluster 2024-02-10T09:44:49.781549+0000 mgr.smithi018.dxgutx (mgr.14180) 1392 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:44:53.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:53 smithi018 bash[14175]: cluster 2024-02-10T09:44:51.782411+0000 mgr.smithi018.dxgutx (mgr.14180) 1393 : 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-10T09:44:53.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:53 smithi164 bash[18308]: cluster 2024-02-10T09:44:51.782411+0000 mgr.smithi018.dxgutx (mgr.14180) 1393 : 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-10T09:44:53.828 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:44:53.829 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:43:19.238941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:44:23.439221Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gmxaag on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\nDeploy daemon haproxy.nfs.foo.smithi164.gmxaag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.761383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ybwtfr on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\nDeploy daemon haproxy.nfs.foo.smithi018.ybwtfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.765650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fsuczb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:44:27.768669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:44:54.616 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:44:55.617 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:44:55.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:55 smithi018 bash[14175]: cluster 2024-02-10T09:44:53.783645+0000 mgr.smithi018.dxgutx (mgr.14180) 1394 : 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-10T09:44:55.978 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:55 smithi018 bash[14175]: audit 2024-02-10T09:44:53.814109+0000 mgr.smithi018.dxgutx (mgr.14180) 1395 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:44:56.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:55 smithi164 bash[18308]: cluster 2024-02-10T09:44:53.783645+0000 mgr.smithi018.dxgutx (mgr.14180) 1394 : 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-10T09:44:56.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:55 smithi164 bash[18308]: audit 2024-02-10T09:44:53.814109+0000 mgr.smithi018.dxgutx (mgr.14180) 1395 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:44:57.879 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:57 smithi164 bash[18308]: cluster 2024-02-10T09:44:55.784718+0000 mgr.smithi018.dxgutx (mgr.14180) 1396 : 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-10T09:44:57.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:57 smithi018 bash[14175]: cluster 2024-02-10T09:44:55.784718+0000 mgr.smithi018.dxgutx (mgr.14180) 1396 : 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-10T09:44:58.966 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:44:58.966 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:43:19.238941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:44:23.439221Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gmxaag on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\nDeploy daemon haproxy.nfs.foo.smithi164.gmxaag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.761383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ybwtfr on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\nDeploy daemon haproxy.nfs.foo.smithi018.ybwtfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.765650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fsuczb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:44:27.768669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:44:59.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:44:59.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:44:59 smithi018 bash[14175]: cluster 2024-02-10T09:44:57.785845+0000 mgr.smithi018.dxgutx (mgr.14180) 1397 : 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-10T09:45:00.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:44:59 smithi164 bash[18308]: cluster 2024-02-10T09:44:57.785845+0000 mgr.smithi018.dxgutx (mgr.14180) 1397 : 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-10T09:45:00.775 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:45:00.971 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:00 smithi018 bash[14175]: audit 2024-02-10T09:44:58.951062+0000 mgr.smithi018.dxgutx (mgr.14180) 1398 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:45:01.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:00 smithi164 bash[18308]: audit 2024-02-10T09:44:58.951062+0000 mgr.smithi018.dxgutx (mgr.14180) 1398 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:45:01.904 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:01 smithi018 bash[14175]: cluster 2024-02-10T09:44:59.787676+0000 mgr.smithi018.dxgutx (mgr.14180) 1399 : 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-10T09:45:02.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:01 smithi164 bash[18308]: cluster 2024-02-10T09:44:59.787676+0000 mgr.smithi018.dxgutx (mgr.14180) 1399 : 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-10T09:45:02.861 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:02 smithi018 bash[14175]: cluster 2024-02-10T09:45:01.788719+0000 mgr.smithi018.dxgutx (mgr.14180) 1400 : 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-10T09:45:03.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:02 smithi164 bash[18308]: cluster 2024-02-10T09:45:01.788719+0000 mgr.smithi018.dxgutx (mgr.14180) 1400 : 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-10T09:45:04.185 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:45:04.185 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:43:19.238941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:44:23.439221Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gmxaag on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\nDeploy daemon haproxy.nfs.foo.smithi164.gmxaag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.761383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ybwtfr on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\nDeploy daemon haproxy.nfs.foo.smithi018.ybwtfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.765650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fsuczb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:44:27.768669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:45:04.976 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:45:05.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:04 smithi018 bash[14175]: cluster 2024-02-10T09:45:03.789930+0000 mgr.smithi018.dxgutx (mgr.14180) 1401 : 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-10T09:45:05.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:04 smithi018 bash[14175]: audit 2024-02-10T09:45:04.174925+0000 mgr.smithi018.dxgutx (mgr.14180) 1402 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:45:05.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:04 smithi164 bash[18308]: cluster 2024-02-10T09:45:03.789930+0000 mgr.smithi018.dxgutx (mgr.14180) 1401 : 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-10T09:45:05.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:04 smithi164 bash[18308]: audit 2024-02-10T09:45:04.174925+0000 mgr.smithi018.dxgutx (mgr.14180) 1402 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:45:05.977 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:45:07.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:06 smithi018 bash[14175]: cluster 2024-02-10T09:45:05.791065+0000 mgr.smithi018.dxgutx (mgr.14180) 1403 : 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-10T09:45:07.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:06 smithi164 bash[18308]: cluster 2024-02-10T09:45:05.791065+0000 mgr.smithi018.dxgutx (mgr.14180) 1403 : 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-10T09:45:09.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:08 smithi018 bash[14175]: cluster 2024-02-10T09:45:07.791851+0000 mgr.smithi018.dxgutx (mgr.14180) 1404 : 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-10T09:45:09.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:08 smithi164 bash[18308]: cluster 2024-02-10T09:45:07.791851+0000 mgr.smithi018.dxgutx (mgr.14180) 1404 : 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-10T09:45:09.401 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:45:09.401 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:43:19.238941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:44:23.439221Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gmxaag on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\nDeploy daemon haproxy.nfs.foo.smithi164.gmxaag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.761383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ybwtfr on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\nDeploy daemon haproxy.nfs.foo.smithi018.ybwtfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.765650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fsuczb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:44:27.768669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:45:10.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:09 smithi018 bash[14175]: audit 2024-02-10T09:45:09.385168+0000 mgr.smithi018.dxgutx (mgr.14180) 1405 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:45:10.246 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:45:10.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:09 smithi164 bash[18308]: audit 2024-02-10T09:45:09.385168+0000 mgr.smithi018.dxgutx (mgr.14180) 1405 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:45:11.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:10 smithi018 bash[14175]: cluster 2024-02-10T09:45:09.792693+0000 mgr.smithi018.dxgutx (mgr.14180) 1406 : 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-10T09:45:11.248 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:45:11.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:10 smithi164 bash[18308]: cluster 2024-02-10T09:45:09.792693+0000 mgr.smithi018.dxgutx (mgr.14180) 1406 : 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-10T09:45:13.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:12 smithi018 bash[14175]: cluster 2024-02-10T09:45:11.793638+0000 mgr.smithi018.dxgutx (mgr.14180) 1407 : 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-10T09:45:13.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:12 smithi164 bash[18308]: cluster 2024-02-10T09:45:11.793638+0000 mgr.smithi018.dxgutx (mgr.14180) 1407 : 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-10T09:45:14.667 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:45:14.667 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:43:19.238941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:44:23.439221Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gmxaag on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\nDeploy daemon haproxy.nfs.foo.smithi164.gmxaag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.761383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ybwtfr on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\nDeploy daemon haproxy.nfs.foo.smithi018.ybwtfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.765650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fsuczb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:44:27.768669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:45:15.140 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:14 smithi018 bash[14175]: cluster 2024-02-10T09:45:13.794887+0000 mgr.smithi018.dxgutx (mgr.14180) 1408 : 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-10T09:45:15.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:14 smithi164 bash[18308]: cluster 2024-02-10T09:45:13.794887+0000 mgr.smithi018.dxgutx (mgr.14180) 1408 : 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-10T09:45:15.461 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:45:16.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:15 smithi018 bash[14175]: audit 2024-02-10T09:45:14.652757+0000 mgr.smithi018.dxgutx (mgr.14180) 1409 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:45:16.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:15 smithi164 bash[18308]: audit 2024-02-10T09:45:14.652757+0000 mgr.smithi018.dxgutx (mgr.14180) 1409 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:45:16.462 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:45:17.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:16 smithi018 bash[14175]: cluster 2024-02-10T09:45:15.795639+0000 mgr.smithi018.dxgutx (mgr.14180) 1410 : 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-10T09:45:17.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:16 smithi164 bash[18308]: cluster 2024-02-10T09:45:15.795639+0000 mgr.smithi018.dxgutx (mgr.14180) 1410 : 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-10T09:45:19.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:18 smithi018 bash[14175]: cluster 2024-02-10T09:45:17.796702+0000 mgr.smithi018.dxgutx (mgr.14180) 1411 : 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-10T09:45:19.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:18 smithi164 bash[18308]: cluster 2024-02-10T09:45:17.796702+0000 mgr.smithi018.dxgutx (mgr.14180) 1411 : 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-10T09:45:19.761 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:45:19.761 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:43:19.238941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:44:23.439221Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gmxaag on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\nDeploy daemon haproxy.nfs.foo.smithi164.gmxaag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.761383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ybwtfr on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\nDeploy daemon haproxy.nfs.foo.smithi018.ybwtfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.765650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fsuczb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:44:27.768669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:45:20.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:45:21.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:20 smithi018 bash[14175]: audit 2024-02-10T09:45:19.744582+0000 mgr.smithi018.dxgutx (mgr.14180) 1412 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:45:21.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:20 smithi018 bash[14175]: cluster 2024-02-10T09:45:19.798013+0000 mgr.smithi018.dxgutx (mgr.14180) 1413 : 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-10T09:45:21.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:20 smithi164 bash[18308]: audit 2024-02-10T09:45:19.744582+0000 mgr.smithi018.dxgutx (mgr.14180) 1412 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:45:21.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:20 smithi164 bash[18308]: cluster 2024-02-10T09:45:19.798013+0000 mgr.smithi018.dxgutx (mgr.14180) 1413 : 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-10T09:45:21.564 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:45:23.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:22 smithi018 bash[14175]: cluster 2024-02-10T09:45:21.798809+0000 mgr.smithi018.dxgutx (mgr.14180) 1414 : 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-10T09:45:23.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:22 smithi164 bash[18308]: cluster 2024-02-10T09:45:21.798809+0000 mgr.smithi018.dxgutx (mgr.14180) 1414 : 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-10T09:45:24.924 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:45:24.925 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:43:19.238941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:44:23.439221Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gmxaag on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\nDeploy daemon haproxy.nfs.foo.smithi164.gmxaag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.761383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ybwtfr on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\nDeploy daemon haproxy.nfs.foo.smithi018.ybwtfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.765650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fsuczb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:44:27.768669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:45:25.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:24 smithi164 bash[18308]: cluster 2024-02-10T09:45:23.799633+0000 mgr.smithi018.dxgutx (mgr.14180) 1415 : 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-10T09:45:25.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:24 smithi018 bash[14175]: cluster 2024-02-10T09:45:23.799633+0000 mgr.smithi018.dxgutx (mgr.14180) 1415 : 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-10T09:45:25.715 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:45:26.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:25 smithi164 bash[18308]: audit 2024-02-10T09:45:24.914338+0000 mgr.smithi018.dxgutx (mgr.14180) 1416 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:45:26.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:25 smithi018 bash[14175]: audit 2024-02-10T09:45:24.914338+0000 mgr.smithi018.dxgutx (mgr.14180) 1416 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:45:26.716 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:45:27.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:26 smithi018 bash[14175]: cluster 2024-02-10T09:45:25.800805+0000 mgr.smithi018.dxgutx (mgr.14180) 1417 : 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-10T09:45:27.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:26 smithi164 bash[18308]: cluster 2024-02-10T09:45:25.800805+0000 mgr.smithi018.dxgutx (mgr.14180) 1417 : 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-10T09:45:28.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:27 smithi018 bash[14175]: audit 2024-02-10T09:45:27.773847+0000 mon.smithi018 (mon.0) 1022 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:45:28.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:27 smithi164 bash[18308]: audit 2024-02-10T09:45:27.773847+0000 mon.smithi018 (mon.0) 1022 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:45:29.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:28 smithi018 bash[14175]: cluster 2024-02-10T09:45:27.801448+0000 mgr.smithi018.dxgutx (mgr.14180) 1418 : 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-10T09:45:29.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:28 smithi018 bash[14175]: audit 2024-02-10T09:45:28.087146+0000 mon.smithi018 (mon.0) 1023 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:45:29.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:29 smithi018 bash[14175]: audit 2024-02-10T09:45:28.088710+0000 mon.smithi018 (mon.0) 1024 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:45:29.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:29 smithi018 bash[14175]: audit 2024-02-10T09:45:28.097897+0000 mon.smithi018 (mon.0) 1025 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:45:29.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:29 smithi018 bash[14175]: cluster 2024-02-10T09:45:28.098928+0000 mgr.smithi018.dxgutx (mgr.14180) 1419 : cluster [DBG] pgmap v932: 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-10T09:45:29.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:29 smithi018 bash[14175]: audit 2024-02-10T09:45:28.105065+0000 mon.smithi018 (mon.0) 1026 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:45:29.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:29 smithi018 bash[14175]: audit 2024-02-10T09:45:28.120741+0000 mon.smithi018 (mon.0) 1027 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:45:29.228 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:29 smithi018 bash[14175]: cephadm 2024-02-10T09:45:28.125264+0000 mgr.smithi018.dxgutx (mgr.14180) 1420 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.vfiyuk on smithi164 2024-02-10T09:45:29.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:29 smithi164 bash[18308]: cluster 2024-02-10T09:45:27.801448+0000 mgr.smithi018.dxgutx (mgr.14180) 1418 : 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-10T09:45:29.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:29 smithi164 bash[18308]: audit 2024-02-10T09:45:28.087146+0000 mon.smithi018 (mon.0) 1023 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:45:29.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:29 smithi164 bash[18308]: audit 2024-02-10T09:45:28.088710+0000 mon.smithi018 (mon.0) 1024 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:45:29.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:29 smithi164 bash[18308]: audit 2024-02-10T09:45:28.097897+0000 mon.smithi018 (mon.0) 1025 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:45:29.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:29 smithi164 bash[18308]: cluster 2024-02-10T09:45:28.098928+0000 mgr.smithi018.dxgutx (mgr.14180) 1419 : cluster [DBG] pgmap v932: 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-10T09:45:29.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:29 smithi164 bash[18308]: audit 2024-02-10T09:45:28.105065+0000 mon.smithi018 (mon.0) 1026 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:45:29.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:29 smithi164 bash[18308]: audit 2024-02-10T09:45:28.120741+0000 mon.smithi018 (mon.0) 1027 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:45:29.325 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:29 smithi164 bash[18308]: cephadm 2024-02-10T09:45:28.125264+0000 mgr.smithi018.dxgutx (mgr.14180) 1420 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.vfiyuk on smithi164 2024-02-10T09:45:30.142 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:45:30.143 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:43:19.238941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.ypdwtj on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:44:23.439221Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gmxaag on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\nDeploy daemon haproxy.nfs.foo.smithi164.gmxaag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.761383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ybwtfr on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\nDeploy daemon haproxy.nfs.foo.smithi018.ybwtfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.765650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fsuczb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:44:27.768669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:45:30.299 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:30 smithi018 bash[14175]: cluster 2024-02-10T09:45:29.093832+0000 mon.smithi018 (mon.0) 1028 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:45:30.299 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:30 smithi018 bash[14175]: cluster 2024-02-10T09:45:29.093903+0000 mon.smithi018 (mon.0) 1029 : cluster [INF] Cluster is now healthy 2024-02-10T09:45:30.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:30 smithi164 bash[18308]: cluster 2024-02-10T09:45:29.093832+0000 mon.smithi018 (mon.0) 1028 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:45:30.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:30 smithi164 bash[18308]: cluster 2024-02-10T09:45:29.093903+0000 mon.smithi018 (mon.0) 1029 : cluster [INF] Cluster is now healthy 2024-02-10T09:45:30.904 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:45:31.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:31 smithi018 bash[14175]: cluster 2024-02-10T09:45:30.099785+0000 mgr.smithi018.dxgutx (mgr.14180) 1421 : cluster [DBG] pgmap v933: 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-10T09:45:31.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:31 smithi018 bash[14175]: audit 2024-02-10T09:45:30.128448+0000 mgr.smithi018.dxgutx (mgr.14180) 1422 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:45:31.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:31 smithi164 bash[18308]: cluster 2024-02-10T09:45:30.099785+0000 mgr.smithi018.dxgutx (mgr.14180) 1421 : cluster [DBG] pgmap v933: 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-10T09:45:31.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:31 smithi164 bash[18308]: audit 2024-02-10T09:45:30.128448+0000 mgr.smithi018.dxgutx (mgr.14180) 1422 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:45:31.906 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:45:33.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: cluster 2024-02-10T09:45:32.100539+0000 mgr.smithi018.dxgutx (mgr.14180) 1423 : cluster [DBG] pgmap v934: 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-10T09:45:33.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: cephadm 2024-02-10T09:45:32.231189+0000 mgr.smithi018.dxgutx (mgr.14180) 1424 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk 2024-02-10T09:45:33.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:45:33.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk 2024-02-10T09:45:33.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk 2024-02-10T09:45:33.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:45:33.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk 2024-02-10T09:45:33.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.vfiyuk ... 2024-02-10T09:45:33.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:45:33.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:45:33.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:45:33.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:45:33.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:45:33.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:45:33.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:45:33.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:45:33.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:45:33.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:45:33.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk 2024-02-10T09:45:33.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:45:33.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk 2024-02-10T09:45:33.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk 2024-02-10T09:45:33.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:45:33.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk 2024-02-10T09:45:33.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.vfiyuk ... 2024-02-10T09:45:33.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:45:33.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:45:33.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:45:33.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:45:33.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:45:33.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: cephadm 2024-02-10T09:45:32.231717+0000 mgr.smithi018.dxgutx (mgr.14180) 1425 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.vfiyuk 2024-02-10T09:45:33.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: audit 2024-02-10T09:45:32.232346+0000 mon.smithi018 (mon.0) 1030 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.vfiyuk"}]: dispatch 2024-02-10T09:45:33.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: cephadm 2024-02-10T09:45:32.233804+0000 mgr.smithi018.dxgutx (mgr.14180) 1426 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.vfiyuk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk 2024-02-10T09:45:33.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:45:33.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk 2024-02-10T09:45:33.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk 2024-02-10T09:45:33.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:45:33.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk 2024-02-10T09:45:33.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.vfiyuk ... 2024-02-10T09:45:33.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:45:33.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:45:33.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:45:33.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:45:33.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:45:33.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:33 smithi018 bash[14175]: cephadm 2024-02-10T09:45:32.238010+0000 mgr.smithi018.dxgutx (mgr.14180) 1427 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.kgpbni on smithi018 2024-02-10T09:45:33.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: cluster 2024-02-10T09:45:32.100539+0000 mgr.smithi018.dxgutx (mgr.14180) 1423 : cluster [DBG] pgmap v934: 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-10T09:45:33.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: cephadm 2024-02-10T09:45:32.231189+0000 mgr.smithi018.dxgutx (mgr.14180) 1424 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk 2024-02-10T09:45:33.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:45:33.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk 2024-02-10T09:45:33.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk 2024-02-10T09:45:33.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:45:33.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk 2024-02-10T09:45:33.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.vfiyuk ... 2024-02-10T09:45:33.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:45:33.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:45:33.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:45:33.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:45:33.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:45:33.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:45:33.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:45:33.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:45:33.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:45:33.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:45:33.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk 2024-02-10T09:45:33.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:45:33.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk 2024-02-10T09:45:33.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk 2024-02-10T09:45:33.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:45:33.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk 2024-02-10T09:45:33.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.vfiyuk ... 2024-02-10T09:45:33.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:45:33.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:45:33.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:45:33.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:45:33.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:45:33.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: cephadm 2024-02-10T09:45:32.231717+0000 mgr.smithi018.dxgutx (mgr.14180) 1425 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.vfiyuk 2024-02-10T09:45:33.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: audit 2024-02-10T09:45:32.232346+0000 mon.smithi018 (mon.0) 1030 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.vfiyuk"}]: dispatch 2024-02-10T09:45:33.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: cephadm 2024-02-10T09:45:32.233804+0000 mgr.smithi018.dxgutx (mgr.14180) 1426 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.vfiyuk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk 2024-02-10T09:45:33.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:45:33.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk 2024-02-10T09:45:33.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk 2024-02-10T09:45:33.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:45:33.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk 2024-02-10T09:45:33.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.vfiyuk ... 2024-02-10T09:45:33.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:45:33.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:45:33.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:45:33.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:45:33.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:45:33.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:33 smithi164 bash[18308]: cephadm 2024-02-10T09:45:32.238010+0000 mgr.smithi018.dxgutx (mgr.14180) 1427 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.kgpbni on smithi018 2024-02-10T09:45:35.320 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:45:35.320 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:44:23.439221Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.gmxaag on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-gmxaag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.gmxaag\nDeploy daemon haproxy.nfs.foo.smithi164.gmxaag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.761383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.ybwtfr on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-ybwtfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.ybwtfr\nDeploy daemon haproxy.nfs.foo.smithi018.ybwtfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:44:27.765650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.fsuczb on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:44:27.768669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:45:32.233572Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.vfiyuk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\nDeploy daemon haproxy.nfs.foo.smithi164.vfiyuk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -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.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:45:35.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:35 smithi018 bash[14175]: cluster 2024-02-10T09:45:34.101607+0000 mgr.smithi018.dxgutx (mgr.14180) 1428 : cluster [DBG] pgmap v935: 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-10T09:45:35.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:35 smithi164 bash[18308]: cluster 2024-02-10T09:45:34.101607+0000 mgr.smithi018.dxgutx (mgr.14180) 1428 : cluster [DBG] pgmap v935: 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-10T09:45:36.370 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:45:36.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:36 smithi018 bash[14175]: audit 2024-02-10T09:45:35.309963+0000 mgr.smithi018.dxgutx (mgr.14180) 1429 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:45:36.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:36 smithi164 bash[18308]: audit 2024-02-10T09:45:35.309963+0000 mgr.smithi018.dxgutx (mgr.14180) 1429 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:45:37.371 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:45:37.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: cluster 2024-02-10T09:45:36.102355+0000 mgr.smithi018.dxgutx (mgr.14180) 1430 : cluster [DBG] pgmap v936: 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-10T09:45:37.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: cephadm 2024-02-10T09:45:36.387019+0000 mgr.smithi018.dxgutx (mgr.14180) 1431 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni 2024-02-10T09:45:37.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:45:37.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni 2024-02-10T09:45:37.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni 2024-02-10T09:45:37.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:45:37.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni 2024-02-10T09:45:37.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.kgpbni ... 2024-02-10T09:45:37.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:45:37.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:45:37.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:45:37.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:45:37.478 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:45:37.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:45:37.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:45:37.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:45:37.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:45:37.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:45:37.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni 2024-02-10T09:45:37.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:45:37.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni 2024-02-10T09:45:37.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni 2024-02-10T09:45:37.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:45:37.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni 2024-02-10T09:45:37.479 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.kgpbni ... 2024-02-10T09:45:37.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:45:37.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:45:37.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:45:37.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:45:37.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:45:37.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: cephadm 2024-02-10T09:45:36.387496+0000 mgr.smithi018.dxgutx (mgr.14180) 1432 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.kgpbni 2024-02-10T09:45:37.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: audit 2024-02-10T09:45:36.388085+0000 mon.smithi018 (mon.0) 1031 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.kgpbni"}]: dispatch 2024-02-10T09:45:37.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: cephadm 2024-02-10T09:45:36.389305+0000 mgr.smithi018.dxgutx (mgr.14180) 1433 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.kgpbni on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni 2024-02-10T09:45:37.480 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:45:37.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni 2024-02-10T09:45:37.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni 2024-02-10T09:45:37.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:45:37.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni 2024-02-10T09:45:37.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.kgpbni ... 2024-02-10T09:45:37.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:45:37.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:45:37.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:45:37.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:45:37.481 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:45:37.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: cephadm 2024-02-10T09:45:36.392347+0000 mgr.smithi018.dxgutx (mgr.14180) 1434 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.nxgqcz on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:45:37.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: cephadm 2024-02-10T09:45:36.395063+0000 mgr.smithi018.dxgutx (mgr.14180) 1435 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:45:37.482 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:37 smithi018 bash[14175]: cluster 2024-02-10T09:45:36.396300+0000 mgr.smithi018.dxgutx (mgr.14180) 1436 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 238 B/s rd, 0 op/s 2024-02-10T09:45:37.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: cluster 2024-02-10T09:45:36.102355+0000 mgr.smithi018.dxgutx (mgr.14180) 1430 : cluster [DBG] pgmap v936: 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-10T09:45:37.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: cephadm 2024-02-10T09:45:36.387019+0000 mgr.smithi018.dxgutx (mgr.14180) 1431 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni 2024-02-10T09:45:37.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:45:37.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni 2024-02-10T09:45:37.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni 2024-02-10T09:45:37.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:45:37.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni 2024-02-10T09:45:37.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.kgpbni ... 2024-02-10T09:45:37.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:45:37.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:45:37.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:45:37.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:45:37.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:45:37.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:45:37.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:45:37.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:45:37.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:45:37.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:45:37.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni 2024-02-10T09:45:37.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:45:37.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni 2024-02-10T09:45:37.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni 2024-02-10T09:45:37.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:45:37.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni 2024-02-10T09:45:37.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.kgpbni ... 2024-02-10T09:45:37.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:45:37.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:45:37.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:45:37.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:45:37.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:45:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: cephadm 2024-02-10T09:45:36.387496+0000 mgr.smithi018.dxgutx (mgr.14180) 1432 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.kgpbni 2024-02-10T09:45:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: audit 2024-02-10T09:45:36.388085+0000 mon.smithi018 (mon.0) 1031 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.kgpbni"}]: dispatch 2024-02-10T09:45:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: cephadm 2024-02-10T09:45:36.389305+0000 mgr.smithi018.dxgutx (mgr.14180) 1433 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.kgpbni on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni 2024-02-10T09:45:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:45:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni 2024-02-10T09:45:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni 2024-02-10T09:45:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:45:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni 2024-02-10T09:45:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.kgpbni ... 2024-02-10T09:45:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:45:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:45:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:45:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:45:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:45:37.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: cephadm 2024-02-10T09:45:36.392347+0000 mgr.smithi018.dxgutx (mgr.14180) 1434 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.nxgqcz on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:45:37.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: cephadm 2024-02-10T09:45:36.395063+0000 mgr.smithi018.dxgutx (mgr.14180) 1435 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:45:37.578 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:37 smithi164 bash[18308]: cluster 2024-02-10T09:45:36.396300+0000 mgr.smithi018.dxgutx (mgr.14180) 1436 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 238 B/s rd, 0 op/s 2024-02-10T09:45:38.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:38 smithi018 bash[14175]: cluster 2024-02-10T09:45:37.170911+0000 mon.smithi018 (mon.0) 1032 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:45:38.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:38 smithi164 bash[18308]: cluster 2024-02-10T09:45:37.170911+0000 mon.smithi018 (mon.0) 1032 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:45:39.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:39 smithi018 bash[14175]: cluster 2024-02-10T09:45:38.397433+0000 mgr.smithi018.dxgutx (mgr.14180) 1437 : cluster [DBG] pgmap v938: 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-10T09:45:39.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:39 smithi164 bash[18308]: cluster 2024-02-10T09:45:38.397433+0000 mgr.smithi018.dxgutx (mgr.14180) 1437 : cluster [DBG] pgmap v938: 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-10T09:45:40.729 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:45:40.729 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:44:27.768669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:45:32.233572Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.vfiyuk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\nDeploy daemon haproxy.nfs.foo.smithi164.vfiyuk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:45:36.389121Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.kgpbni on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni\nDeploy daemon haproxy.nfs.foo.smithi018.kgpbni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:45:36.392185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.nxgqcz on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:45:36.394903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:45:41.569 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:45:41.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:41 smithi018 bash[14175]: audit 2024-02-10T09:45:40.358093+0000 mon.smithi018 (mon.0) 1033 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:45:41.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:41 smithi018 bash[14175]: cluster 2024-02-10T09:45:40.398522+0000 mgr.smithi018.dxgutx (mgr.14180) 1438 : cluster [DBG] pgmap v939: 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-10T09:45:41.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:41 smithi164 bash[18308]: audit 2024-02-10T09:45:40.358093+0000 mon.smithi018 (mon.0) 1033 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:45:41.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:41 smithi164 bash[18308]: cluster 2024-02-10T09:45:40.398522+0000 mgr.smithi018.dxgutx (mgr.14180) 1438 : cluster [DBG] pgmap v939: 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-10T09:45:42.570 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:45:42.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:42 smithi018 bash[14175]: audit 2024-02-10T09:45:40.718648+0000 mgr.smithi018.dxgutx (mgr.14180) 1439 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:45:42.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:42 smithi164 bash[18308]: audit 2024-02-10T09:45:40.718648+0000 mgr.smithi018.dxgutx (mgr.14180) 1439 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:45:43.650 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:43 smithi018 bash[14175]: cluster 2024-02-10T09:45:42.399438+0000 mgr.smithi018.dxgutx (mgr.14180) 1440 : cluster [DBG] pgmap v940: 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-10T09:45:43.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:43 smithi164 bash[18308]: cluster 2024-02-10T09:45:42.399438+0000 mgr.smithi018.dxgutx (mgr.14180) 1440 : cluster [DBG] pgmap v940: 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-10T09:45:45.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:45 smithi018 bash[14175]: cluster 2024-02-10T09:45:44.400861+0000 mgr.smithi018.dxgutx (mgr.14180) 1441 : cluster [DBG] pgmap v941: 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-10T09:45:45.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:45 smithi164 bash[18308]: cluster 2024-02-10T09:45:44.400861+0000 mgr.smithi018.dxgutx (mgr.14180) 1441 : cluster [DBG] pgmap v941: 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-10T09:45:45.831 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:45:45.831 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:44:27.768669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:45:32.233572Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.vfiyuk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\nDeploy daemon haproxy.nfs.foo.smithi164.vfiyuk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:45:36.389121Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.kgpbni on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni\nDeploy daemon haproxy.nfs.foo.smithi018.kgpbni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:45:36.392185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.nxgqcz on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:45:36.394903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:45:46.652 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:45:47.653 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:45:47.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:47 smithi018 bash[14175]: audit 2024-02-10T09:45:45.817178+0000 mgr.smithi018.dxgutx (mgr.14180) 1442 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:45:47.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:47 smithi018 bash[14175]: cluster 2024-02-10T09:45:46.401999+0000 mgr.smithi018.dxgutx (mgr.14180) 1443 : cluster [DBG] pgmap v942: 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-10T09:45:47.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:47 smithi164 bash[18308]: audit 2024-02-10T09:45:45.817178+0000 mgr.smithi018.dxgutx (mgr.14180) 1442 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:45:47.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:47 smithi164 bash[18308]: cluster 2024-02-10T09:45:46.401999+0000 mgr.smithi018.dxgutx (mgr.14180) 1443 : cluster [DBG] pgmap v942: 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-10T09:45:49.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:48 smithi018 bash[14175]: cluster 2024-02-10T09:45:48.402784+0000 mgr.smithi018.dxgutx (mgr.14180) 1444 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:45:49.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:48 smithi164 bash[18308]: cluster 2024-02-10T09:45:48.402784+0000 mgr.smithi018.dxgutx (mgr.14180) 1444 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:45:50.896 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:45:50.896 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:44:27.768669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:45:32.233572Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.vfiyuk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\nDeploy daemon haproxy.nfs.foo.smithi164.vfiyuk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:45:36.389121Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.kgpbni on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni\nDeploy daemon haproxy.nfs.foo.smithi018.kgpbni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:45:36.392185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.nxgqcz on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:45:36.394903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:45:51.599 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:45:51.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:51 smithi018 bash[14175]: cluster 2024-02-10T09:45:50.403871+0000 mgr.smithi018.dxgutx (mgr.14180) 1445 : cluster [DBG] pgmap v944: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:45:51.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:51 smithi164 bash[18308]: cluster 2024-02-10T09:45:50.403871+0000 mgr.smithi018.dxgutx (mgr.14180) 1445 : cluster [DBG] pgmap v944: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:45:52.600 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:45:52.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:52 smithi018 bash[14175]: audit 2024-02-10T09:45:50.880467+0000 mgr.smithi018.dxgutx (mgr.14180) 1446 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:45:52.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:52 smithi164 bash[18308]: audit 2024-02-10T09:45:50.880467+0000 mgr.smithi018.dxgutx (mgr.14180) 1446 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:45:53.761 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:53 smithi018 bash[14175]: cluster 2024-02-10T09:45:52.404817+0000 mgr.smithi018.dxgutx (mgr.14180) 1447 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:45:53.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:53 smithi164 bash[18308]: cluster 2024-02-10T09:45:52.404817+0000 mgr.smithi018.dxgutx (mgr.14180) 1447 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:45:55.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:55 smithi164 bash[18308]: cluster 2024-02-10T09:45:54.406373+0000 mgr.smithi018.dxgutx (mgr.14180) 1448 : cluster [DBG] pgmap v946: 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-10T09:45:55.950 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:45:55.951 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:44:27.768669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:45:32.233572Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.vfiyuk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\nDeploy daemon haproxy.nfs.foo.smithi164.vfiyuk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:45:36.389121Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.kgpbni on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni\nDeploy daemon haproxy.nfs.foo.smithi018.kgpbni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:45:36.392185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.nxgqcz on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:45:36.394903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:45:55.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:55 smithi018 bash[14175]: cluster 2024-02-10T09:45:54.406373+0000 mgr.smithi018.dxgutx (mgr.14180) 1448 : cluster [DBG] pgmap v946: 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-10T09:45:56.770 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:45:57.772 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:45:57.786 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:57 smithi018 bash[14175]: audit 2024-02-10T09:45:55.940955+0000 mgr.smithi018.dxgutx (mgr.14180) 1449 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:45:57.786 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:57 smithi018 bash[14175]: cluster 2024-02-10T09:45:56.406994+0000 mgr.smithi018.dxgutx (mgr.14180) 1450 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:45:57.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:57 smithi164 bash[18308]: audit 2024-02-10T09:45:55.940955+0000 mgr.smithi018.dxgutx (mgr.14180) 1449 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:45:57.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:57 smithi164 bash[18308]: cluster 2024-02-10T09:45:56.406994+0000 mgr.smithi018.dxgutx (mgr.14180) 1450 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:45:59.225 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:45:58 smithi018 bash[14175]: cluster 2024-02-10T09:45:58.408353+0000 mgr.smithi018.dxgutx (mgr.14180) 1451 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:45:59.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:45:58 smithi164 bash[18308]: cluster 2024-02-10T09:45:58.408353+0000 mgr.smithi018.dxgutx (mgr.14180) 1451 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:46:01.081 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:46:01.081 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:44:27.768669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:45:32.233572Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.vfiyuk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\nDeploy daemon haproxy.nfs.foo.smithi164.vfiyuk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:45:36.389121Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.kgpbni on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni\nDeploy daemon haproxy.nfs.foo.smithi018.kgpbni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:45:36.392185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.nxgqcz on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:45:36.394903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:46:01.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:01 smithi018 bash[14175]: cluster 2024-02-10T09:46:00.409534+0000 mgr.smithi018.dxgutx (mgr.14180) 1452 : cluster [DBG] pgmap v949: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:46:01.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:01 smithi164 bash[18308]: cluster 2024-02-10T09:46:00.409534+0000 mgr.smithi018.dxgutx (mgr.14180) 1452 : cluster [DBG] pgmap v949: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:46:01.915 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:46:02.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:02 smithi164 bash[18308]: audit 2024-02-10T09:46:01.066231+0000 mgr.smithi018.dxgutx (mgr.14180) 1453 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:46:02.915 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:46:02.931 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:02 smithi018 bash[14175]: audit 2024-02-10T09:46:01.066231+0000 mgr.smithi018.dxgutx (mgr.14180) 1453 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:46:03.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:03 smithi164 bash[18308]: cluster 2024-02-10T09:46:02.410574+0000 mgr.smithi018.dxgutx (mgr.14180) 1454 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:46:03.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:03 smithi018 bash[14175]: cluster 2024-02-10T09:46:02.410574+0000 mgr.smithi018.dxgutx (mgr.14180) 1454 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:46:05.769 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:05 smithi018 bash[14175]: cluster 2024-02-10T09:46:04.411418+0000 mgr.smithi018.dxgutx (mgr.14180) 1455 : cluster [DBG] pgmap v951: 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-10T09:46:05.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:05 smithi164 bash[18308]: cluster 2024-02-10T09:46:04.411418+0000 mgr.smithi018.dxgutx (mgr.14180) 1455 : cluster [DBG] pgmap v951: 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-10T09:46:06.153 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:46:06.153 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:44:27.768669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:45:32.233572Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.vfiyuk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\nDeploy daemon haproxy.nfs.foo.smithi164.vfiyuk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:45:36.389121Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.kgpbni on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni\nDeploy daemon haproxy.nfs.foo.smithi018.kgpbni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:45:36.392185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.nxgqcz on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:45:36.394903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:46:07.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:46:07.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:07 smithi164 bash[18308]: audit 2024-02-10T09:46:06.138123+0000 mgr.smithi018.dxgutx (mgr.14180) 1456 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:46:07.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:07 smithi164 bash[18308]: cluster 2024-02-10T09:46:06.412017+0000 mgr.smithi018.dxgutx (mgr.14180) 1457 : 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-10T09:46:07.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:07 smithi018 bash[14175]: audit 2024-02-10T09:46:06.138123+0000 mgr.smithi018.dxgutx (mgr.14180) 1456 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:46:07.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:07 smithi018 bash[14175]: cluster 2024-02-10T09:46:06.412017+0000 mgr.smithi018.dxgutx (mgr.14180) 1457 : 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-10T09:46:08.002 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:46:09.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:08 smithi018 bash[14175]: cluster 2024-02-10T09:46:08.413263+0000 mgr.smithi018.dxgutx (mgr.14180) 1458 : 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-10T09:46:09.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:08 smithi164 bash[18308]: cluster 2024-02-10T09:46:08.413263+0000 mgr.smithi018.dxgutx (mgr.14180) 1458 : 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-10T09:46:11.216 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:46:11.216 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:44:27.768669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:45:32.233572Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.vfiyuk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\nDeploy daemon haproxy.nfs.foo.smithi164.vfiyuk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:45:36.389121Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.kgpbni on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni\nDeploy daemon haproxy.nfs.foo.smithi018.kgpbni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:45:36.392185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.nxgqcz on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:45:36.394903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:46:11.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:11 smithi018 bash[14175]: cluster 2024-02-10T09:46:10.414511+0000 mgr.smithi018.dxgutx (mgr.14180) 1459 : 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-10T09:46:11.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:11 smithi164 bash[18308]: cluster 2024-02-10T09:46:10.414511+0000 mgr.smithi018.dxgutx (mgr.14180) 1459 : 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-10T09:46:12.033 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:46:12.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:12 smithi164 bash[18308]: audit 2024-02-10T09:46:11.204193+0000 mgr.smithi018.dxgutx (mgr.14180) 1460 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:46:12.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:12 smithi018 bash[14175]: audit 2024-02-10T09:46:11.204193+0000 mgr.smithi018.dxgutx (mgr.14180) 1460 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:46:13.034 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:46:13.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:13 smithi164 bash[18308]: cluster 2024-02-10T09:46:12.415560+0000 mgr.smithi018.dxgutx (mgr.14180) 1461 : 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-10T09:46:13.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:13 smithi018 bash[14175]: cluster 2024-02-10T09:46:12.415560+0000 mgr.smithi018.dxgutx (mgr.14180) 1461 : 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-10T09:46:15.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:15 smithi164 bash[18308]: cluster 2024-02-10T09:46:14.417008+0000 mgr.smithi018.dxgutx (mgr.14180) 1462 : 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-10T09:46:15.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:15 smithi018 bash[14175]: cluster 2024-02-10T09:46:14.417008+0000 mgr.smithi018.dxgutx (mgr.14180) 1462 : 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-10T09:46:16.427 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:46:16.427 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:44:27.768669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:45:32.233572Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.vfiyuk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\nDeploy daemon haproxy.nfs.foo.smithi164.vfiyuk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:45:36.389121Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.kgpbni on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni\nDeploy daemon haproxy.nfs.foo.smithi018.kgpbni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:45:36.392185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.nxgqcz on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:45:36.394903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:46:17.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:46:17.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:17 smithi164 bash[18308]: audit 2024-02-10T09:46:16.417020+0000 mgr.smithi018.dxgutx (mgr.14180) 1463 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:46:17.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:17 smithi164 bash[18308]: cluster 2024-02-10T09:46:16.417736+0000 mgr.smithi018.dxgutx (mgr.14180) 1464 : 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-10T09:46:17.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:17 smithi018 bash[14175]: audit 2024-02-10T09:46:16.417020+0000 mgr.smithi018.dxgutx (mgr.14180) 1463 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:46:17.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:17 smithi018 bash[14175]: cluster 2024-02-10T09:46:16.417736+0000 mgr.smithi018.dxgutx (mgr.14180) 1464 : 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-10T09:46:18.247 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:46:19.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:18 smithi018 bash[14175]: cluster 2024-02-10T09:46:18.418576+0000 mgr.smithi018.dxgutx (mgr.14180) 1465 : 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-10T09:46:19.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:18 smithi164 bash[18308]: cluster 2024-02-10T09:46:18.418576+0000 mgr.smithi018.dxgutx (mgr.14180) 1465 : 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-10T09:46:21.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:21 smithi018 bash[14175]: cluster 2024-02-10T09:46:20.419407+0000 mgr.smithi018.dxgutx (mgr.14180) 1466 : 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-10T09:46:21.748 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:46:21.748 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:44:27.768669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:45:32.233572Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.vfiyuk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\nDeploy daemon haproxy.nfs.foo.smithi164.vfiyuk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:45:36.389121Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.kgpbni on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni\nDeploy daemon haproxy.nfs.foo.smithi018.kgpbni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:45:36.392185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.nxgqcz on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:45:36.394903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:46:21.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:21 smithi164 bash[18308]: cluster 2024-02-10T09:46:20.419407+0000 mgr.smithi018.dxgutx (mgr.14180) 1466 : 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-10T09:46:22.652 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:46:23.653 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:46:23.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:23 smithi164 bash[18308]: audit 2024-02-10T09:46:21.731438+0000 mgr.smithi018.dxgutx (mgr.14180) 1467 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:46:23.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:23 smithi164 bash[18308]: cluster 2024-02-10T09:46:22.420170+0000 mgr.smithi018.dxgutx (mgr.14180) 1468 : 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-10T09:46:23.857 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:23 smithi018 bash[14175]: audit 2024-02-10T09:46:21.731438+0000 mgr.smithi018.dxgutx (mgr.14180) 1467 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:46:23.857 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:23 smithi018 bash[14175]: cluster 2024-02-10T09:46:22.420170+0000 mgr.smithi018.dxgutx (mgr.14180) 1468 : 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-10T09:46:25.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:25 smithi164 bash[18308]: cluster 2024-02-10T09:46:24.421457+0000 mgr.smithi018.dxgutx (mgr.14180) 1469 : 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-10T09:46:25.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:25 smithi018 bash[14175]: cluster 2024-02-10T09:46:24.421457+0000 mgr.smithi018.dxgutx (mgr.14180) 1469 : 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-10T09:46:26.872 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:46:26.872 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:44:27.768669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:45:32.233572Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.vfiyuk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\nDeploy daemon haproxy.nfs.foo.smithi164.vfiyuk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:45:36.389121Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.kgpbni on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni\nDeploy daemon haproxy.nfs.foo.smithi018.kgpbni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:45:36.392185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.nxgqcz on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:45:36.394903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:46:27.749 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:27 smithi018 bash[14175]: cluster 2024-02-10T09:46:26.422504+0000 mgr.smithi018.dxgutx (mgr.14180) 1470 : 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-10T09:46:27.750 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:46:27.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:27 smithi164 bash[18308]: cluster 2024-02-10T09:46:26.422504+0000 mgr.smithi018.dxgutx (mgr.14180) 1470 : 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-10T09:46:28.750 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:46:28.763 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:28 smithi018 bash[14175]: audit 2024-02-10T09:46:26.858463+0000 mgr.smithi018.dxgutx (mgr.14180) 1471 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:46:28.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:28 smithi164 bash[18308]: audit 2024-02-10T09:46:26.858463+0000 mgr.smithi018.dxgutx (mgr.14180) 1471 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:46:29.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:29 smithi164 bash[18308]: cluster 2024-02-10T09:46:28.423919+0000 mgr.smithi018.dxgutx (mgr.14180) 1472 : 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-10T09:46:29.840 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:29 smithi018 bash[14175]: cluster 2024-02-10T09:46:28.423919+0000 mgr.smithi018.dxgutx (mgr.14180) 1472 : 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-10T09:46:31.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:31 smithi164 bash[18308]: cluster 2024-02-10T09:46:30.425208+0000 mgr.smithi018.dxgutx (mgr.14180) 1473 : 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, 0 op/s 2024-02-10T09:46:31.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:31 smithi018 bash[14175]: cluster 2024-02-10T09:46:30.425208+0000 mgr.smithi018.dxgutx (mgr.14180) 1473 : 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, 0 op/s 2024-02-10T09:46:32.121 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:46:32.122 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:44:27.768669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:45:32.233572Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.vfiyuk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\nDeploy daemon haproxy.nfs.foo.smithi164.vfiyuk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:45:36.389121Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.kgpbni on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni\nDeploy daemon haproxy.nfs.foo.smithi018.kgpbni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:45:36.392185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.nxgqcz on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:45:36.394903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:46:32.910 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:46:33.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:33 smithi164 bash[18308]: audit 2024-02-10T09:46:32.107449+0000 mgr.smithi018.dxgutx (mgr.14180) 1474 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:46:33.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:33 smithi164 bash[18308]: cluster 2024-02-10T09:46:32.426348+0000 mgr.smithi018.dxgutx (mgr.14180) 1475 : 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, 0 op/s 2024-02-10T09:46:33.911 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:46:33.925 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:33 smithi018 bash[14175]: audit 2024-02-10T09:46:32.107449+0000 mgr.smithi018.dxgutx (mgr.14180) 1474 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:46:33.925 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:33 smithi018 bash[14175]: cluster 2024-02-10T09:46:32.426348+0000 mgr.smithi018.dxgutx (mgr.14180) 1475 : 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, 0 op/s 2024-02-10T09:46:35.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:35 smithi018 bash[14175]: cluster 2024-02-10T09:46:34.427811+0000 mgr.smithi018.dxgutx (mgr.14180) 1476 : 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, 0 op/s 2024-02-10T09:46:35.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:35 smithi164 bash[18308]: cluster 2024-02-10T09:46:34.427811+0000 mgr.smithi018.dxgutx (mgr.14180) 1476 : 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, 0 op/s 2024-02-10T09:46:36.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:36 smithi164 bash[18308]: audit 2024-02-10T09:46:36.400484+0000 mon.smithi018 (mon.0) 1034 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:46:36.870 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:36 smithi018 bash[14175]: audit 2024-02-10T09:46:36.400484+0000 mon.smithi018 (mon.0) 1034 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:46:37.284 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:46:37.285 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:44:27.768669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.sntddr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:45:32.233572Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.vfiyuk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\nDeploy daemon haproxy.nfs.foo.smithi164.vfiyuk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:45:36.389121Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.kgpbni on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni\nDeploy daemon haproxy.nfs.foo.smithi018.kgpbni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:45:36.392185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.nxgqcz on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:45:36.394903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:46:37.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:37 smithi018 bash[14175]: cluster 2024-02-10T09:46:36.428472+0000 mgr.smithi018.dxgutx (mgr.14180) 1477 : 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, 0 op/s 2024-02-10T09:46:37.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:37 smithi018 bash[14175]: audit 2024-02-10T09:46:36.674433+0000 mon.smithi018 (mon.0) 1035 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:46:37.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:37 smithi018 bash[14175]: audit 2024-02-10T09:46:36.961062+0000 mon.smithi018 (mon.0) 1036 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:46:37.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:37 smithi018 bash[14175]: audit 2024-02-10T09:46:36.962192+0000 mon.smithi018 (mon.0) 1037 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:46:37.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:37 smithi018 bash[14175]: audit 2024-02-10T09:46:36.968149+0000 mon.smithi018 (mon.0) 1038 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:46:37.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:37 smithi018 bash[14175]: audit 2024-02-10T09:46:36.975419+0000 mon.smithi018 (mon.0) 1039 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:46:37.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:37 smithi018 bash[14175]: audit 2024-02-10T09:46:36.987550+0000 mon.smithi018 (mon.0) 1040 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:46:37.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:37 smithi164 bash[18308]: cluster 2024-02-10T09:46:36.428472+0000 mgr.smithi018.dxgutx (mgr.14180) 1477 : 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, 0 op/s 2024-02-10T09:46:37.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:37 smithi164 bash[18308]: audit 2024-02-10T09:46:36.674433+0000 mon.smithi018 (mon.0) 1035 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:46:37.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:37 smithi164 bash[18308]: audit 2024-02-10T09:46:36.961062+0000 mon.smithi018 (mon.0) 1036 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:46:37.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:37 smithi164 bash[18308]: audit 2024-02-10T09:46:36.962192+0000 mon.smithi018 (mon.0) 1037 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:46:37.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:37 smithi164 bash[18308]: audit 2024-02-10T09:46:36.968149+0000 mon.smithi018 (mon.0) 1038 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:46:37.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:37 smithi164 bash[18308]: audit 2024-02-10T09:46:36.975419+0000 mon.smithi018 (mon.0) 1039 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:46:37.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:37 smithi164 bash[18308]: audit 2024-02-10T09:46:36.987550+0000 mon.smithi018 (mon.0) 1040 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:46:38.048 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:46:38.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:38 smithi164 bash[18308]: cluster 2024-02-10T09:46:36.968948+0000 mgr.smithi018.dxgutx (mgr.14180) 1478 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:46:38.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:38 smithi164 bash[18308]: cephadm 2024-02-10T09:46:36.991657+0000 mgr.smithi018.dxgutx (mgr.14180) 1479 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.hboyas on smithi164 2024-02-10T09:46:38.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:38 smithi164 bash[18308]: audit 2024-02-10T09:46:37.269566+0000 mgr.smithi018.dxgutx (mgr.14180) 1480 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:46:38.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:38 smithi164 bash[18308]: cluster 2024-02-10T09:46:37.966296+0000 mon.smithi018 (mon.0) 1041 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:46:38.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:38 smithi164 bash[18308]: cluster 2024-02-10T09:46:37.966333+0000 mon.smithi018 (mon.0) 1042 : cluster [INF] Cluster is now healthy 2024-02-10T09:46:38.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:38 smithi018 bash[14175]: cluster 2024-02-10T09:46:36.968948+0000 mgr.smithi018.dxgutx (mgr.14180) 1478 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:46:38.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:38 smithi018 bash[14175]: cephadm 2024-02-10T09:46:36.991657+0000 mgr.smithi018.dxgutx (mgr.14180) 1479 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.hboyas on smithi164 2024-02-10T09:46:38.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:38 smithi018 bash[14175]: audit 2024-02-10T09:46:37.269566+0000 mgr.smithi018.dxgutx (mgr.14180) 1480 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:46:38.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:38 smithi018 bash[14175]: cluster 2024-02-10T09:46:37.966296+0000 mon.smithi018 (mon.0) 1041 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:46:38.977 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:38 smithi018 bash[14175]: cluster 2024-02-10T09:46:37.966333+0000 mon.smithi018 (mon.0) 1042 : cluster [INF] Cluster is now healthy 2024-02-10T09:46:39.050 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:46:40.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:40 smithi018 bash[14175]: cluster 2024-02-10T09:46:38.970138+0000 mgr.smithi018.dxgutx (mgr.14180) 1481 : cluster [DBG] pgmap v969: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:46:40.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:40 smithi164 bash[18308]: cluster 2024-02-10T09:46:38.970138+0000 mgr.smithi018.dxgutx (mgr.14180) 1481 : cluster [DBG] pgmap v969: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:46:41.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:41 smithi164 bash[18308]: audit 2024-02-10T09:46:40.899070+0000 mon.smithi018 (mon.0) 1043 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.hboyas"}]: dispatch 2024-02-10T09:46:41.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:41 smithi164 bash[18308]: audit 2024-02-10T09:46:41.511596+0000 mon.smithi018 (mon.0) 1044 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:46:41.971 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:41 smithi018 bash[14175]: audit 2024-02-10T09:46:40.899070+0000 mon.smithi018 (mon.0) 1043 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.hboyas"}]: dispatch 2024-02-10T09:46:41.972 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:41 smithi018 bash[14175]: audit 2024-02-10T09:46:41.511596+0000 mon.smithi018 (mon.0) 1044 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:46:42.404 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:46:42.404 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:45:32.233572Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.vfiyuk on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-vfiyuk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.vfiyuk\nDeploy daemon haproxy.nfs.foo.smithi164.vfiyuk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:45:36.389121Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.kgpbni on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kgpbni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kgpbni\nDeploy daemon haproxy.nfs.foo.smithi018.kgpbni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:45:36.392185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.nxgqcz on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:45:36.394903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:40.900376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.hboyas on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\nDeploy daemon haproxy.nfs.foo.smithi164.hboyas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -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.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:46:42.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: cephadm 2024-02-10T09:46:40.898305+0000 mgr.smithi018.dxgutx (mgr.14180) 1482 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas 2024-02-10T09:46:42.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:46:42.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas 2024-02-10T09:46:42.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas 2024-02-10T09:46:42.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:46:42.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas 2024-02-10T09:46:42.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.hboyas ... 2024-02-10T09:46:42.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:46:42.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:46:42.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:46:42.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:46:42.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:46:42.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:46:42.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:46:42.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:46:42.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:46:42.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:46:42.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas 2024-02-10T09:46:42.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:46:42.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas 2024-02-10T09:46:42.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas 2024-02-10T09:46:42.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:46:42.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas 2024-02-10T09:46:42.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.hboyas ... 2024-02-10T09:46:42.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:46:42.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:46:42.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:46:42.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:46:42.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:46:42.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: cephadm 2024-02-10T09:46:40.898567+0000 mgr.smithi018.dxgutx (mgr.14180) 1483 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.hboyas 2024-02-10T09:46:42.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: cephadm 2024-02-10T09:46:40.900491+0000 mgr.smithi018.dxgutx (mgr.14180) 1484 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.hboyas on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas 2024-02-10T09:46:42.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:46:42.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas 2024-02-10T09:46:42.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas 2024-02-10T09:46:42.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:46:42.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas 2024-02-10T09:46:42.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.hboyas ... 2024-02-10T09:46:42.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:46:42.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:46:42.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:46:42.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:46:42.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:46:42.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: cephadm 2024-02-10T09:46:40.903030+0000 mgr.smithi018.dxgutx (mgr.14180) 1485 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.bptqcp on smithi018 2024-02-10T09:46:42.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:42 smithi018 bash[14175]: cluster 2024-02-10T09:46:40.971021+0000 mgr.smithi018.dxgutx (mgr.14180) 1486 : cluster [DBG] pgmap v970: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:46:42.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: cephadm 2024-02-10T09:46:40.898305+0000 mgr.smithi018.dxgutx (mgr.14180) 1482 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas 2024-02-10T09:46:42.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:46:42.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas 2024-02-10T09:46:42.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas 2024-02-10T09:46:42.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:46:42.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas 2024-02-10T09:46:42.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.hboyas ... 2024-02-10T09:46:42.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:46:42.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:46:42.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:46:42.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:46:42.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:46:42.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:46:42.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:46:42.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:46:42.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:46:42.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:46:42.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas 2024-02-10T09:46:42.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:46:42.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas 2024-02-10T09:46:42.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas 2024-02-10T09:46:42.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:46:42.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas 2024-02-10T09:46:42.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.hboyas ... 2024-02-10T09:46:42.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:46:42.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:46:42.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:46:42.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:46:42.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:46:42.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: cephadm 2024-02-10T09:46:40.898567+0000 mgr.smithi018.dxgutx (mgr.14180) 1483 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.hboyas 2024-02-10T09:46:42.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: cephadm 2024-02-10T09:46:40.900491+0000 mgr.smithi018.dxgutx (mgr.14180) 1484 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.hboyas on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas 2024-02-10T09:46:42.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:46:42.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas 2024-02-10T09:46:42.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas 2024-02-10T09:46:42.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:46:42.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas 2024-02-10T09:46:42.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.hboyas ... 2024-02-10T09:46:42.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:46:42.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:46:42.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:46:42.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:46:42.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:46:42.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: cephadm 2024-02-10T09:46:40.903030+0000 mgr.smithi018.dxgutx (mgr.14180) 1485 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.bptqcp on smithi018 2024-02-10T09:46:42.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:42 smithi164 bash[18308]: cluster 2024-02-10T09:46:40.971021+0000 mgr.smithi018.dxgutx (mgr.14180) 1486 : cluster [DBG] pgmap v970: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:46:43.287 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:46:43.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:43 smithi164 bash[18308]: audit 2024-02-10T09:46:42.394849+0000 mgr.smithi018.dxgutx (mgr.14180) 1487 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:46:43.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:43 smithi018 bash[14175]: audit 2024-02-10T09:46:42.394849+0000 mgr.smithi018.dxgutx (mgr.14180) 1487 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:46:44.287 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:46:44.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:44 smithi164 bash[18308]: cluster 2024-02-10T09:46:42.971894+0000 mgr.smithi018.dxgutx (mgr.14180) 1488 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 388 B/s rd, 0 op/s 2024-02-10T09:46:45.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:44 smithi018 bash[14175]: cluster 2024-02-10T09:46:42.971894+0000 mgr.smithi018.dxgutx (mgr.14180) 1488 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 388 B/s rd, 0 op/s 2024-02-10T09:46:45.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:45 smithi018 bash[14175]: audit 2024-02-10T09:46:45.539226+0000 mon.smithi018 (mon.0) 1045 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.bptqcp"}]: dispatch 2024-02-10T09:46:45.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:45 smithi164 bash[18308]: audit 2024-02-10T09:46:45.539226+0000 mon.smithi018 (mon.0) 1045 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.bptqcp"}]: dispatch 2024-02-10T09:46:46.875 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: cluster 2024-02-10T09:46:44.972610+0000 mgr.smithi018.dxgutx (mgr.14180) 1489 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:46:46.875 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: cephadm 2024-02-10T09:46:45.538387+0000 mgr.smithi018.dxgutx (mgr.14180) 1490 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp 2024-02-10T09:46:46.875 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:46:46.875 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp 2024-02-10T09:46:46.875 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp 2024-02-10T09:46:46.875 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:46:46.876 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp 2024-02-10T09:46:46.876 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.bptqcp ... 2024-02-10T09:46:46.876 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:46:46.876 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:46:46.876 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:46:46.876 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:46:46.876 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:46:46.876 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:46:46.876 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:46:46.876 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:46:46.876 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:46:46.876 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:46:46.876 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp 2024-02-10T09:46:46.876 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:46:46.876 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp 2024-02-10T09:46:46.877 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp 2024-02-10T09:46:46.877 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:46:46.877 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp 2024-02-10T09:46:46.877 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.bptqcp ... 2024-02-10T09:46:46.877 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:46:46.877 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:46:46.877 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:46:46.877 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:46:46.877 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:46:46.877 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: cephadm 2024-02-10T09:46:45.538725+0000 mgr.smithi018.dxgutx (mgr.14180) 1491 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.bptqcp 2024-02-10T09:46:46.877 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: cephadm 2024-02-10T09:46:45.540217+0000 mgr.smithi018.dxgutx (mgr.14180) 1492 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.bptqcp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp 2024-02-10T09:46:46.877 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:46:46.877 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp 2024-02-10T09:46:46.877 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp 2024-02-10T09:46:46.877 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:46:46.878 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp 2024-02-10T09:46:46.878 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.bptqcp ... 2024-02-10T09:46:46.878 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:46:46.878 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:46:46.878 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:46:46.878 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:46:46.878 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:46:46.878 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: cephadm 2024-02-10T09:46:45.542715+0000 mgr.smithi018.dxgutx (mgr.14180) 1493 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.riuiib on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:46:46.878 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: cephadm 2024-02-10T09:46:45.544669+0000 mgr.smithi018.dxgutx (mgr.14180) 1494 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:46:46.878 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: cluster 2024-02-10T09:46:45.545630+0000 mgr.smithi018.dxgutx (mgr.14180) 1495 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 224 B/s rd, 0 op/s 2024-02-10T09:46:46.878 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:46 smithi018 bash[14175]: cluster 2024-02-10T09:46:45.557946+0000 mon.smithi018 (mon.0) 1046 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:46:47.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: cluster 2024-02-10T09:46:44.972610+0000 mgr.smithi018.dxgutx (mgr.14180) 1489 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:46:47.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: cephadm 2024-02-10T09:46:45.538387+0000 mgr.smithi018.dxgutx (mgr.14180) 1490 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp 2024-02-10T09:46:47.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:46:47.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp 2024-02-10T09:46:47.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp 2024-02-10T09:46:47.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:46:47.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp 2024-02-10T09:46:47.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.bptqcp ... 2024-02-10T09:46:47.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:46:47.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:46:47.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:46:47.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:46:47.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:46:47.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:46:47.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:46:47.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:46:47.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:46:47.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:46:47.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp 2024-02-10T09:46:47.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:46:47.075 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp 2024-02-10T09:46:47.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp 2024-02-10T09:46:47.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:46:47.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp 2024-02-10T09:46:47.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.bptqcp ... 2024-02-10T09:46:47.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:46:47.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:46:47.076 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:46:47.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:46:47.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:46:47.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: cephadm 2024-02-10T09:46:45.538725+0000 mgr.smithi018.dxgutx (mgr.14180) 1491 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.bptqcp 2024-02-10T09:46:47.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: cephadm 2024-02-10T09:46:45.540217+0000 mgr.smithi018.dxgutx (mgr.14180) 1492 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.bptqcp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp 2024-02-10T09:46:47.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:46:47.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp 2024-02-10T09:46:47.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp 2024-02-10T09:46:47.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:46:47.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp 2024-02-10T09:46:47.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.bptqcp ... 2024-02-10T09:46:47.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:46:47.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:46:47.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:46:47.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:46:47.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:46:47.077 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: cephadm 2024-02-10T09:46:45.542715+0000 mgr.smithi018.dxgutx (mgr.14180) 1493 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.riuiib on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:46:47.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: cephadm 2024-02-10T09:46:45.544669+0000 mgr.smithi018.dxgutx (mgr.14180) 1494 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:46:47.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: cluster 2024-02-10T09:46:45.545630+0000 mgr.smithi018.dxgutx (mgr.14180) 1495 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 224 B/s rd, 0 op/s 2024-02-10T09:46:47.078 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:46 smithi164 bash[18308]: cluster 2024-02-10T09:46:45.557946+0000 mon.smithi018 (mon.0) 1046 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:46:48.205 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:46:48.205 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:45:36.394903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:40.900376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.hboyas on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\nDeploy daemon haproxy.nfs.foo.smithi164.hboyas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.540066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bptqcp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\nDeploy daemon haproxy.nfs.foo.smithi018.bptqcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.542601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.riuiib on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:45.544559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:46:48.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:48 smithi018 bash[14175]: cluster 2024-02-10T09:46:47.546758+0000 mgr.smithi018.dxgutx (mgr.14180) 1496 : cluster [DBG] pgmap v974: 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-10T09:46:48.976 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:46:49.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:48 smithi164 bash[18308]: cluster 2024-02-10T09:46:47.546758+0000 mgr.smithi018.dxgutx (mgr.14180) 1496 : cluster [DBG] pgmap v974: 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-10T09:46:49.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:49 smithi018 bash[14175]: audit 2024-02-10T09:46:48.195644+0000 mgr.smithi018.dxgutx (mgr.14180) 1497 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:46:49.977 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:46:50.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:49 smithi164 bash[18308]: audit 2024-02-10T09:46:48.195644+0000 mgr.smithi018.dxgutx (mgr.14180) 1497 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:46:50.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:50 smithi018 bash[14175]: cluster 2024-02-10T09:46:49.548241+0000 mgr.smithi018.dxgutx (mgr.14180) 1498 : cluster [DBG] pgmap v975: 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-10T09:46:50.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:50 smithi018 bash[14175]: audit 2024-02-10T09:46:50.405214+0000 mon.smithi018 (mon.0) 1047 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:46:51.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:50 smithi164 bash[18308]: cluster 2024-02-10T09:46:49.548241+0000 mgr.smithi018.dxgutx (mgr.14180) 1498 : cluster [DBG] pgmap v975: 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-10T09:46:51.074 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:50 smithi164 bash[18308]: audit 2024-02-10T09:46:50.405214+0000 mon.smithi018 (mon.0) 1047 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:46:52.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:52 smithi018 bash[14175]: cluster 2024-02-10T09:46:51.549358+0000 mgr.smithi018.dxgutx (mgr.14180) 1499 : cluster [DBG] pgmap v976: 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-10T09:46:53.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:52 smithi164 bash[18308]: cluster 2024-02-10T09:46:51.549358+0000 mgr.smithi018.dxgutx (mgr.14180) 1499 : cluster [DBG] pgmap v976: 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-10T09:46:53.513 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:46:53.513 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:45:36.394903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:40.900376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.hboyas on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\nDeploy daemon haproxy.nfs.foo.smithi164.hboyas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.540066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bptqcp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\nDeploy daemon haproxy.nfs.foo.smithi018.bptqcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.542601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.riuiib on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:45.544559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:46:54.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:53 smithi018 bash[14175]: audit 2024-02-10T09:46:53.497858+0000 mgr.smithi018.dxgutx (mgr.14180) 1500 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:46:54.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:53 smithi018 bash[14175]: cluster 2024-02-10T09:46:53.550653+0000 mgr.smithi018.dxgutx (mgr.14180) 1501 : 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-10T09:46:54.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:53 smithi164 bash[18308]: audit 2024-02-10T09:46:53.497858+0000 mgr.smithi018.dxgutx (mgr.14180) 1500 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:46:54.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:53 smithi164 bash[18308]: cluster 2024-02-10T09:46:53.550653+0000 mgr.smithi018.dxgutx (mgr.14180) 1501 : 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-10T09:46:54.343 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:46:55.345 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:46:56.841 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:56 smithi018 bash[14175]: cluster 2024-02-10T09:46:55.551757+0000 mgr.smithi018.dxgutx (mgr.14180) 1502 : 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-10T09:46:56.842 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:56 smithi018 bash[14175]: audit 2024-02-10T09:46:56.511766+0000 mon.smithi018 (mon.0) 1048 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:46:57.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:56 smithi164 bash[18308]: cluster 2024-02-10T09:46:55.551757+0000 mgr.smithi018.dxgutx (mgr.14180) 1502 : 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-10T09:46:57.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:56 smithi164 bash[18308]: audit 2024-02-10T09:46:56.511766+0000 mon.smithi018 (mon.0) 1048 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:46:58.649 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:46:58.649 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:45:36.394903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:40.900376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.hboyas on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\nDeploy daemon haproxy.nfs.foo.smithi164.hboyas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.540066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bptqcp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\nDeploy daemon haproxy.nfs.foo.smithi018.bptqcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.542601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.riuiib on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:45.544559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:46:58.899 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:46:58 smithi018 bash[14175]: cluster 2024-02-10T09:46:57.552865+0000 mgr.smithi018.dxgutx (mgr.14180) 1503 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:46:59.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:46:58 smithi164 bash[18308]: cluster 2024-02-10T09:46:57.552865+0000 mgr.smithi018.dxgutx (mgr.14180) 1503 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:46:59.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:47:00.452 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:47:00.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:00 smithi018 bash[14175]: audit 2024-02-10T09:46:58.639682+0000 mgr.smithi018.dxgutx (mgr.14180) 1504 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:47:00.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:00 smithi018 bash[14175]: cluster 2024-02-10T09:46:59.554304+0000 mgr.smithi018.dxgutx (mgr.14180) 1505 : cluster [DBG] pgmap v980: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:47:01.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:00 smithi164 bash[18308]: audit 2024-02-10T09:46:58.639682+0000 mgr.smithi018.dxgutx (mgr.14180) 1504 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:47:01.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:00 smithi164 bash[18308]: cluster 2024-02-10T09:46:59.554304+0000 mgr.smithi018.dxgutx (mgr.14180) 1505 : cluster [DBG] pgmap v980: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:47:01.949 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:01 smithi018 bash[14175]: cluster 2024-02-10T09:47:01.554926+0000 mgr.smithi018.dxgutx (mgr.14180) 1506 : cluster [DBG] pgmap v981: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:47:02.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:01 smithi164 bash[18308]: cluster 2024-02-10T09:47:01.554926+0000 mgr.smithi018.dxgutx (mgr.14180) 1506 : cluster [DBG] pgmap v981: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:47:03.627 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:47:03.627 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:45:36.394903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:40.900376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.hboyas on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\nDeploy daemon haproxy.nfs.foo.smithi164.hboyas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.540066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bptqcp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\nDeploy daemon haproxy.nfs.foo.smithi018.bptqcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.542601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.riuiib on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:45.544559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:47:04.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:03 smithi018 bash[14175]: cluster 2024-02-10T09:47:03.556308+0000 mgr.smithi018.dxgutx (mgr.14180) 1507 : cluster [DBG] pgmap v982: 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-10T09:47:04.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:03 smithi018 bash[14175]: audit 2024-02-10T09:47:03.617398+0000 mgr.smithi018.dxgutx (mgr.14180) 1508 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:47:04.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:03 smithi164 bash[18308]: cluster 2024-02-10T09:47:03.556308+0000 mgr.smithi018.dxgutx (mgr.14180) 1507 : cluster [DBG] pgmap v982: 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-10T09:47:04.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:03 smithi164 bash[18308]: audit 2024-02-10T09:47:03.617398+0000 mgr.smithi018.dxgutx (mgr.14180) 1508 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:47:04.479 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:47:05.479 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:47:06.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:06 smithi018 bash[14175]: cluster 2024-02-10T09:47:05.557709+0000 mgr.smithi018.dxgutx (mgr.14180) 1509 : cluster [DBG] pgmap v983: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:47:07.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:06 smithi164 bash[18308]: cluster 2024-02-10T09:47:05.557709+0000 mgr.smithi018.dxgutx (mgr.14180) 1509 : cluster [DBG] pgmap v983: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:47:08.609 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:47:08.609 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:45:36.394903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:40.900376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.hboyas on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\nDeploy daemon haproxy.nfs.foo.smithi164.hboyas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.540066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bptqcp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\nDeploy daemon haproxy.nfs.foo.smithi018.bptqcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.542601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.riuiib on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:45.544559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:47:08.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:08 smithi018 bash[14175]: cluster 2024-02-10T09:47:07.558905+0000 mgr.smithi018.dxgutx (mgr.14180) 1510 : cluster [DBG] pgmap v984: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:47:09.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:08 smithi164 bash[18308]: cluster 2024-02-10T09:47:07.558905+0000 mgr.smithi018.dxgutx (mgr.14180) 1510 : cluster [DBG] pgmap v984: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:47:09.422 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:47:09.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:09 smithi018 bash[14175]: audit 2024-02-10T09:47:08.598852+0000 mgr.smithi018.dxgutx (mgr.14180) 1511 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:47:10.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:09 smithi164 bash[18308]: audit 2024-02-10T09:47:08.598852+0000 mgr.smithi018.dxgutx (mgr.14180) 1511 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:47:10.423 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:47:10.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:10 smithi018 bash[14175]: cluster 2024-02-10T09:47:09.560328+0000 mgr.smithi018.dxgutx (mgr.14180) 1512 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:47:11.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:10 smithi164 bash[18308]: cluster 2024-02-10T09:47:09.560328+0000 mgr.smithi018.dxgutx (mgr.14180) 1512 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:47:11.905 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:11 smithi018 bash[14175]: cluster 2024-02-10T09:47:11.561036+0000 mgr.smithi018.dxgutx (mgr.14180) 1513 : cluster [DBG] pgmap v986: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:47:12.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:11 smithi164 bash[18308]: cluster 2024-02-10T09:47:11.561036+0000 mgr.smithi018.dxgutx (mgr.14180) 1513 : cluster [DBG] pgmap v986: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:47:13.668 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:47:13.668 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:45:36.394903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:40.900376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.hboyas on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\nDeploy daemon haproxy.nfs.foo.smithi164.hboyas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.540066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bptqcp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\nDeploy daemon haproxy.nfs.foo.smithi018.bptqcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.542601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.riuiib on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:45.544559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:47:14.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:13 smithi018 bash[14175]: cluster 2024-02-10T09:47:13.561827+0000 mgr.smithi018.dxgutx (mgr.14180) 1514 : cluster [DBG] pgmap v987: 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-10T09:47:14.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:13 smithi164 bash[18308]: cluster 2024-02-10T09:47:13.561827+0000 mgr.smithi018.dxgutx (mgr.14180) 1514 : cluster [DBG] pgmap v987: 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-10T09:47:14.471 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:47:15.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:14 smithi164 bash[18308]: audit 2024-02-10T09:47:13.658589+0000 mgr.smithi018.dxgutx (mgr.14180) 1515 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:47:15.472 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:47:15.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:14 smithi018 bash[14175]: audit 2024-02-10T09:47:13.658589+0000 mgr.smithi018.dxgutx (mgr.14180) 1515 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:47:16.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:15 smithi164 bash[18308]: cluster 2024-02-10T09:47:15.562614+0000 mgr.smithi018.dxgutx (mgr.14180) 1516 : 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-10T09:47:16.440 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:15 smithi018 bash[14175]: cluster 2024-02-10T09:47:15.562614+0000 mgr.smithi018.dxgutx (mgr.14180) 1516 : 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-10T09:47:18.400 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:47:18.400 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:45:36.394903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:40.900376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.hboyas on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\nDeploy daemon haproxy.nfs.foo.smithi164.hboyas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.540066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bptqcp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\nDeploy daemon haproxy.nfs.foo.smithi018.bptqcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.542601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.riuiib on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:45.544559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:47:18.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:18 smithi018 bash[14175]: cluster 2024-02-10T09:47:17.563824+0000 mgr.smithi018.dxgutx (mgr.14180) 1517 : 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-10T09:47:19.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:18 smithi164 bash[18308]: cluster 2024-02-10T09:47:17.563824+0000 mgr.smithi018.dxgutx (mgr.14180) 1517 : 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-10T09:47:19.223 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:47:19.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:19 smithi018 bash[14175]: audit 2024-02-10T09:47:18.388569+0000 mgr.smithi018.dxgutx (mgr.14180) 1518 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:47:20.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:19 smithi164 bash[18308]: audit 2024-02-10T09:47:18.388569+0000 mgr.smithi018.dxgutx (mgr.14180) 1518 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:47:20.224 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:47:20.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:20 smithi018 bash[14175]: cluster 2024-02-10T09:47:19.565181+0000 mgr.smithi018.dxgutx (mgr.14180) 1519 : 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-10T09:47:21.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:20 smithi164 bash[18308]: cluster 2024-02-10T09:47:19.565181+0000 mgr.smithi018.dxgutx (mgr.14180) 1519 : 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-10T09:47:21.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:21 smithi018 bash[14175]: cluster 2024-02-10T09:47:21.566204+0000 mgr.smithi018.dxgutx (mgr.14180) 1520 : 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-10T09:47:22.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:21 smithi164 bash[18308]: cluster 2024-02-10T09:47:21.566204+0000 mgr.smithi018.dxgutx (mgr.14180) 1520 : 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-10T09:47:23.657 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:47:23.657 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:45:36.394903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:40.900376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.hboyas on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\nDeploy daemon haproxy.nfs.foo.smithi164.hboyas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.540066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bptqcp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\nDeploy daemon haproxy.nfs.foo.smithi018.bptqcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.542601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.riuiib on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:45.544559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:47:24.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:23 smithi018 bash[14175]: cluster 2024-02-10T09:47:23.567572+0000 mgr.smithi018.dxgutx (mgr.14180) 1521 : 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-10T09:47:24.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:23 smithi164 bash[18308]: cluster 2024-02-10T09:47:23.567572+0000 mgr.smithi018.dxgutx (mgr.14180) 1521 : 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-10T09:47:24.402 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:47:25.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:24 smithi164 bash[18308]: audit 2024-02-10T09:47:23.639668+0000 mgr.smithi018.dxgutx (mgr.14180) 1522 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:47:25.403 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:47:25.415 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:24 smithi018 bash[14175]: audit 2024-02-10T09:47:23.639668+0000 mgr.smithi018.dxgutx (mgr.14180) 1522 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:47:26.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:25 smithi164 bash[18308]: cluster 2024-02-10T09:47:25.568966+0000 mgr.smithi018.dxgutx (mgr.14180) 1523 : 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-10T09:47:26.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:25 smithi018 bash[14175]: cluster 2024-02-10T09:47:25.568966+0000 mgr.smithi018.dxgutx (mgr.14180) 1523 : 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-10T09:47:28.668 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:47:28.668 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:45:36.394903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:40.900376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.hboyas on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\nDeploy daemon haproxy.nfs.foo.smithi164.hboyas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.540066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bptqcp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\nDeploy daemon haproxy.nfs.foo.smithi018.bptqcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.542601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.riuiib on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:45.544559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:47:28.919 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:28 smithi018 bash[14175]: cluster 2024-02-10T09:47:27.570088+0000 mgr.smithi018.dxgutx (mgr.14180) 1524 : 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-10T09:47:29.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:28 smithi164 bash[18308]: cluster 2024-02-10T09:47:27.570088+0000 mgr.smithi018.dxgutx (mgr.14180) 1524 : 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-10T09:47:29.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:47:29.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:29 smithi018 bash[14175]: audit 2024-02-10T09:47:28.654482+0000 mgr.smithi018.dxgutx (mgr.14180) 1525 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:47:29.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:29 smithi018 bash[14175]: cluster 2024-02-10T09:47:29.571497+0000 mgr.smithi018.dxgutx (mgr.14180) 1526 : 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-10T09:47:30.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:29 smithi164 bash[18308]: audit 2024-02-10T09:47:28.654482+0000 mgr.smithi018.dxgutx (mgr.14180) 1525 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:47:30.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:29 smithi164 bash[18308]: cluster 2024-02-10T09:47:29.571497+0000 mgr.smithi018.dxgutx (mgr.14180) 1526 : 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-10T09:47:30.531 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:47:32.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:32 smithi018 bash[14175]: cluster 2024-02-10T09:47:31.572555+0000 mgr.smithi018.dxgutx (mgr.14180) 1527 : 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-10T09:47:33.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:32 smithi164 bash[18308]: cluster 2024-02-10T09:47:31.572555+0000 mgr.smithi018.dxgutx (mgr.14180) 1527 : 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-10T09:47:34.034 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:47:34.035 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:45:36.394903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:40.900376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.hboyas on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\nDeploy daemon haproxy.nfs.foo.smithi164.hboyas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.540066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bptqcp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\nDeploy daemon haproxy.nfs.foo.smithi018.bptqcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.542601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.riuiib on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:45.544559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:47:34.252 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:33 smithi018 bash[14175]: cluster 2024-02-10T09:47:33.573526+0000 mgr.smithi018.dxgutx (mgr.14180) 1528 : 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-10T09:47:34.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:33 smithi164 bash[18308]: cluster 2024-02-10T09:47:33.573526+0000 mgr.smithi018.dxgutx (mgr.14180) 1528 : 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-10T09:47:34.777 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:47:35.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:34 smithi018 bash[14175]: audit 2024-02-10T09:47:34.018361+0000 mgr.smithi018.dxgutx (mgr.14180) 1529 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:47:35.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:34 smithi164 bash[18308]: audit 2024-02-10T09:47:34.018361+0000 mgr.smithi018.dxgutx (mgr.14180) 1529 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:47:35.778 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:47:36.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:35 smithi018 bash[14175]: cluster 2024-02-10T09:47:35.574669+0000 mgr.smithi018.dxgutx (mgr.14180) 1530 : 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-10T09:47:36.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:35 smithi164 bash[18308]: cluster 2024-02-10T09:47:35.574669+0000 mgr.smithi018.dxgutx (mgr.14180) 1530 : 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-10T09:47:37.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:37 smithi018 bash[14175]: cluster 2024-02-10T09:47:37.575349+0000 mgr.smithi018.dxgutx (mgr.14180) 1531 : 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-10T09:47:38.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:37 smithi164 bash[18308]: cluster 2024-02-10T09:47:37.575349+0000 mgr.smithi018.dxgutx (mgr.14180) 1531 : 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-10T09:47:39.104 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:47:39.104 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:45:36.394903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:40.900376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.hboyas on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\nDeploy daemon haproxy.nfs.foo.smithi164.hboyas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.540066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bptqcp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\nDeploy daemon haproxy.nfs.foo.smithi018.bptqcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.542601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.riuiib on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:45.544559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:47:39.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:47:39.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:39 smithi018 bash[14175]: audit 2024-02-10T09:47:39.087715+0000 mgr.smithi018.dxgutx (mgr.14180) 1532 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:47:39.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:39 smithi018 bash[14175]: cluster 2024-02-10T09:47:39.576145+0000 mgr.smithi018.dxgutx (mgr.14180) 1533 : 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-10T09:47:40.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:39 smithi164 bash[18308]: audit 2024-02-10T09:47:39.087715+0000 mgr.smithi018.dxgutx (mgr.14180) 1532 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:47:40.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:39 smithi164 bash[18308]: cluster 2024-02-10T09:47:39.576145+0000 mgr.smithi018.dxgutx (mgr.14180) 1533 : 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-10T09:47:40.871 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:47:41.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:41 smithi018 bash[14175]: cluster 2024-02-10T09:47:41.576818+0000 mgr.smithi018.dxgutx (mgr.14180) 1534 : 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-10T09:47:42.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:41 smithi164 bash[18308]: cluster 2024-02-10T09:47:41.576818+0000 mgr.smithi018.dxgutx (mgr.14180) 1534 : 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-10T09:47:44.132 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:47:44.133 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:45:36.394903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:40.900376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.hboyas on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\nDeploy daemon haproxy.nfs.foo.smithi164.hboyas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.540066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bptqcp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\nDeploy daemon haproxy.nfs.foo.smithi018.bptqcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.542601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.riuiib on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:45.544559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:47:44.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:43 smithi018 bash[14175]: cluster 2024-02-10T09:47:43.578224+0000 mgr.smithi018.dxgutx (mgr.14180) 1535 : 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-10T09:47:44.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:43 smithi164 bash[18308]: cluster 2024-02-10T09:47:43.578224+0000 mgr.smithi018.dxgutx (mgr.14180) 1535 : 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-10T09:47:44.912 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:47:45.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:44 smithi018 bash[14175]: audit 2024-02-10T09:47:44.117840+0000 mgr.smithi018.dxgutx (mgr.14180) 1536 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:47:45.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:44 smithi164 bash[18308]: audit 2024-02-10T09:47:44.117840+0000 mgr.smithi018.dxgutx (mgr.14180) 1536 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:47:45.914 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:47:46.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:45 smithi018 bash[14175]: audit 2024-02-10T09:47:45.548680+0000 mon.smithi018 (mon.0) 1049 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:47:46.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:45 smithi018 bash[14175]: cluster 2024-02-10T09:47:45.579486+0000 mgr.smithi018.dxgutx (mgr.14180) 1537 : 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-10T09:47:46.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:45 smithi164 bash[18308]: audit 2024-02-10T09:47:45.548680+0000 mon.smithi018 (mon.0) 1049 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:47:46.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:45 smithi164 bash[18308]: cluster 2024-02-10T09:47:45.579486+0000 mgr.smithi018.dxgutx (mgr.14180) 1537 : 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-10T09:47:47.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:47 smithi018 bash[14175]: cluster 2024-02-10T09:47:47.580160+0000 mgr.smithi018.dxgutx (mgr.14180) 1538 : cluster [DBG] pgmap v1004: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:47:48.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:47 smithi164 bash[18308]: cluster 2024-02-10T09:47:47.580160+0000 mgr.smithi018.dxgutx (mgr.14180) 1538 : cluster [DBG] pgmap v1004: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:47:49.387 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:47:49.387 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:37:28.238429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:37:27.938438Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:37:28.238894Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:45:36.394903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:40.900376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.hboyas on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\nDeploy daemon haproxy.nfs.foo.smithi164.hboyas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.540066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bptqcp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\nDeploy daemon haproxy.nfs.foo.smithi018.bptqcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.542601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.riuiib on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:45.544559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:37:27.939844Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:37:27.938706Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:37:27.938883Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:37:27.940003Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:37:27.939048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:37:27.939208Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:37:28.239408Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:47:49.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:49 smithi018 bash[14175]: audit 2024-02-10T09:47:49.373247+0000 mgr.smithi018.dxgutx (mgr.14180) 1539 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:47:49.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:49 smithi018 bash[14175]: cluster 2024-02-10T09:47:49.580901+0000 mgr.smithi018.dxgutx (mgr.14180) 1540 : cluster [DBG] pgmap v1005: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:47:50.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:49 smithi164 bash[18308]: audit 2024-02-10T09:47:49.373247+0000 mgr.smithi018.dxgutx (mgr.14180) 1539 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:47:50.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:49 smithi164 bash[18308]: cluster 2024-02-10T09:47:49.580901+0000 mgr.smithi018.dxgutx (mgr.14180) 1540 : cluster [DBG] pgmap v1005: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:47:50.216 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:47:51.217 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:47:52.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:52 smithi018 bash[14175]: audit 2024-02-10T09:47:51.160866+0000 mon.smithi018 (mon.0) 1050 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:47:52.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:52 smithi018 bash[14175]: cluster 2024-02-10T09:47:51.581739+0000 mgr.smithi018.dxgutx (mgr.14180) 1541 : cluster [DBG] pgmap v1006: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:47:52.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:52 smithi018 bash[14175]: audit 2024-02-10T09:47:51.966992+0000 mon.smithi018 (mon.0) 1051 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:47:52.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:52 smithi164 bash[18308]: audit 2024-02-10T09:47:51.160866+0000 mon.smithi018 (mon.0) 1050 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:47:52.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:52 smithi164 bash[18308]: cluster 2024-02-10T09:47:51.581739+0000 mgr.smithi018.dxgutx (mgr.14180) 1541 : cluster [DBG] pgmap v1006: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:47:52.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:52 smithi164 bash[18308]: audit 2024-02-10T09:47:51.966992+0000 mon.smithi018 (mon.0) 1051 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:47:53.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:53 smithi018 bash[14175]: audit 2024-02-10T09:47:52.269359+0000 mon.smithi018 (mon.0) 1052 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:47:53.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:53 smithi018 bash[14175]: audit 2024-02-10T09:47:52.270640+0000 mon.smithi018 (mon.0) 1053 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:47:53.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:53 smithi018 bash[14175]: audit 2024-02-10T09:47:52.276542+0000 mon.smithi018 (mon.0) 1054 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:47:53.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:53 smithi018 bash[14175]: cluster 2024-02-10T09:47:52.277336+0000 mgr.smithi018.dxgutx (mgr.14180) 1542 : cluster [DBG] pgmap v1007: 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-10T09:47:53.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:53 smithi018 bash[14175]: audit 2024-02-10T09:47:52.282597+0000 mon.smithi018 (mon.0) 1055 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:47:53.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:53 smithi018 bash[14175]: audit 2024-02-10T09:47:52.296249+0000 mon.smithi018 (mon.0) 1056 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:47:53.477 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:53 smithi018 bash[14175]: cephadm 2024-02-10T09:47:52.300008+0000 mgr.smithi018.dxgutx (mgr.14180) 1543 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.tpoqpg on smithi164 2024-02-10T09:47:53.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:53 smithi164 bash[18308]: audit 2024-02-10T09:47:52.269359+0000 mon.smithi018 (mon.0) 1052 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:47:53.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:53 smithi164 bash[18308]: audit 2024-02-10T09:47:52.270640+0000 mon.smithi018 (mon.0) 1053 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:47:53.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:53 smithi164 bash[18308]: audit 2024-02-10T09:47:52.276542+0000 mon.smithi018 (mon.0) 1054 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:47:53.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:53 smithi164 bash[18308]: cluster 2024-02-10T09:47:52.277336+0000 mgr.smithi018.dxgutx (mgr.14180) 1542 : cluster [DBG] pgmap v1007: 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-10T09:47:53.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:53 smithi164 bash[18308]: audit 2024-02-10T09:47:52.282597+0000 mon.smithi018 (mon.0) 1055 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:47:53.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:53 smithi164 bash[18308]: audit 2024-02-10T09:47:52.296249+0000 mon.smithi018 (mon.0) 1056 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:47:53.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:53 smithi164 bash[18308]: cephadm 2024-02-10T09:47:52.300008+0000 mgr.smithi018.dxgutx (mgr.14180) 1543 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.tpoqpg on smithi164 2024-02-10T09:47:54.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:54 smithi018 bash[14175]: cluster 2024-02-10T09:47:53.274657+0000 mon.smithi018 (mon.0) 1057 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:47:54.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:54 smithi018 bash[14175]: cluster 2024-02-10T09:47:53.274709+0000 mon.smithi018 (mon.0) 1058 : cluster [INF] Cluster is now healthy 2024-02-10T09:47:54.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:54 smithi164 bash[18308]: cluster 2024-02-10T09:47:53.274657+0000 mon.smithi018 (mon.0) 1057 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:47:54.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:54 smithi164 bash[18308]: cluster 2024-02-10T09:47:53.274709+0000 mon.smithi018 (mon.0) 1058 : cluster [INF] Cluster is now healthy 2024-02-10T09:47:54.578 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:47:54.578 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:47:51.958569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:47:51.147666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:47:51.958773Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:45:36.394903Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.hrvbjr on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:40.900376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.hboyas on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\nDeploy daemon haproxy.nfs.foo.smithi164.hboyas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.540066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bptqcp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\nDeploy daemon haproxy.nfs.foo.smithi018.bptqcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.542601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.riuiib on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:45.544559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:47:51.149102Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:47:51.147997Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:47:51.148171Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:47:51.149256Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:47:51.148329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:47:51.148486Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:47:51.958976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:47:55.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:47:55.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:55 smithi018 bash[14175]: cluster 2024-02-10T09:47:54.278353+0000 mgr.smithi018.dxgutx (mgr.14180) 1544 : cluster [DBG] pgmap v1008: 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-10T09:47:55.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:55 smithi018 bash[14175]: audit 2024-02-10T09:47:54.569547+0000 mgr.smithi018.dxgutx (mgr.14180) 1545 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:47:55.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:55 smithi164 bash[18308]: cluster 2024-02-10T09:47:54.278353+0000 mgr.smithi018.dxgutx (mgr.14180) 1544 : cluster [DBG] pgmap v1008: 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-10T09:47:55.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:55 smithi164 bash[18308]: audit 2024-02-10T09:47:54.569547+0000 mgr.smithi018.dxgutx (mgr.14180) 1545 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:47:56.367 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:47:56.570 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:56 smithi018 bash[14175]: audit 2024-02-10T09:47:56.305004+0000 mon.smithi018 (mon.0) 1059 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.tpoqpg"}]: dispatch 2024-02-10T09:47:56.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:56 smithi164 bash[18308]: audit 2024-02-10T09:47:56.305004+0000 mon.smithi018 (mon.0) 1059 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.tpoqpg"}]: dispatch 2024-02-10T09:47:57.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: cluster 2024-02-10T09:47:56.279232+0000 mgr.smithi018.dxgutx (mgr.14180) 1546 : cluster [DBG] pgmap v1009: 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-10T09:47:57.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: cephadm 2024-02-10T09:47:56.303968+0000 mgr.smithi018.dxgutx (mgr.14180) 1547 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg 2024-02-10T09:47:57.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:47:57.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg 2024-02-10T09:47:57.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg 2024-02-10T09:47:57.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:47:57.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg 2024-02-10T09:47:57.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.tpoqpg ... 2024-02-10T09:47:57.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:47:57.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:47:57.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:47:57.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:47:57.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:47:57.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:47:57.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:47:57.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:47:57.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:47:57.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:47:57.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg 2024-02-10T09:47:57.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:47:57.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg 2024-02-10T09:47:57.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg 2024-02-10T09:47:57.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:47:57.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg 2024-02-10T09:47:57.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.tpoqpg ... 2024-02-10T09:47:57.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:47:57.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:47:57.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:47:57.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:47:57.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:47:57.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: cephadm 2024-02-10T09:47:56.304416+0000 mgr.smithi018.dxgutx (mgr.14180) 1548 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.tpoqpg 2024-02-10T09:47:57.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: cephadm 2024-02-10T09:47:56.306692+0000 mgr.smithi018.dxgutx (mgr.14180) 1549 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.tpoqpg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg 2024-02-10T09:47:57.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:47:57.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg 2024-02-10T09:47:57.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg 2024-02-10T09:47:57.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:47:57.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg 2024-02-10T09:47:57.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.tpoqpg ... 2024-02-10T09:47:57.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:47:57.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:47:57.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:47:57.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:47:57.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:47:57.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: cephadm 2024-02-10T09:47:56.311512+0000 mgr.smithi018.dxgutx (mgr.14180) 1550 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.kvevhp on smithi018 2024-02-10T09:47:57.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:57 smithi164 bash[18308]: audit 2024-02-10T09:47:56.511339+0000 mon.smithi018 (mon.0) 1060 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:47:57.906 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: cluster 2024-02-10T09:47:56.279232+0000 mgr.smithi018.dxgutx (mgr.14180) 1546 : cluster [DBG] pgmap v1009: 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-10T09:47:57.906 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: cephadm 2024-02-10T09:47:56.303968+0000 mgr.smithi018.dxgutx (mgr.14180) 1547 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg 2024-02-10T09:47:57.906 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:47:57.906 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg 2024-02-10T09:47:57.906 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg 2024-02-10T09:47:57.906 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:47:57.906 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg 2024-02-10T09:47:57.907 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.tpoqpg ... 2024-02-10T09:47:57.907 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:47:57.907 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:47:57.907 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:47:57.907 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:47:57.907 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:47:57.907 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:47:57.907 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:47:57.907 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:47:57.907 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:47:57.907 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:47:57.907 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg 2024-02-10T09:47:57.907 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:47:57.908 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg 2024-02-10T09:47:57.908 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg 2024-02-10T09:47:57.908 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:47:57.908 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg 2024-02-10T09:47:57.908 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.tpoqpg ... 2024-02-10T09:47:57.908 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:47:57.908 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:47:57.908 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:47:57.909 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:47:57.909 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:47:57.909 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: cephadm 2024-02-10T09:47:56.304416+0000 mgr.smithi018.dxgutx (mgr.14180) 1548 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.tpoqpg 2024-02-10T09:47:57.909 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: cephadm 2024-02-10T09:47:56.306692+0000 mgr.smithi018.dxgutx (mgr.14180) 1549 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.tpoqpg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg 2024-02-10T09:47:57.909 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:47:57.909 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg 2024-02-10T09:47:57.909 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg 2024-02-10T09:47:57.909 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:47:57.909 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg 2024-02-10T09:47:57.909 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.tpoqpg ... 2024-02-10T09:47:57.909 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:47:57.909 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:47:57.910 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:47:57.910 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:47:57.910 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:47:57.910 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: cephadm 2024-02-10T09:47:56.311512+0000 mgr.smithi018.dxgutx (mgr.14180) 1550 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.kvevhp on smithi018 2024-02-10T09:47:57.910 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:57 smithi018 bash[14175]: audit 2024-02-10T09:47:56.511339+0000 mon.smithi018 (mon.0) 1060 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:47:59.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:47:58 smithi164 bash[18308]: cluster 2024-02-10T09:47:58.280145+0000 mgr.smithi018.dxgutx (mgr.14180) 1551 : cluster [DBG] pgmap v1010: 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-10T09:47:59.392 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:47:58 smithi018 bash[14175]: cluster 2024-02-10T09:47:58.280145+0000 mgr.smithi018.dxgutx (mgr.14180) 1551 : cluster [DBG] pgmap v1010: 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-10T09:47:59.789 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:47:59.789 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:47:51.958569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:47:51.147666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:47:51.958773Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:46:40.900376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.hboyas on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-hboyas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.hboyas\nDeploy daemon haproxy.nfs.foo.smithi164.hboyas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.540066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.bptqcp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-bptqcp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.bptqcp\nDeploy daemon haproxy.nfs.foo.smithi018.bptqcp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:46:45.542601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.riuiib on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:46:45.544559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:47:56.306431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.tpoqpg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\nDeploy daemon haproxy.nfs.foo.smithi164.tpoqpg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -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.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:47:51.149102Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:47:51.147997Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:47:51.148171Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:47:51.149256Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:47:51.148329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:47:51.148486Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:47:51.958976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:48:00.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:48:01.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:01 smithi018 bash[14175]: audit 2024-02-10T09:47:59.780146+0000 mgr.smithi018.dxgutx (mgr.14180) 1552 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:48:01.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:01 smithi018 bash[14175]: cluster 2024-02-10T09:48:00.281221+0000 mgr.smithi018.dxgutx (mgr.14180) 1553 : cluster [DBG] pgmap v1011: 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-10T09:48:01.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:01 smithi018 bash[14175]: audit 2024-02-10T09:48:00.744442+0000 mon.smithi018 (mon.0) 1061 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.kvevhp"}]: dispatch 2024-02-10T09:48:01.747 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:48:01.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:01 smithi164 bash[18308]: audit 2024-02-10T09:47:59.780146+0000 mgr.smithi018.dxgutx (mgr.14180) 1552 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:48:01.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:01 smithi164 bash[18308]: cluster 2024-02-10T09:48:00.281221+0000 mgr.smithi018.dxgutx (mgr.14180) 1553 : cluster [DBG] pgmap v1011: 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-10T09:48:01.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:01 smithi164 bash[18308]: audit 2024-02-10T09:48:00.744442+0000 mon.smithi018 (mon.0) 1061 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.kvevhp"}]: dispatch 2024-02-10T09:48:02.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: cephadm 2024-02-10T09:48:00.743792+0000 mgr.smithi018.dxgutx (mgr.14180) 1554 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp 2024-02-10T09:48:02.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:48:02.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp 2024-02-10T09:48:02.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp 2024-02-10T09:48:02.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:48:02.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp 2024-02-10T09:48:02.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.kvevhp ... 2024-02-10T09:48:02.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:48:02.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:48:02.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:48:02.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:48:02.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:48:02.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:48:02.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:48:02.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:48:02.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:48:02.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:48:02.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp 2024-02-10T09:48:02.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:48:02.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp 2024-02-10T09:48:02.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp 2024-02-10T09:48:02.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:48:02.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp 2024-02-10T09:48:02.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.kvevhp ... 2024-02-10T09:48:02.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:48:02.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:48:02.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:48:02.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:48:02.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:48:02.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: cephadm 2024-02-10T09:48:00.744036+0000 mgr.smithi018.dxgutx (mgr.14180) 1555 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.kvevhp 2024-02-10T09:48:02.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: cephadm 2024-02-10T09:48:00.745339+0000 mgr.smithi018.dxgutx (mgr.14180) 1556 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.kvevhp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp 2024-02-10T09:48:02.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:48:02.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp 2024-02-10T09:48:02.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp 2024-02-10T09:48:02.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:48:02.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp 2024-02-10T09:48:02.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.kvevhp ... 2024-02-10T09:48:02.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:48:02.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:48:02.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:48:02.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:48:02.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:48:02.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: cephadm 2024-02-10T09:48:00.749632+0000 mgr.smithi018.dxgutx (mgr.14180) 1557 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.kfmdxc on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:48:02.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: cephadm 2024-02-10T09:48:00.751868+0000 mgr.smithi018.dxgutx (mgr.14180) 1558 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.wcvvkl on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:48:02.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: cluster 2024-02-10T09:48:00.752928+0000 mgr.smithi018.dxgutx (mgr.14180) 1559 : cluster [DBG] pgmap v1012: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 223 B/s rd, 0 op/s 2024-02-10T09:48:02.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:02 smithi018 bash[14175]: cluster 2024-02-10T09:48:01.334433+0000 mon.smithi018 (mon.0) 1062 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:48:02.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: cephadm 2024-02-10T09:48:00.743792+0000 mgr.smithi018.dxgutx (mgr.14180) 1554 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp 2024-02-10T09:48:02.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:48:02.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp 2024-02-10T09:48:02.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp 2024-02-10T09:48:02.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:48:02.824 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp 2024-02-10T09:48:02.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.kvevhp ... 2024-02-10T09:48:02.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:48:02.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:48:02.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:48:02.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:48:02.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:48:02.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:48:02.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:48:02.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:48:02.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:48:02.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:48:02.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp 2024-02-10T09:48:02.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:48:02.825 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp 2024-02-10T09:48:02.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp 2024-02-10T09:48:02.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:48:02.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp 2024-02-10T09:48:02.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.kvevhp ... 2024-02-10T09:48:02.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:48:02.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:48:02.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:48:02.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:48:02.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:48:02.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: cephadm 2024-02-10T09:48:00.744036+0000 mgr.smithi018.dxgutx (mgr.14180) 1555 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.kvevhp 2024-02-10T09:48:02.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: cephadm 2024-02-10T09:48:00.745339+0000 mgr.smithi018.dxgutx (mgr.14180) 1556 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.kvevhp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp 2024-02-10T09:48:02.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:48:02.826 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp 2024-02-10T09:48:02.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp 2024-02-10T09:48:02.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:48:02.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp 2024-02-10T09:48:02.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.kvevhp ... 2024-02-10T09:48:02.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:48:02.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:48:02.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:48:02.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:48:02.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:48:02.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: cephadm 2024-02-10T09:48:00.749632+0000 mgr.smithi018.dxgutx (mgr.14180) 1557 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.kfmdxc on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:48:02.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: cephadm 2024-02-10T09:48:00.751868+0000 mgr.smithi018.dxgutx (mgr.14180) 1558 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.wcvvkl on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:48:02.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: cluster 2024-02-10T09:48:00.752928+0000 mgr.smithi018.dxgutx (mgr.14180) 1559 : cluster [DBG] pgmap v1012: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 223 B/s rd, 0 op/s 2024-02-10T09:48:02.827 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:02 smithi164 bash[18308]: cluster 2024-02-10T09:48:01.334433+0000 mon.smithi018 (mon.0) 1062 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:48:04.633 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:04 smithi018 bash[14175]: cluster 2024-02-10T09:48:02.754123+0000 mgr.smithi018.dxgutx (mgr.14180) 1560 : cluster [DBG] pgmap v1013: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 390 B/s rd, 0 op/s 2024-02-10T09:48:04.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:04 smithi164 bash[18308]: cluster 2024-02-10T09:48:02.754123+0000 mgr.smithi018.dxgutx (mgr.14180) 1560 : cluster [DBG] pgmap v1013: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 390 B/s rd, 0 op/s 2024-02-10T09:48:05.029 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:48:05.029 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:47:51.958569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:47:51.147666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:47:51.958773Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:46:45.544559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:47:56.306431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.tpoqpg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\nDeploy daemon haproxy.nfs.foo.smithi164.tpoqpg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:48:00.745211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.kvevhp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp\nDeploy daemon haproxy.nfs.foo.smithi018.kvevhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:48:00.749450Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.kfmdxc on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:48:00.751743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wcvvkl on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:47:51.149102Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:47:51.147997Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:47:51.148171Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:47:51.149256Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:47:51.148329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:47:51.148486Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:47:51.958976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:48:05.824 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:48:06.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:06 smithi018 bash[14175]: cluster 2024-02-10T09:48:04.755474+0000 mgr.smithi018.dxgutx (mgr.14180) 1561 : cluster [DBG] pgmap v1014: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:48:06.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:06 smithi018 bash[14175]: audit 2024-02-10T09:48:05.016045+0000 mgr.smithi018.dxgutx (mgr.14180) 1562 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:48:06.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:06 smithi018 bash[14175]: audit 2024-02-10T09:48:05.459099+0000 mon.smithi018 (mon.0) 1063 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:48:06.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:06 smithi164 bash[18308]: cluster 2024-02-10T09:48:04.755474+0000 mgr.smithi018.dxgutx (mgr.14180) 1561 : cluster [DBG] pgmap v1014: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:48:06.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:06 smithi164 bash[18308]: audit 2024-02-10T09:48:05.016045+0000 mgr.smithi018.dxgutx (mgr.14180) 1562 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:48:06.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:06 smithi164 bash[18308]: audit 2024-02-10T09:48:05.459099+0000 mon.smithi018 (mon.0) 1063 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:48:06.825 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:48:08.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:08 smithi018 bash[14175]: cluster 2024-02-10T09:48:06.756601+0000 mgr.smithi018.dxgutx (mgr.14180) 1563 : cluster [DBG] pgmap v1015: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:48:08.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:08 smithi164 bash[18308]: cluster 2024-02-10T09:48:06.756601+0000 mgr.smithi018.dxgutx (mgr.14180) 1563 : cluster [DBG] pgmap v1015: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:48:10.092 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:48:10.092 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:47:51.958569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:47:51.147666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:47:51.958773Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:46:45.544559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:47:56.306431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.tpoqpg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\nDeploy daemon haproxy.nfs.foo.smithi164.tpoqpg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:48:00.745211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.kvevhp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp\nDeploy daemon haproxy.nfs.foo.smithi018.kvevhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:48:00.749450Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.kfmdxc on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:48:00.751743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wcvvkl on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:47:51.149102Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:47:51.147997Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:47:51.148171Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:47:51.149256Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:47:51.148329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:47:51.148486Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:47:51.958976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:48:10.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:10 smithi018 bash[14175]: cluster 2024-02-10T09:48:08.757600+0000 mgr.smithi018.dxgutx (mgr.14180) 1564 : cluster [DBG] pgmap v1016: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:48:10.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:10 smithi164 bash[18308]: cluster 2024-02-10T09:48:08.757600+0000 mgr.smithi018.dxgutx (mgr.14180) 1564 : cluster [DBG] pgmap v1016: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:48:10.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:48:11.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:11 smithi164 bash[18308]: audit 2024-02-10T09:48:10.077600+0000 mgr.smithi018.dxgutx (mgr.14180) 1565 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:48:11.892 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:48:11.904 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:11 smithi018 bash[14175]: audit 2024-02-10T09:48:10.077600+0000 mgr.smithi018.dxgutx (mgr.14180) 1565 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:48:12.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:12 smithi164 bash[18308]: cluster 2024-02-10T09:48:10.758813+0000 mgr.smithi018.dxgutx (mgr.14180) 1566 : cluster [DBG] pgmap v1017: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:48:12.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:12 smithi164 bash[18308]: audit 2024-02-10T09:48:11.514087+0000 mon.smithi018 (mon.0) 1064 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:48:12.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:12 smithi018 bash[14175]: cluster 2024-02-10T09:48:10.758813+0000 mgr.smithi018.dxgutx (mgr.14180) 1566 : cluster [DBG] pgmap v1017: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-10T09:48:12.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:12 smithi018 bash[14175]: audit 2024-02-10T09:48:11.514087+0000 mon.smithi018 (mon.0) 1064 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:48:14.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:14 smithi164 bash[18308]: cluster 2024-02-10T09:48:12.759839+0000 mgr.smithi018.dxgutx (mgr.14180) 1567 : cluster [DBG] pgmap v1018: 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-10T09:48:14.931 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:48:14.931 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:47:51.958569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:47:51.147666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:47:51.958773Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:46:45.544559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:47:56.306431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.tpoqpg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\nDeploy daemon haproxy.nfs.foo.smithi164.tpoqpg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:48:00.745211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.kvevhp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp\nDeploy daemon haproxy.nfs.foo.smithi018.kvevhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:48:00.749450Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.kfmdxc on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:48:00.751743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wcvvkl on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:47:51.149102Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:47:51.147997Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:47:51.148171Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:47:51.149256Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:47:51.148329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:47:51.148486Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:47:51.958976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:48:14.964 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:14 smithi018 bash[14175]: cluster 2024-02-10T09:48:12.759839+0000 mgr.smithi018.dxgutx (mgr.14180) 1567 : cluster [DBG] pgmap v1018: 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-10T09:48:15.626 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:48:16.627 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:48:16.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:16 smithi164 bash[18308]: cluster 2024-02-10T09:48:14.761132+0000 mgr.smithi018.dxgutx (mgr.14180) 1568 : cluster [DBG] pgmap v1019: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:16.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:16 smithi164 bash[18308]: audit 2024-02-10T09:48:14.917240+0000 mgr.smithi018.dxgutx (mgr.14180) 1569 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:48:16.828 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:16 smithi018 bash[14175]: cluster 2024-02-10T09:48:14.761132+0000 mgr.smithi018.dxgutx (mgr.14180) 1568 : cluster [DBG] pgmap v1019: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:16.828 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:16 smithi018 bash[14175]: audit 2024-02-10T09:48:14.917240+0000 mgr.smithi018.dxgutx (mgr.14180) 1569 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:48:18.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:18 smithi164 bash[18308]: cluster 2024-02-10T09:48:16.762058+0000 mgr.smithi018.dxgutx (mgr.14180) 1570 : cluster [DBG] pgmap v1020: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:18.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:18 smithi018 bash[14175]: cluster 2024-02-10T09:48:16.762058+0000 mgr.smithi018.dxgutx (mgr.14180) 1570 : cluster [DBG] pgmap v1020: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:19.996 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:48:19.997 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:47:51.958569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:47:51.147666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:47:51.958773Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:46:45.544559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:47:56.306431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.tpoqpg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\nDeploy daemon haproxy.nfs.foo.smithi164.tpoqpg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:48:00.745211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.kvevhp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp\nDeploy daemon haproxy.nfs.foo.smithi018.kvevhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:48:00.749450Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.kfmdxc on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:48:00.751743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wcvvkl on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:47:51.149102Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:47:51.147997Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:47:51.148171Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:47:51.149256Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:47:51.148329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:47:51.148486Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:47:51.958976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:48:20.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:48:20.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:20 smithi164 bash[18308]: cluster 2024-02-10T09:48:18.763048+0000 mgr.smithi018.dxgutx (mgr.14180) 1571 : cluster [DBG] pgmap v1021: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:20.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:20 smithi018 bash[14175]: cluster 2024-02-10T09:48:18.763048+0000 mgr.smithi018.dxgutx (mgr.14180) 1571 : cluster [DBG] pgmap v1021: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:21.755 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:48:21.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:21 smithi164 bash[18308]: audit 2024-02-10T09:48:19.987723+0000 mgr.smithi018.dxgutx (mgr.14180) 1572 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:48:21.959 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:21 smithi018 bash[14175]: audit 2024-02-10T09:48:19.987723+0000 mgr.smithi018.dxgutx (mgr.14180) 1572 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:48:22.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:22 smithi164 bash[18308]: cluster 2024-02-10T09:48:20.764196+0000 mgr.smithi018.dxgutx (mgr.14180) 1573 : cluster [DBG] pgmap v1022: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:22.884 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:22 smithi018 bash[14175]: cluster 2024-02-10T09:48:20.764196+0000 mgr.smithi018.dxgutx (mgr.14180) 1573 : cluster [DBG] pgmap v1022: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:24.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:24 smithi164 bash[18308]: cluster 2024-02-10T09:48:22.765321+0000 mgr.smithi018.dxgutx (mgr.14180) 1574 : cluster [DBG] pgmap v1023: 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-10T09:48:24.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:24 smithi018 bash[14175]: cluster 2024-02-10T09:48:22.765321+0000 mgr.smithi018.dxgutx (mgr.14180) 1574 : cluster [DBG] pgmap v1023: 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-10T09:48:24.999 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:48:25.000 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:47:51.958569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:47:51.147666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:47:51.958773Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:46:45.544559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:47:56.306431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.tpoqpg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\nDeploy daemon haproxy.nfs.foo.smithi164.tpoqpg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:48:00.745211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.kvevhp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp\nDeploy daemon haproxy.nfs.foo.smithi018.kvevhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:48:00.749450Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.kfmdxc on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:48:00.751743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wcvvkl on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:47:51.149102Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:47:51.147997Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:47:51.148171Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:47:51.149256Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:47:51.148329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:47:51.148486Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:47:51.958976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:48:25.757 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:48:26.758 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:48:26.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:26 smithi164 bash[18308]: cluster 2024-02-10T09:48:24.766878+0000 mgr.smithi018.dxgutx (mgr.14180) 1575 : cluster [DBG] pgmap v1024: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:26.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:26 smithi164 bash[18308]: audit 2024-02-10T09:48:24.984947+0000 mgr.smithi018.dxgutx (mgr.14180) 1576 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:48:26.963 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:26 smithi018 bash[14175]: cluster 2024-02-10T09:48:24.766878+0000 mgr.smithi018.dxgutx (mgr.14180) 1575 : cluster [DBG] pgmap v1024: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:26.963 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:26 smithi018 bash[14175]: audit 2024-02-10T09:48:24.984947+0000 mgr.smithi018.dxgutx (mgr.14180) 1576 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:48:28.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:28 smithi164 bash[18308]: cluster 2024-02-10T09:48:26.767831+0000 mgr.smithi018.dxgutx (mgr.14180) 1577 : cluster [DBG] pgmap v1025: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:28.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:28 smithi018 bash[14175]: cluster 2024-02-10T09:48:26.767831+0000 mgr.smithi018.dxgutx (mgr.14180) 1577 : cluster [DBG] pgmap v1025: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:30.124 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:48:30.125 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:47:51.958569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:47:51.147666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:47:51.958773Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:46:45.544559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:47:56.306431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.tpoqpg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\nDeploy daemon haproxy.nfs.foo.smithi164.tpoqpg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:48:00.745211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.kvevhp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp\nDeploy daemon haproxy.nfs.foo.smithi018.kvevhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:48:00.749450Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.kfmdxc on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:48:00.751743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wcvvkl on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:47:51.149102Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:47:51.147997Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:47:51.148171Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:47:51.149256Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:47:51.148329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:47:51.148486Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:47:51.958976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:48:30.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:30 smithi018 bash[14175]: cluster 2024-02-10T09:48:28.769200+0000 mgr.smithi018.dxgutx (mgr.14180) 1578 : cluster [DBG] pgmap v1026: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:30.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:48:31.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:30 smithi164 bash[18308]: cluster 2024-02-10T09:48:28.769200+0000 mgr.smithi018.dxgutx (mgr.14180) 1578 : cluster [DBG] pgmap v1026: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:31.925 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:48:31.938 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:31 smithi018 bash[14175]: audit 2024-02-10T09:48:30.115303+0000 mgr.smithi018.dxgutx (mgr.14180) 1579 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:48:32.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:31 smithi164 bash[18308]: audit 2024-02-10T09:48:30.115303+0000 mgr.smithi018.dxgutx (mgr.14180) 1579 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:48:32.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:32 smithi018 bash[14175]: cluster 2024-02-10T09:48:30.770486+0000 mgr.smithi018.dxgutx (mgr.14180) 1580 : cluster [DBG] pgmap v1027: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:33.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:32 smithi164 bash[18308]: cluster 2024-02-10T09:48:30.770486+0000 mgr.smithi018.dxgutx (mgr.14180) 1580 : cluster [DBG] pgmap v1027: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:34.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:34 smithi018 bash[14175]: cluster 2024-02-10T09:48:32.771593+0000 mgr.smithi018.dxgutx (mgr.14180) 1581 : cluster [DBG] pgmap v1028: 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-10T09:48:35.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:34 smithi164 bash[18308]: cluster 2024-02-10T09:48:32.771593+0000 mgr.smithi018.dxgutx (mgr.14180) 1581 : cluster [DBG] pgmap v1028: 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-10T09:48:35.168 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:48:35.168 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:47:51.958569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:47:51.147666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:47:51.958773Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:46:45.544559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:47:56.306431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.tpoqpg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\nDeploy daemon haproxy.nfs.foo.smithi164.tpoqpg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:48:00.745211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.kvevhp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp\nDeploy daemon haproxy.nfs.foo.smithi018.kvevhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:48:00.749450Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.kfmdxc on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:48:00.751743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wcvvkl on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:47:51.149102Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:47:51.147997Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:47:51.148171Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:47:51.149256Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:47:51.148329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:47:51.148486Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:47:51.958976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:48:35.967 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:48:36.969 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:48:36.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:36 smithi018 bash[14175]: cluster 2024-02-10T09:48:34.772977+0000 mgr.smithi018.dxgutx (mgr.14180) 1582 : cluster [DBG] pgmap v1029: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:36.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:36 smithi018 bash[14175]: audit 2024-02-10T09:48:35.153793+0000 mgr.smithi018.dxgutx (mgr.14180) 1583 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:48:37.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:36 smithi164 bash[18308]: cluster 2024-02-10T09:48:34.772977+0000 mgr.smithi018.dxgutx (mgr.14180) 1582 : cluster [DBG] pgmap v1029: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:37.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:36 smithi164 bash[18308]: audit 2024-02-10T09:48:35.153793+0000 mgr.smithi018.dxgutx (mgr.14180) 1583 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:48:38.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:38 smithi018 bash[14175]: cluster 2024-02-10T09:48:36.773997+0000 mgr.smithi018.dxgutx (mgr.14180) 1584 : cluster [DBG] pgmap v1030: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:39.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:38 smithi164 bash[18308]: cluster 2024-02-10T09:48:36.773997+0000 mgr.smithi018.dxgutx (mgr.14180) 1584 : cluster [DBG] pgmap v1030: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:40.232 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:48:40.232 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:47:51.958569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:47:51.147666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:47:51.958773Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:46:45.544559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:47:56.306431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.tpoqpg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\nDeploy daemon haproxy.nfs.foo.smithi164.tpoqpg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:48:00.745211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.kvevhp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp\nDeploy daemon haproxy.nfs.foo.smithi018.kvevhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:48:00.749450Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.kfmdxc on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:48:00.751743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wcvvkl on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:47:51.149102Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:47:51.147997Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:47:51.148171Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:47:51.149256Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:47:51.148329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:47:51.148486Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:47:51.958976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:48:40.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:40 smithi018 bash[14175]: cluster 2024-02-10T09:48:38.775426+0000 mgr.smithi018.dxgutx (mgr.14180) 1585 : cluster [DBG] pgmap v1031: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:41.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:40 smithi164 bash[18308]: cluster 2024-02-10T09:48:38.775426+0000 mgr.smithi018.dxgutx (mgr.14180) 1585 : cluster [DBG] pgmap v1031: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:41.090 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:48:41.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:41 smithi018 bash[14175]: audit 2024-02-10T09:48:40.217626+0000 mgr.smithi018.dxgutx (mgr.14180) 1586 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:48:42.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:41 smithi164 bash[18308]: audit 2024-02-10T09:48:40.217626+0000 mgr.smithi018.dxgutx (mgr.14180) 1586 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:48:42.091 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:48:42.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:42 smithi018 bash[14175]: cluster 2024-02-10T09:48:40.776604+0000 mgr.smithi018.dxgutx (mgr.14180) 1587 : cluster [DBG] pgmap v1032: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:43.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:42 smithi164 bash[18308]: cluster 2024-02-10T09:48:40.776604+0000 mgr.smithi018.dxgutx (mgr.14180) 1587 : cluster [DBG] pgmap v1032: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:44.899 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:44 smithi018 bash[14175]: cluster 2024-02-10T09:48:42.777263+0000 mgr.smithi018.dxgutx (mgr.14180) 1588 : cluster [DBG] pgmap v1033: 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-10T09:48:45.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:44 smithi164 bash[18308]: cluster 2024-02-10T09:48:42.777263+0000 mgr.smithi018.dxgutx (mgr.14180) 1588 : cluster [DBG] pgmap v1033: 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-10T09:48:45.323 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:48:45.323 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:47:51.958569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:47:51.147666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:47:51.958773Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:46:45.544559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:47:56.306431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.tpoqpg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\nDeploy daemon haproxy.nfs.foo.smithi164.tpoqpg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:48:00.745211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.kvevhp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp\nDeploy daemon haproxy.nfs.foo.smithi018.kvevhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:48:00.749450Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.kfmdxc on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:48:00.751743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wcvvkl on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:47:51.149102Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:47:51.147997Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:47:51.148171Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:47:51.149256Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:47:51.148329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:47:51.148486Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:47:51.958976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:48:46.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:48:46.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:46 smithi018 bash[14175]: cluster 2024-02-10T09:48:44.778008+0000 mgr.smithi018.dxgutx (mgr.14180) 1589 : cluster [DBG] pgmap v1034: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:46.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:46 smithi018 bash[14175]: audit 2024-02-10T09:48:45.313321+0000 mgr.smithi018.dxgutx (mgr.14180) 1590 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:48:47.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:46 smithi164 bash[18308]: cluster 2024-02-10T09:48:44.778008+0000 mgr.smithi018.dxgutx (mgr.14180) 1589 : cluster [DBG] pgmap v1034: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:47.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:46 smithi164 bash[18308]: audit 2024-02-10T09:48:45.313321+0000 mgr.smithi018.dxgutx (mgr.14180) 1590 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:48:47.146 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:48:48.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:48 smithi018 bash[14175]: cluster 2024-02-10T09:48:46.779132+0000 mgr.smithi018.dxgutx (mgr.14180) 1591 : cluster [DBG] pgmap v1035: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:49.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:48 smithi164 bash[18308]: cluster 2024-02-10T09:48:46.779132+0000 mgr.smithi018.dxgutx (mgr.14180) 1591 : cluster [DBG] pgmap v1035: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:50.505 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:48:50.505 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:47:51.958569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:47:51.147666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:47:51.958773Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:46:45.544559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:47:56.306431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.tpoqpg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\nDeploy daemon haproxy.nfs.foo.smithi164.tpoqpg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:48:00.745211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.kvevhp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp\nDeploy daemon haproxy.nfs.foo.smithi018.kvevhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:48:00.749450Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.kfmdxc on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:48:00.751743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wcvvkl on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:47:51.149102Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:47:51.147997Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:47:51.148171Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:47:51.149256Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:47:51.148329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:47:51.148486Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:47:51.958976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:48:50.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:50 smithi018 bash[14175]: cluster 2024-02-10T09:48:48.780103+0000 mgr.smithi018.dxgutx (mgr.14180) 1592 : cluster [DBG] pgmap v1036: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:51.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:50 smithi164 bash[18308]: cluster 2024-02-10T09:48:48.780103+0000 mgr.smithi018.dxgutx (mgr.14180) 1592 : cluster [DBG] pgmap v1036: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:51.350 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:48:51.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:51 smithi018 bash[14175]: audit 2024-02-10T09:48:50.493829+0000 mgr.smithi018.dxgutx (mgr.14180) 1593 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:48:52.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:51 smithi164 bash[18308]: audit 2024-02-10T09:48:50.493829+0000 mgr.smithi018.dxgutx (mgr.14180) 1593 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:48:52.351 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:48:52.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:52 smithi018 bash[14175]: cluster 2024-02-10T09:48:50.781343+0000 mgr.smithi018.dxgutx (mgr.14180) 1594 : cluster [DBG] pgmap v1037: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:53.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:52 smithi164 bash[18308]: cluster 2024-02-10T09:48:50.781343+0000 mgr.smithi018.dxgutx (mgr.14180) 1594 : cluster [DBG] pgmap v1037: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:54.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:54 smithi018 bash[14175]: cluster 2024-02-10T09:48:52.782241+0000 mgr.smithi018.dxgutx (mgr.14180) 1595 : cluster [DBG] pgmap v1038: 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-10T09:48:54.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:54 smithi164 bash[18308]: cluster 2024-02-10T09:48:52.782241+0000 mgr.smithi018.dxgutx (mgr.14180) 1595 : cluster [DBG] pgmap v1038: 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-10T09:48:55.695 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:48:55.695 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:47:51.958569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:47:51.147666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:47:51.958773Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:46:45.544559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:47:56.306431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.tpoqpg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\nDeploy daemon haproxy.nfs.foo.smithi164.tpoqpg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:48:00.745211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.kvevhp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp\nDeploy daemon haproxy.nfs.foo.smithi018.kvevhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:48:00.749450Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.kfmdxc on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:48:00.751743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wcvvkl on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:47:51.149102Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:47:51.147997Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:47:51.148171Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:47:51.149256Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:47:51.148329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:47:51.148486Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:47:51.958976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:48:56.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:56 smithi018 bash[14175]: cluster 2024-02-10T09:48:54.783702+0000 mgr.smithi018.dxgutx (mgr.14180) 1596 : cluster [DBG] pgmap v1039: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:56.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:56 smithi164 bash[18308]: cluster 2024-02-10T09:48:54.783702+0000 mgr.smithi018.dxgutx (mgr.14180) 1596 : cluster [DBG] pgmap v1039: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:56.501 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:48:57.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:57 smithi164 bash[18308]: audit 2024-02-10T09:48:55.681472+0000 mgr.smithi018.dxgutx (mgr.14180) 1597 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:48:57.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:57 smithi018 bash[14175]: audit 2024-02-10T09:48:55.681472+0000 mgr.smithi018.dxgutx (mgr.14180) 1597 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:48:57.502 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:48:58.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:48:58 smithi164 bash[18308]: cluster 2024-02-10T09:48:56.784812+0000 mgr.smithi018.dxgutx (mgr.14180) 1598 : cluster [DBG] pgmap v1040: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:48:58.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:48:58 smithi018 bash[14175]: cluster 2024-02-10T09:48:56.784812+0000 mgr.smithi018.dxgutx (mgr.14180) 1598 : cluster [DBG] pgmap v1040: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:49:00.299 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:00 smithi018 bash[14175]: cluster 2024-02-10T09:48:58.785934+0000 mgr.smithi018.dxgutx (mgr.14180) 1599 : cluster [DBG] pgmap v1041: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:49:00.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:00 smithi164 bash[18308]: cluster 2024-02-10T09:48:58.785934+0000 mgr.smithi018.dxgutx (mgr.14180) 1599 : cluster [DBG] pgmap v1041: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:49:01.025 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:49:01.025 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:47:51.958569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:47:51.147666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:47:51.958773Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:46:45.544559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.soktyg on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:47:56.306431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.tpoqpg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\nDeploy daemon haproxy.nfs.foo.smithi164.tpoqpg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:48:00.745211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.kvevhp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp\nDeploy daemon haproxy.nfs.foo.smithi018.kvevhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:48:00.749450Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.kfmdxc on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:48:00.751743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wcvvkl on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:47:51.149102Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:47:51.147997Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:47:51.148171Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:47:51.149256Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:47:51.148329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:47:51.148486Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:47:51.958976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:49:01.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:01 smithi164 bash[18308]: audit 2024-02-10T09:49:00.756031+0000 mon.smithi018 (mon.0) 1065 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:49:01.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:01 smithi018 bash[14175]: audit 2024-02-10T09:49:00.756031+0000 mon.smithi018 (mon.0) 1065 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:49:01.848 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:49:02.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:02 smithi018 bash[14175]: cluster 2024-02-10T09:49:00.786805+0000 mgr.smithi018.dxgutx (mgr.14180) 1600 : cluster [DBG] pgmap v1042: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:49:02.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:02 smithi018 bash[14175]: audit 2024-02-10T09:49:01.010636+0000 mgr.smithi018.dxgutx (mgr.14180) 1601 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:49:02.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:02 smithi018 bash[14175]: audit 2024-02-10T09:49:01.035297+0000 mon.smithi018 (mon.0) 1066 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:49:02.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:02 smithi018 bash[14175]: audit 2024-02-10T09:49:01.305431+0000 mon.smithi018 (mon.0) 1067 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:49:02.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:02 smithi018 bash[14175]: audit 2024-02-10T09:49:01.306876+0000 mon.smithi018 (mon.0) 1068 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:49:02.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:02 smithi018 bash[14175]: audit 2024-02-10T09:49:01.315385+0000 mon.smithi018 (mon.0) 1069 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:49:02.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:02 smithi018 bash[14175]: cluster 2024-02-10T09:49:01.316190+0000 mgr.smithi018.dxgutx (mgr.14180) 1602 : cluster [DBG] pgmap v1043: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:49:02.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:02 smithi018 bash[14175]: audit 2024-02-10T09:49:01.321385+0000 mon.smithi018 (mon.0) 1070 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:49:02.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:02 smithi018 bash[14175]: audit 2024-02-10T09:49:01.334401+0000 mon.smithi018 (mon.0) 1071 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:49:02.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:02 smithi018 bash[14175]: cephadm 2024-02-10T09:49:01.337418+0000 mgr.smithi018.dxgutx (mgr.14180) 1603 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.mporwz on smithi164 2024-02-10T09:49:02.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:02 smithi164 bash[18308]: cluster 2024-02-10T09:49:00.786805+0000 mgr.smithi018.dxgutx (mgr.14180) 1600 : cluster [DBG] pgmap v1042: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:49:02.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:02 smithi164 bash[18308]: audit 2024-02-10T09:49:01.010636+0000 mgr.smithi018.dxgutx (mgr.14180) 1601 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:49:02.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:02 smithi164 bash[18308]: audit 2024-02-10T09:49:01.035297+0000 mon.smithi018 (mon.0) 1066 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:49:02.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:02 smithi164 bash[18308]: audit 2024-02-10T09:49:01.305431+0000 mon.smithi018 (mon.0) 1067 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:49:02.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:02 smithi164 bash[18308]: audit 2024-02-10T09:49:01.306876+0000 mon.smithi018 (mon.0) 1068 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:49:02.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:02 smithi164 bash[18308]: audit 2024-02-10T09:49:01.315385+0000 mon.smithi018 (mon.0) 1069 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:49:02.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:02 smithi164 bash[18308]: cluster 2024-02-10T09:49:01.316190+0000 mgr.smithi018.dxgutx (mgr.14180) 1602 : cluster [DBG] pgmap v1043: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:49:02.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:02 smithi164 bash[18308]: audit 2024-02-10T09:49:01.321385+0000 mon.smithi018 (mon.0) 1070 : audit [DBG] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T09:49:02.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:02 smithi164 bash[18308]: audit 2024-02-10T09:49:01.334401+0000 mon.smithi018 (mon.0) 1071 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:49:02.324 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:02 smithi164 bash[18308]: cephadm 2024-02-10T09:49:01.337418+0000 mgr.smithi018.dxgutx (mgr.14180) 1603 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi164.mporwz on smithi164 2024-02-10T09:49:02.849 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:49:03.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:03 smithi018 bash[14175]: cluster 2024-02-10T09:49:02.311874+0000 mon.smithi018 (mon.0) 1072 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:49:03.226 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:03 smithi018 bash[14175]: cluster 2024-02-10T09:49:02.311924+0000 mon.smithi018 (mon.0) 1073 : cluster [INF] Cluster is now healthy 2024-02-10T09:49:03.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:03 smithi164 bash[18308]: cluster 2024-02-10T09:49:02.311874+0000 mon.smithi018 (mon.0) 1072 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-10T09:49:03.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:03 smithi164 bash[18308]: cluster 2024-02-10T09:49:02.311924+0000 mon.smithi018 (mon.0) 1073 : cluster [INF] Cluster is now healthy 2024-02-10T09:49:04.318 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:04 smithi018 bash[14175]: cluster 2024-02-10T09:49:03.317245+0000 mgr.smithi018.dxgutx (mgr.14180) 1604 : cluster [DBG] pgmap v1044: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:49:04.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:04 smithi164 bash[18308]: cluster 2024-02-10T09:49:03.317245+0000 mgr.smithi018.dxgutx (mgr.14180) 1604 : cluster [DBG] pgmap v1044: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:49:05.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:05 smithi018 bash[14175]: audit 2024-02-10T09:49:05.169356+0000 mon.smithi018 (mon.0) 1074 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.mporwz"}]: dispatch 2024-02-10T09:49:05.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:05 smithi164 bash[18308]: audit 2024-02-10T09:49:05.169356+0000 mon.smithi018 (mon.0) 1074 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi164.mporwz"}]: dispatch 2024-02-10T09:49:06.199 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:49:06.199 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:47:51.958569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:47:51.147666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:47:51.958773Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:47:56.306431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.tpoqpg on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-tpoqpg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.tpoqpg\nDeploy daemon haproxy.nfs.foo.smithi164.tpoqpg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:48:00.745211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.kvevhp on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-kvevhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.kvevhp\nDeploy daemon haproxy.nfs.foo.smithi018.kvevhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:48:00.749450Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.kfmdxc on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:48:00.751743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wcvvkl on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:49:05.170606Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.mporwz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz\nDeploy daemon haproxy.nfs.foo.smithi164.mporwz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -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.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:47:51.149102Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:47:51.147997Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:47:51.148171Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:47:51.149256Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:47:51.148329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:47:51.148486Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:47:51.958976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:49:06.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: cephadm 2024-02-10T09:49:05.168170+0000 mgr.smithi018.dxgutx (mgr.14180) 1605 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz 2024-02-10T09:49:06.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:49:06.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz 2024-02-10T09:49:06.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz 2024-02-10T09:49:06.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:49:06.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz 2024-02-10T09:49:06.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.mporwz ... 2024-02-10T09:49:06.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:49:06.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:49:06.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:49:06.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:49:06.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:49:06.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:49:06.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:49:06.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:49:06.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:49:06.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:49:06.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz 2024-02-10T09:49:06.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:49:06.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz 2024-02-10T09:49:06.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz 2024-02-10T09:49:06.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:49:06.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz 2024-02-10T09:49:06.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.mporwz ... 2024-02-10T09:49:06.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:49:06.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:49:06.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:49:06.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:49:06.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:49:06.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: cephadm 2024-02-10T09:49:05.168702+0000 mgr.smithi018.dxgutx (mgr.14180) 1606 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.mporwz 2024-02-10T09:49:06.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: cephadm 2024-02-10T09:49:05.170870+0000 mgr.smithi018.dxgutx (mgr.14180) 1607 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.mporwz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz 2024-02-10T09:49:06.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:49:06.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz 2024-02-10T09:49:06.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz 2024-02-10T09:49:06.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:49:06.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz 2024-02-10T09:49:06.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi164.mporwz ... 2024-02-10T09:49:06.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:49:06.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:49:06.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:49:06.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:49:06.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:49:06.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: cephadm 2024-02-10T09:49:05.175315+0000 mgr.smithi018.dxgutx (mgr.14180) 1608 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.tyucbb on smithi018 2024-02-10T09:49:06.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:06 smithi164 bash[18308]: cluster 2024-02-10T09:49:05.317842+0000 mgr.smithi018.dxgutx (mgr.14180) 1609 : cluster [DBG] pgmap v1045: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:49:06.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: cephadm 2024-02-10T09:49:05.168170+0000 mgr.smithi018.dxgutx (mgr.14180) 1605 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz 2024-02-10T09:49:06.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:49:06.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz 2024-02-10T09:49:06.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz 2024-02-10T09:49:06.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:49:06.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz 2024-02-10T09:49:06.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.mporwz ... 2024-02-10T09:49:06.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:49:06.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:49:06.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:49:06.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:49:06.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:49:06.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:49:06.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:49:06.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:49:06.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:49:06.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:49:06.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz 2024-02-10T09:49:06.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:49:06.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz 2024-02-10T09:49:06.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz 2024-02-10T09:49:06.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:49:06.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz 2024-02-10T09:49:06.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.mporwz ... 2024-02-10T09:49:06.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:49:06.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:49:06.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:49:06.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:49:06.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:49:06.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: cephadm 2024-02-10T09:49:05.168702+0000 mgr.smithi018.dxgutx (mgr.14180) 1606 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi164.mporwz 2024-02-10T09:49:06.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: cephadm 2024-02-10T09:49:05.170870+0000 mgr.smithi018.dxgutx (mgr.14180) 1607 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi164.mporwz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz 2024-02-10T09:49:06.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:49:06.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz 2024-02-10T09:49:06.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz 2024-02-10T09:49:06.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:49:06.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz 2024-02-10T09:49:06.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi164.mporwz ... 2024-02-10T09:49:06.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:49:06.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:49:06.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:49:06.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:49:06.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:49:06.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: cephadm 2024-02-10T09:49:05.175315+0000 mgr.smithi018.dxgutx (mgr.14180) 1608 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.tyucbb on smithi018 2024-02-10T09:49:06.730 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:06 smithi018 bash[14175]: cluster 2024-02-10T09:49:05.317842+0000 mgr.smithi018.dxgutx (mgr.14180) 1609 : cluster [DBG] pgmap v1045: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:49:07.050 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:49:07.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:07 smithi018 bash[14175]: audit 2024-02-10T09:49:06.188916+0000 mgr.smithi018.dxgutx (mgr.14180) 1610 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:49:07.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:07 smithi164 bash[18308]: audit 2024-02-10T09:49:06.188916+0000 mgr.smithi018.dxgutx (mgr.14180) 1610 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:49:08.051 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:49:08.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:08 smithi018 bash[14175]: cluster 2024-02-10T09:49:07.318640+0000 mgr.smithi018.dxgutx (mgr.14180) 1611 : cluster [DBG] pgmap v1046: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:49:08.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:08 smithi164 bash[18308]: cluster 2024-02-10T09:49:07.318640+0000 mgr.smithi018.dxgutx (mgr.14180) 1611 : cluster [DBG] pgmap v1046: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-10T09:49:09.419 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:09 smithi018 bash[14175]: audit 2024-02-10T09:49:09.221227+0000 mon.smithi018 (mon.0) 1075 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.tyucbb"}]: dispatch 2024-02-10T09:49:09.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:09 smithi164 bash[18308]: audit 2024-02-10T09:49:09.221227+0000 mon.smithi018 (mon.0) 1075 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.tyucbb"}]: dispatch 2024-02-10T09:49:10.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: cephadm 2024-02-10T09:49:09.220127+0000 mgr.smithi018.dxgutx (mgr.14180) 1612 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb 2024-02-10T09:49:10.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:49:10.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb 2024-02-10T09:49:10.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb 2024-02-10T09:49:10.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:49:10.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb 2024-02-10T09:49:10.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.tyucbb ... 2024-02-10T09:49:10.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:49:10.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:49:10.574 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:49:10.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:49:10.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:49:10.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: Traceback (most recent call last): 2024-02-10T09:49:10.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:49:10.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: yield (conn, connr) 2024-02-10T09:49:10.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:49:10.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: code, '\n'.join(err))) 2024-02-10T09:49:10.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb 2024-02-10T09:49:10.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:49:10.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb 2024-02-10T09:49:10.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb 2024-02-10T09:49:10.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:49:10.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb 2024-02-10T09:49:10.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.tyucbb ... 2024-02-10T09:49:10.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:49:10.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:49:10.575 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:49:10.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:49:10.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:49:10.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: cephadm 2024-02-10T09:49:09.220655+0000 mgr.smithi018.dxgutx (mgr.14180) 1613 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.tyucbb 2024-02-10T09:49:10.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: cephadm 2024-02-10T09:49:09.222553+0000 mgr.smithi018.dxgutx (mgr.14180) 1614 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.tyucbb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb 2024-02-10T09:49:10.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:49:10.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb 2024-02-10T09:49:10.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb 2024-02-10T09:49:10.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: /usr/bin/docker: stdout 2024-02-10T09:49:10.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb 2024-02-10T09:49:10.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: Deploy daemon haproxy.nfs.foo.smithi018.tyucbb ... 2024-02-10T09:49:10.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:49:10.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:49:10.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:49:10.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: stat: stderr See 'docker run --help'. 2024-02-10T09:49:10.576 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:49:10.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: cephadm 2024-02-10T09:49:09.225782+0000 mgr.smithi018.dxgutx (mgr.14180) 1615 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.dibasn on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:49:10.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: cephadm 2024-02-10T09:49:09.228457+0000 mgr.smithi018.dxgutx (mgr.14180) 1616 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.wfihdh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:49:10.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: cluster 2024-02-10T09:49:09.229971+0000 mgr.smithi018.dxgutx (mgr.14180) 1617 : cluster [DBG] pgmap v1047: 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-10T09:49:10.577 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:10 smithi164 bash[18308]: cluster 2024-02-10T09:49:09.243989+0000 mon.smithi018 (mon.0) 1076 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:49:10.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: cephadm 2024-02-10T09:49:09.220127+0000 mgr.smithi018.dxgutx (mgr.14180) 1612 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb 2024-02-10T09:49:10.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:49:10.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb 2024-02-10T09:49:10.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb 2024-02-10T09:49:10.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:49:10.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb 2024-02-10T09:49:10.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.tyucbb ... 2024-02-10T09:49:10.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:49:10.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:49:10.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:49:10.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:49:10.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:49:10.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: Traceback (most recent call last): 2024-02-10T09:49:10.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-10T09:49:10.727 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: yield (conn, connr) 2024-02-10T09:49:10.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-10T09:49:10.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: code, '\n'.join(err))) 2024-02-10T09:49:10.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb 2024-02-10T09:49:10.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:49:10.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb 2024-02-10T09:49:10.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb 2024-02-10T09:49:10.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:49:10.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb 2024-02-10T09:49:10.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.tyucbb ... 2024-02-10T09:49:10.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:49:10.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:49:10.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:49:10.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:49:10.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:49:10.728 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: cephadm 2024-02-10T09:49:09.220655+0000 mgr.smithi018.dxgutx (mgr.14180) 1613 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.tyucbb 2024-02-10T09:49:10.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: cephadm 2024-02-10T09:49:09.222553+0000 mgr.smithi018.dxgutx (mgr.14180) 1614 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi018.tyucbb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb 2024-02-10T09:49:10.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:49:10.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb 2024-02-10T09:49:10.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb 2024-02-10T09:49:10.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: /usr/bin/docker: stdout 2024-02-10T09:49:10.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb 2024-02-10T09:49:10.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: Deploy daemon haproxy.nfs.foo.smithi018.tyucbb ... 2024-02-10T09:49:10.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:49:10.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-10T09:49:10.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-10T09:49:10.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: stat: stderr See 'docker run --help'. 2024-02-10T09:49:10.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-10T09:49:10.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: cephadm 2024-02-10T09:49:09.225782+0000 mgr.smithi018.dxgutx (mgr.14180) 1615 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi018.dibasn on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:49:10.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: cephadm 2024-02-10T09:49:09.228457+0000 mgr.smithi018.dxgutx (mgr.14180) 1616 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi164.wfihdh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-10T09:49:10.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: cluster 2024-02-10T09:49:09.229971+0000 mgr.smithi018.dxgutx (mgr.14180) 1617 : cluster [DBG] pgmap v1047: 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-10T09:49:10.729 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:10 smithi018 bash[14175]: cluster 2024-02-10T09:49:09.243989+0000 mon.smithi018 (mon.0) 1076 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:49:11.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:11 smithi018 bash[14175]: audit 2024-02-10T09:49:10.500726+0000 mon.smithi018 (mon.0) 1077 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:49:11.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:11 smithi164 bash[18308]: audit 2024-02-10T09:49:10.500726+0000 mon.smithi018 (mon.0) 1077 : audit [INF] from='mgr.14180 172.21.15.18:0/1734542070' entity='mgr.smithi018.dxgutx' 2024-02-10T09:49:11.875 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:49:11.875 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:47:51.958569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:47:51.147666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:47:51.958773Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:48:00.751743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wcvvkl on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:49:05.170606Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.mporwz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz\nDeploy daemon haproxy.nfs.foo.smithi164.mporwz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:49:09.222304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.tyucbb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb\nDeploy daemon haproxy.nfs.foo.smithi018.tyucbb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:49:09.225534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.dibasn on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:49:09.228300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wfihdh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:47:51.149102Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:47:51.147997Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:47:51.148171Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:47:51.149256Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:47:51.148329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:47:51.148486Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:47:51.958976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:49:12.715 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:49:12.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:12 smithi164 bash[18308]: cluster 2024-02-10T09:49:11.231013+0000 mgr.smithi018.dxgutx (mgr.14180) 1618 : cluster [DBG] pgmap v1048: 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-10T09:49:12.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:12 smithi018 bash[14175]: cluster 2024-02-10T09:49:11.231013+0000 mgr.smithi018.dxgutx (mgr.14180) 1618 : cluster [DBG] pgmap v1048: 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-10T09:49:13.717 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:49:13.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:13 smithi164 bash[18308]: audit 2024-02-10T09:49:11.861289+0000 mgr.smithi018.dxgutx (mgr.14180) 1619 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:49:13.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:13 smithi018 bash[14175]: audit 2024-02-10T09:49:11.861289+0000 mgr.smithi018.dxgutx (mgr.14180) 1619 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:49:14.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:14 smithi164 bash[18308]: cluster 2024-02-10T09:49:13.232204+0000 mgr.smithi018.dxgutx (mgr.14180) 1620 : cluster [DBG] pgmap v1049: 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-10T09:49:14.911 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:14 smithi018 bash[14175]: cluster 2024-02-10T09:49:13.232204+0000 mgr.smithi018.dxgutx (mgr.14180) 1620 : cluster [DBG] pgmap v1049: 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-10T09:49:16.788 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:16 smithi018 bash[14175]: cluster 2024-02-10T09:49:15.233328+0000 mgr.smithi018.dxgutx (mgr.14180) 1621 : cluster [DBG] pgmap v1050: 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-10T09:49:16.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:16 smithi164 bash[18308]: cluster 2024-02-10T09:49:15.233328+0000 mgr.smithi018.dxgutx (mgr.14180) 1621 : cluster [DBG] pgmap v1050: 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-10T09:49:17.184 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:49:17.184 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:47:51.958569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:47:51.147666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:47:51.958773Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:48:00.751743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wcvvkl on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:49:05.170606Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.mporwz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz\nDeploy daemon haproxy.nfs.foo.smithi164.mporwz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:49:09.222304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.tyucbb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb\nDeploy daemon haproxy.nfs.foo.smithi018.tyucbb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:49:09.225534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.dibasn on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:49:09.228300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wfihdh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:47:51.149102Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:47:51.147997Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:47:51.148171Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:47:51.149256Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:47:51.148329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:47:51.148486Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:47:51.958976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:49:18.048 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:49:18.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:18 smithi164 bash[18308]: audit 2024-02-10T09:49:17.171390+0000 mgr.smithi018.dxgutx (mgr.14180) 1622 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:49:18.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:18 smithi164 bash[18308]: cluster 2024-02-10T09:49:17.234064+0000 mgr.smithi018.dxgutx (mgr.14180) 1623 : cluster [DBG] pgmap v1051: 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-10T09:49:18.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:18 smithi018 bash[14175]: audit 2024-02-10T09:49:17.171390+0000 mgr.smithi018.dxgutx (mgr.14180) 1622 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:49:18.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:18 smithi018 bash[14175]: cluster 2024-02-10T09:49:17.234064+0000 mgr.smithi018.dxgutx (mgr.14180) 1623 : cluster [DBG] pgmap v1051: 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-10T09:49:19.051 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:49:20.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:20 smithi164 bash[18308]: cluster 2024-02-10T09:49:19.235328+0000 mgr.smithi018.dxgutx (mgr.14180) 1624 : cluster [DBG] pgmap v1052: 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-10T09:49:20.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:20 smithi018 bash[14175]: cluster 2024-02-10T09:49:19.235328+0000 mgr.smithi018.dxgutx (mgr.14180) 1624 : cluster [DBG] pgmap v1052: 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-10T09:49:22.535 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:49:22.535 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:47:51.958569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:47:51.147666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:47:51.958773Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:48:00.751743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wcvvkl on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:49:05.170606Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.mporwz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz\nDeploy daemon haproxy.nfs.foo.smithi164.mporwz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:49:09.222304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.tyucbb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb\nDeploy daemon haproxy.nfs.foo.smithi018.tyucbb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:49:09.225534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.dibasn on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:49:09.228300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wfihdh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:47:51.149102Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:47:51.147997Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:47:51.148171Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:47:51.149256Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:47:51.148329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:47:51.148486Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:47:51.958976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:49:22.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:22 smithi164 bash[18308]: cluster 2024-02-10T09:49:21.236354+0000 mgr.smithi018.dxgutx (mgr.14180) 1625 : cluster [DBG] pgmap v1053: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:49:22.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:22 smithi018 bash[14175]: cluster 2024-02-10T09:49:21.236354+0000 mgr.smithi018.dxgutx (mgr.14180) 1625 : cluster [DBG] pgmap v1053: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:49:23.367 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:49:23.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:23 smithi018 bash[14175]: audit 2024-02-10T09:49:22.520186+0000 mgr.smithi018.dxgutx (mgr.14180) 1626 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:49:23.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:23 smithi164 bash[18308]: audit 2024-02-10T09:49:22.520186+0000 mgr.smithi018.dxgutx (mgr.14180) 1626 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:49:24.368 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:49:24.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:24 smithi018 bash[14175]: cluster 2024-02-10T09:49:23.237699+0000 mgr.smithi018.dxgutx (mgr.14180) 1627 : cluster [DBG] pgmap v1054: 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-10T09:49:24.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:24 smithi164 bash[18308]: cluster 2024-02-10T09:49:23.237699+0000 mgr.smithi018.dxgutx (mgr.14180) 1627 : cluster [DBG] pgmap v1054: 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-10T09:49:26.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:26 smithi164 bash[18308]: cluster 2024-02-10T09:49:25.238941+0000 mgr.smithi018.dxgutx (mgr.14180) 1628 : cluster [DBG] pgmap v1055: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:49:26.894 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:26 smithi018 bash[14175]: cluster 2024-02-10T09:49:25.238941+0000 mgr.smithi018.dxgutx (mgr.14180) 1628 : cluster [DBG] pgmap v1055: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:49:27.283 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:49:27.283 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:47:51.958569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:47:51.147666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:47:51.958773Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:48:00.751743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wcvvkl on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:49:05.170606Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.mporwz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz\nDeploy daemon haproxy.nfs.foo.smithi164.mporwz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:49:09.222304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.tyucbb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb\nDeploy daemon haproxy.nfs.foo.smithi018.tyucbb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:49:09.225534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.dibasn on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:49:09.228300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wfihdh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:47:51.149102Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:47:51.147997Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:47:51.148171Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:47:51.149256Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:47:51.148329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:47:51.148486Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:47:51.958976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:49:28.034 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:49:28.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:28 smithi164 bash[18308]: cluster 2024-02-10T09:49:27.239966+0000 mgr.smithi018.dxgutx (mgr.14180) 1629 : cluster [DBG] pgmap v1056: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:49:28.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:28 smithi164 bash[18308]: audit 2024-02-10T09:49:27.271503+0000 mgr.smithi018.dxgutx (mgr.14180) 1630 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:49:28.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:28 smithi018 bash[14175]: cluster 2024-02-10T09:49:27.239966+0000 mgr.smithi018.dxgutx (mgr.14180) 1629 : cluster [DBG] pgmap v1056: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:49:28.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:28 smithi018 bash[14175]: audit 2024-02-10T09:49:27.271503+0000 mgr.smithi018.dxgutx (mgr.14180) 1630 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:49:29.035 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:49:30.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:30 smithi164 bash[18308]: cluster 2024-02-10T09:49:29.241014+0000 mgr.smithi018.dxgutx (mgr.14180) 1631 : cluster [DBG] pgmap v1057: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:49:30.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:30 smithi018 bash[14175]: cluster 2024-02-10T09:49:29.241014+0000 mgr.smithi018.dxgutx (mgr.14180) 1631 : cluster [DBG] pgmap v1057: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:49:32.474 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:49:32.475 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:47:51.958569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:47:51.147666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:47:51.958773Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:48:00.751743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wcvvkl on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:49:05.170606Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.mporwz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz\nDeploy daemon haproxy.nfs.foo.smithi164.mporwz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:49:09.222304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.tyucbb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb\nDeploy daemon haproxy.nfs.foo.smithi018.tyucbb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:49:09.225534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.dibasn on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:49:09.228300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wfihdh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:47:51.149102Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:47:51.147997Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:47:51.148171Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:47:51.149256Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:47:51.148329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:47:51.148486Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:47:51.958976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:49:32.823 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:32 smithi164 bash[18308]: cluster 2024-02-10T09:49:31.242071+0000 mgr.smithi018.dxgutx (mgr.14180) 1632 : cluster [DBG] pgmap v1058: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:49:32.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:32 smithi018 bash[14175]: cluster 2024-02-10T09:49:31.242071+0000 mgr.smithi018.dxgutx (mgr.14180) 1632 : cluster [DBG] pgmap v1058: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:49:33.308 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:49:33.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:33 smithi018 bash[14175]: audit 2024-02-10T09:49:32.460729+0000 mgr.smithi018.dxgutx (mgr.14180) 1633 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:49:34.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:33 smithi164 bash[18308]: audit 2024-02-10T09:49:32.460729+0000 mgr.smithi018.dxgutx (mgr.14180) 1633 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:49:34.309 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:49:34.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:34 smithi018 bash[14175]: cluster 2024-02-10T09:49:33.243401+0000 mgr.smithi018.dxgutx (mgr.14180) 1634 : cluster [DBG] pgmap v1059: 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-10T09:49:35.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:34 smithi164 bash[18308]: cluster 2024-02-10T09:49:33.243401+0000 mgr.smithi018.dxgutx (mgr.14180) 1634 : cluster [DBG] pgmap v1059: 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-10T09:49:36.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:36 smithi018 bash[14175]: cluster 2024-02-10T09:49:35.244598+0000 mgr.smithi018.dxgutx (mgr.14180) 1635 : cluster [DBG] pgmap v1060: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:49:37.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:36 smithi164 bash[18308]: cluster 2024-02-10T09:49:35.244598+0000 mgr.smithi018.dxgutx (mgr.14180) 1635 : cluster [DBG] pgmap v1060: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:49:37.825 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:49:37.825 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:47:51.958569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:47:51.147666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:47:51.958773Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:48:00.751743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wcvvkl on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:49:05.170606Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.mporwz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz\nDeploy daemon haproxy.nfs.foo.smithi164.mporwz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:49:09.222304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.tyucbb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb\nDeploy daemon haproxy.nfs.foo.smithi018.tyucbb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:49:09.225534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.dibasn on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:49:09.228300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wfihdh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:47:51.149102Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:47:51.147997Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:47:51.148171Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:47:51.149256Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:47:51.148329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:47:51.148486Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:47:51.958976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:49:38.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:49:38.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:38 smithi018 bash[14175]: cluster 2024-02-10T09:49:37.245724+0000 mgr.smithi018.dxgutx (mgr.14180) 1636 : cluster [DBG] pgmap v1061: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:49:39.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:38 smithi164 bash[18308]: cluster 2024-02-10T09:49:37.245724+0000 mgr.smithi018.dxgutx (mgr.14180) 1636 : cluster [DBG] pgmap v1061: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:49:39.607 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:49:39.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:39 smithi018 bash[14175]: audit 2024-02-10T09:49:37.812142+0000 mgr.smithi018.dxgutx (mgr.14180) 1637 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:49:40.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:39 smithi164 bash[18308]: audit 2024-02-10T09:49:37.812142+0000 mgr.smithi018.dxgutx (mgr.14180) 1637 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:49:40.897 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:40 smithi018 bash[14175]: cluster 2024-02-10T09:49:39.247268+0000 mgr.smithi018.dxgutx (mgr.14180) 1638 : cluster [DBG] pgmap v1062: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:49:41.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:40 smithi164 bash[18308]: cluster 2024-02-10T09:49:39.247268+0000 mgr.smithi018.dxgutx (mgr.14180) 1638 : cluster [DBG] pgmap v1062: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:49:42.946 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:49:42.946 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:47:51.958569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:47:51.147666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:47:51.958773Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:48:00.751743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wcvvkl on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:49:05.170606Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.mporwz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz\nDeploy daemon haproxy.nfs.foo.smithi164.mporwz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:49:09.222304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.tyucbb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb\nDeploy daemon haproxy.nfs.foo.smithi018.tyucbb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:49:09.225534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.dibasn on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:49:09.228300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wfihdh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:47:51.149102Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:47:51.147997Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:47:51.148171Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:47:51.149256Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:47:51.148329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:47:51.148486Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:47:51.958976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:49:42.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:42 smithi018 bash[14175]: cluster 2024-02-10T09:49:41.247976+0000 mgr.smithi018.dxgutx (mgr.14180) 1639 : cluster [DBG] pgmap v1063: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:49:43.073 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:42 smithi164 bash[18308]: cluster 2024-02-10T09:49:41.247976+0000 mgr.smithi018.dxgutx (mgr.14180) 1639 : cluster [DBG] pgmap v1063: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:49:43.607 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:49:44.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:44 smithi164 bash[18308]: audit 2024-02-10T09:49:42.931711+0000 mgr.smithi018.dxgutx (mgr.14180) 1640 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:49:44.323 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:44 smithi164 bash[18308]: cluster 2024-02-10T09:49:43.248765+0000 mgr.smithi018.dxgutx (mgr.14180) 1641 : cluster [DBG] pgmap v1064: 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-10T09:49:44.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:44 smithi018 bash[14175]: audit 2024-02-10T09:49:42.931711+0000 mgr.smithi018.dxgutx (mgr.14180) 1640 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:49:44.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:44 smithi018 bash[14175]: cluster 2024-02-10T09:49:43.248765+0000 mgr.smithi018.dxgutx (mgr.14180) 1641 : cluster [DBG] pgmap v1064: 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-10T09:49:44.608 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-10T09:49:46.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:46 smithi018 bash[14175]: cluster 2024-02-10T09:49:45.249636+0000 mgr.smithi018.dxgutx (mgr.14180) 1642 : cluster [DBG] pgmap v1065: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:49:46.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:46 smithi164 bash[18308]: cluster 2024-02-10T09:49:45.249636+0000 mgr.smithi018.dxgutx (mgr.14180) 1642 : cluster [DBG] pgmap v1065: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:49:47.926 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-02-10T09:49:47.926 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-10T09:15:23.999659Z", "last_refresh": "2024-02-10T09:47:51.958569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-10T09:15:14.867036Z", "last_refresh": "2024-02-10T09:47:51.147666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-10T09:15:19.119783Z", "last_refresh": "2024-02-10T09:47:51.958773Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-10T09:48:00.751743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wcvvkl on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:49:05.170606Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi164.mporwz on smithi164: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi164-mporwz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi164.mporwz\nDeploy daemon haproxy.nfs.foo.smithi164.mporwz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi164 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:49:09.222304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi018.tyucbb on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi018-tyucbb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi018.tyucbb\nDeploy daemon haproxy.nfs.foo.smithi018.tyucbb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-10T09:49:09.225534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi018.dibasn on smithi018: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-10T09:49:09.228300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi164.wfihdh on smithi164: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.18/16"}, "status": {"created": "2024-02-10T09:23:52.744642Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-02-10T09:23:46.742925Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-10T09:23:46.734979Z", "last_refresh": "2024-02-10T09:47:51.149102Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-10T09:15:12.756860Z", "last_refresh": "2024-02-10T09:47:51.147997Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:16:58.282462Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi164:172.21.15.164=smithi164"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-10T09:16:58.277447Z", "last_refresh": "2024-02-10T09:47:51.148171Z", "running": 2, "size": 2}}, {"events": ["2024-02-10T09:23:52.744318Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-10T09:23:52.737694Z", "last_refresh": "2024-02-10T09:47:51.149256Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-10T09:15:21.269807Z", "last_refresh": "2024-02-10T09:47:51.148329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-10T09:17:41.644110Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-10T09:17:41.638471Z", "last_refresh": "2024-02-10T09:47:51.148486Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-10T09:15:16.948259Z", "last_refresh": "2024-02-10T09:47:51.958976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-10T09:49:48.476 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:48 smithi018 bash[14175]: cluster 2024-02-10T09:49:47.250789+0000 mgr.smithi018.dxgutx (mgr.14180) 1643 : cluster [DBG] pgmap v1066: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:49:48.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:48 smithi164 bash[18308]: cluster 2024-02-10T09:49:47.250789+0000 mgr.smithi018.dxgutx (mgr.14180) 1643 : cluster [DBG] pgmap v1066: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-10T09:49:48.709 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-10T09:49:48.709 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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-10T09:49:48.974 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=f0226251e5914c038370424fde74601c Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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-10T09:49:48.977 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-02-10T09:49:48.990 INFO:tasks.vip:Removing 10.0.15.18 (and any VIPs) on smithi018.front.sepia.ceph.com iface ens1f0... 2024-02-10T09:49:48.990 DEBUG:teuthology.orchestra.run.smithi018:> sudo ip addr del 10.0.15.18/16 dev ens1f0 2024-02-10T09:49:49.012 DEBUG:teuthology.orchestra.run.smithi018:> sudo ip addr del 10.0.31.18/16 dev ens1f0 2024-02-10T09:49:49.067 INFO:teuthology.orchestra.run.smithi018.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-10T09:49:49.068 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-10T09:49:49.069 INFO:tasks.vip:Removing 10.0.15.164 (and any VIPs) on smithi164.front.sepia.ceph.com iface enp3s0f1... 2024-02-10T09:49:49.069 DEBUG:teuthology.orchestra.run.smithi164:> sudo ip addr del 10.0.15.164/16 dev enp3s0f1 2024-02-10T09:49:49.086 DEBUG:teuthology.orchestra.run.smithi164:> sudo ip addr del 10.0.31.18/16 dev enp3s0f1 2024-02-10T09:49:49.141 INFO:teuthology.orchestra.run.smithi164.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-10T09:49:49.142 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-10T09:49:49.143 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-10T09:49:49.153 INFO:tasks.cephadm:Teardown begin 2024-02-10T09:49:49.153 DEBUG:teuthology.orchestra.run.smithi018:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T09:49:49.169 DEBUG:teuthology.orchestra.run.smithi164:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T09:49:49.199 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-10T09:49:49.200 DEBUG:teuthology.orchestra.run.smithi018:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-10T09:49:49.219 DEBUG:teuthology.orchestra.run.smithi164:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-10T09:49:49.246 INFO:tasks.cephadm:Stopping all daemons... 2024-02-10T09:49:49.246 INFO:tasks.cephadm.mon.smithi018:Stopping mon.smithi018... 2024-02-10T09:49:49.246 DEBUG:teuthology.orchestra.run.smithi018:> sudo systemctl stop ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715@mon.smithi018 2024-02-10T09:49:49.573 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:49 smithi164 bash[18308]: audit 2024-02-10T09:49:47.913399+0000 mgr.smithi018.dxgutx (mgr.14180) 1644 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:49:49.577 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:49 smithi018 systemd[1]: Stopping Ceph mon.smithi018 for a4ea9902-c7f4-11ee-95b8-87774f69a715... 2024-02-10T09:49:49.577 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:49 smithi018 bash[119709]: Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-mon.smithi018 2024-02-10T09:49:49.577 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:49 smithi018 bash[14175]: audit 2024-02-10T09:49:47.913399+0000 mgr.smithi018.dxgutx (mgr.14180) 1644 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:49:49.577 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:49 smithi018 bash[14175]: debug 2024-02-10T09:49:49.436+0000 7f42d7849700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi018 -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-10T09:49:49.577 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:49 smithi018 bash[14175]: debug 2024-02-10T09:49:49.436+0000 7f42d7849700 -1 mon.smithi018@0(leader) e2 *** Got Signal Terminated *** 2024-02-10T09:49:50.556 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Feb 10 09:49:50 smithi018 bash[119746]: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-mon-smithi018 2024-02-10T09:49:50.562 DEBUG:teuthology.orchestra.run.smithi018:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715@mon.smithi018.service' 2024-02-10T09:49:50.614 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T09:49:50.615 INFO:tasks.cephadm.mon.smithi018:Stopped mon.smithi018 2024-02-10T09:49:50.615 INFO:tasks.cephadm.mon.smithi164:Stopping mon.smithi164... 2024-02-10T09:49:50.615 DEBUG:teuthology.orchestra.run.smithi164:> sudo systemctl stop ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715@mon.smithi164 2024-02-10T09:49:50.882 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:50 smithi164 systemd[1]: Stopping Ceph mon.smithi164 for a4ea9902-c7f4-11ee-95b8-87774f69a715... 2024-02-10T09:49:50.882 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:50 smithi164 bash[41338]: Error response from daemon: No such container: ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715-mon.smithi164 2024-02-10T09:49:50.882 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:50 smithi164 bash[18308]: debug 2024-02-10T09:49:50.782+0000 7f0aeed65700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi164 -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-10T09:49:50.883 INFO:journalctl@ceph.mon.smithi164.smithi164.stdout:Feb 10 09:49:50 smithi164 bash[18308]: debug 2024-02-10T09:49:50.782+0000 7f0aeed65700 -1 mon.smithi164@1(peon) e2 *** Got Signal Terminated *** 2024-02-10T09:49:51.650 DEBUG:teuthology.orchestra.run.smithi164:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a4ea9902-c7f4-11ee-95b8-87774f69a715@mon.smithi164.service' 2024-02-10T09:49:51.702 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T09:49:51.702 INFO:tasks.cephadm.mon.smithi164:Stopped mon.smithi164 2024-02-10T09:49:51.702 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 --force --keep-logs 2024-02-10T09:50:52.402 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 --force --keep-logs 2024-02-10T09:51:53.015 DEBUG:teuthology.orchestra.run.smithi018:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T09:51:53.035 DEBUG:teuthology.orchestra.run.smithi164:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T09:51:53.051 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-10T09:51:53.053 DEBUG:teuthology.misc:Transferring archived files from smithi018:/var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555375/remote/ubuntu@smithi018.front.sepia.ceph.com/crash 2024-02-10T09:51:53.054 DEBUG:teuthology.orchestra.run.smithi018:> sudo tar c -f - -C /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/crash -- . 2024-02-10T09:51:53.096 INFO:teuthology.orchestra.run.smithi018.stderr:tar: /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/crash: Cannot open: No such file or directory 2024-02-10T09:51:53.096 INFO:teuthology.orchestra.run.smithi018.stderr:tar: Error is not recoverable: exiting now 2024-02-10T09:51:53.098 DEBUG:teuthology.misc:Transferring archived files from smithi164:/var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555375/remote/ubuntu@smithi164.front.sepia.ceph.com/crash 2024-02-10T09:51:53.099 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/crash -- . 2024-02-10T09:51:53.114 INFO:teuthology.orchestra.run.smithi164.stderr:tar: /var/lib/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/crash: Cannot open: No such file or directory 2024-02-10T09:51:53.114 INFO:teuthology.orchestra.run.smithi164.stderr:tar: Error is not recoverable: exiting now 2024-02-10T09:51:53.116 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-10T09:51:53.116 DEBUG:teuthology.orchestra.run.smithi018:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-10T09:51:53.158 INFO:teuthology.orchestra.run.smithi018.stdout:2024-02-10T09:24:17.750989+0000 mon.smithi018 (mon.0) 721 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-10T09:51:53.160 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-10T09:51:53.160 INFO:tasks.cephadm:Compressing logs... 2024-02-10T09:51:53.160 DEBUG:teuthology.orchestra.run.smithi018:> 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-10T09:51:53.202 DEBUG:teuthology.orchestra.run.smithi164:> 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-10T09:51:53.216 INFO:teuthology.orchestra.run.smithi018.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-02-10T09:51:53.219 INFO:teuthology.orchestra.run.smithi164.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-02-10T09:51:53.225 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-osd.5.log 2024-02-10T09:51:53.225 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph.audit.log 2024-02-10T09:51:53.226 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-mgr.smithi018.dxgutx.log 2024-02-10T09:51:53.226 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-mon.smithi018.log 2024-02-10T09:51:53.227 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-osd.1.log 2024-02-10T09:51:53.227 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-mgr.smithi018.dxgutx.log: /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-mon.smithi018.log: gzip -5 --verbose -- /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi018.yzbcby.log 2024-02-10T09:51:53.228 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-osd.1.log: -- /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph.log 2024-02-10T09:51:53.228 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph.cephadm.log 2024-02-10T09:51:53.229 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi018.yzbcby.log: /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph.log: 60.3% -- replaced with /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi018.yzbcby.log.gz 2024-02-10T09:51:53.229 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-osd.3.log 2024-02-10T09:51:53.230 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-volume.log 2024-02-10T09:51:53.232 INFO:teuthology.orchestra.run.smithi164.stderr:gzip -5 --verbose -- /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi164.ivutbw.log 2024-02-10T09:51:53.232 INFO:teuthology.orchestra.run.smithi164.stderr:gzip -5 --verbose -- /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-mgr.smithi164.tdjvfj.log 2024-02-10T09:51:53.234 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-osd.3.log: /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph.cephadm.log: 90.6% -- replaced with /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph.log.gz 2024-02-10T09:51:53.235 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-osd.7.log 2024-02-10T09:51:53.235 INFO:teuthology.orchestra.run.smithi018.stderr: 91.6% -- replaced with /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph.audit.log.gz 2024-02-10T09:51:53.235 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-10T09:51:53.238 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi164.ivutbw.log: gzip -5 --verbose -- /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph.audit.log 2024-02-10T09:51:53.238 INFO:teuthology.orchestra.run.smithi164.stderr: 83.4% -- replaced with /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi164.ivutbw.log.gz 2024-02-10T09:51:53.238 INFO:teuthology.orchestra.run.smithi164.stderr:gzip -5 --verbose -- /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-osd.6.log 2024-02-10T09:51:53.238 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-mgr.smithi164.tdjvfj.log: /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph.log 2024-02-10T09:51:53.238 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph.cephadm.log 2024-02-10T09:51:53.238 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-osd.0.log 2024-02-10T09:51:53.238 INFO:teuthology.orchestra.run.smithi164.stderr:gzip -5 --verbose -- /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-osd.4.log 2024-02-10T09:51:53.239 INFO:teuthology.orchestra.run.smithi164.stderr: 91.8% -- replaced with /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph.audit.log.gz 2024-02-10T09:51:53.239 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph.cephadm.log: /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-mon.smithi164.log 2024-02-10T09:51:53.239 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-volume.log 2024-02-10T09:51:53.240 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-osd.7.log: 96.4% -- replaced with /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph.cephadm.log.gz 2024-02-10T09:51:53.240 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-mon.smithi164.log: gzip -5 --verbose -- /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-osd.2.log 2024-02-10T09:51:53.242 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/cephadm.log: 92.6% -- replaced with /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-volume.log.gz 2024-02-10T09:51:53.243 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-volume.log: 96.6% -- replaced with /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph.cephadm.log.gz 2024-02-10T09:51:53.244 INFO:teuthology.orchestra.run.smithi164.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-10T09:51:53.244 INFO:teuthology.orchestra.run.smithi164.stderr: 90.7% -- replaced with /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph.log.gz 2024-02-10T09:51:53.250 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-osd.2.log: /var/log/ceph/cephadm.log: 92.6% -- replaced with /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-volume.log.gz 2024-02-10T09:51:53.250 INFO:teuthology.orchestra.run.smithi164.stderr: 93.6% -- replaced with /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-mgr.smithi164.tdjvfj.log.gz 2024-02-10T09:51:53.251 INFO:teuthology.orchestra.run.smithi164.stderr: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-10T09:51:53.257 INFO:teuthology.orchestra.run.smithi018.stderr: 92.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-10T09:51:53.541 INFO:teuthology.orchestra.run.smithi018.stderr: 89.1% -- replaced with /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-mgr.smithi018.dxgutx.log.gz 2024-02-10T09:51:53.569 INFO:teuthology.orchestra.run.smithi164.stderr: 92.6% -- replaced with /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-mon.smithi164.log.gz 2024-02-10T09:51:53.819 INFO:teuthology.orchestra.run.smithi018.stderr: 93.2% -- replaced with /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-osd.5.log.gz 2024-02-10T09:51:53.843 INFO:teuthology.orchestra.run.smithi018.stderr: 93.2% -- replaced with /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-osd.1.log.gz 2024-02-10T09:51:53.940 INFO:teuthology.orchestra.run.smithi164.stderr: 93.1% -- replaced with /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-osd.2.log.gz 2024-02-10T09:51:53.969 INFO:teuthology.orchestra.run.smithi164.stderr: 93.2% -- replaced with /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-osd.4.log.gz 2024-02-10T09:51:54.034 INFO:teuthology.orchestra.run.smithi018.stderr: 93.1% -- replaced with /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-osd.7.log.gz 2024-02-10T09:51:54.089 INFO:teuthology.orchestra.run.smithi164.stderr: 93.1% -- replaced with /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-osd.6.log.gz 2024-02-10T09:51:54.103 INFO:teuthology.orchestra.run.smithi164.stderr: 93.0% -- replaced with /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-osd.0.log.gz 2024-02-10T09:51:54.105 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-02-10T09:51:54.105 INFO:teuthology.orchestra.run.smithi164.stderr:real 0m0.897s 2024-02-10T09:51:54.105 INFO:teuthology.orchestra.run.smithi164.stderr:user 0m3.365s 2024-02-10T09:51:54.105 INFO:teuthology.orchestra.run.smithi164.stderr:sys 0m0.170s 2024-02-10T09:51:54.131 INFO:teuthology.orchestra.run.smithi018.stderr: 93.6% -- replaced with /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-osd.3.log.gz 2024-02-10T09:51:54.173 INFO:teuthology.orchestra.run.smithi018.stderr: 90.0% -- replaced with /var/log/ceph/a4ea9902-c7f4-11ee-95b8-87774f69a715/ceph-mon.smithi018.log.gz 2024-02-10T09:51:54.175 INFO:teuthology.orchestra.run.smithi018.stderr: 2024-02-10T09:51:54.175 INFO:teuthology.orchestra.run.smithi018.stderr:real 0m0.969s 2024-02-10T09:51:54.176 INFO:teuthology.orchestra.run.smithi018.stderr:user 0m4.079s 2024-02-10T09:51:54.176 INFO:teuthology.orchestra.run.smithi018.stderr:sys 0m0.171s 2024-02-10T09:51:54.176 INFO:tasks.cephadm:Archiving logs... 2024-02-10T09:51:54.177 DEBUG:teuthology.misc:Transferring archived files from smithi018:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555375/remote/ubuntu@smithi018.front.sepia.ceph.com/log 2024-02-10T09:51:54.178 DEBUG:teuthology.orchestra.run.smithi018:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-10T09:51:54.799 DEBUG:teuthology.misc:Transferring archived files from smithi164:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555375/remote/ubuntu@smithi164.front.sepia.ceph.com/log 2024-02-10T09:51:54.800 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-10T09:51:55.225 INFO:tasks.cephadm:Removing cluster... 2024-02-10T09:51:55.226 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 --force 2024-02-10T09:51:56.613 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a4ea9902-c7f4-11ee-95b8-87774f69a715 --force 2024-02-10T09:51:57.983 INFO:tasks.cephadm:Removing cephadm ... 2024-02-10T09:51:57.983 DEBUG:teuthology.orchestra.run.smithi018:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-10T09:51:57.991 DEBUG:teuthology.orchestra.run.smithi164:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-10T09:51:57.998 INFO:tasks.cephadm:Teardown complete 2024-02-10T09:51:57.998 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-02-10T09:51:58.009 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi018:/dev/vg_nvme/lv_1... 2024-02-10T09:51:58.010 DEBUG:teuthology.orchestra.run.smithi018:> sudo nvme disconnect -n lv_1 2024-02-10T09:51:58.301 INFO:teuthology.orchestra.run.smithi018.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-10T09:51:58.303 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T09:51:58.303 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi018:/dev/vg_nvme/lv_2... 2024-02-10T09:51:58.303 DEBUG:teuthology.orchestra.run.smithi018:> sudo nvme disconnect -n lv_2 2024-02-10T09:51:58.609 INFO:teuthology.orchestra.run.smithi018.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-10T09:51:58.611 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T09:51:58.611 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi018:/dev/vg_nvme/lv_3... 2024-02-10T09:51:58.611 DEBUG:teuthology.orchestra.run.smithi018:> sudo nvme disconnect -n lv_3 2024-02-10T09:51:58.949 INFO:teuthology.orchestra.run.smithi018.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-10T09:51:58.951 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T09:51:58.951 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi018:/dev/vg_nvme/lv_4... 2024-02-10T09:51:58.951 DEBUG:teuthology.orchestra.run.smithi018:> sudo nvme disconnect -n lv_4 2024-02-10T09:51:59.261 INFO:teuthology.orchestra.run.smithi018.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-10T09:51:59.263 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T09:51:59.263 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-02-10T09:51:59.264 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/scratch_devs 2024-02-10T09:51:59.279 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi164:/dev/vg_nvme/lv_1... 2024-02-10T09:51:59.279 DEBUG:teuthology.orchestra.run.smithi164:> sudo nvme disconnect -n lv_1 2024-02-10T09:51:59.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T09:51:59.564 INFO:teuthology.orchestra.run.smithi164.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-10T09:51:59.564 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi164:/dev/vg_nvme/lv_2... 2024-02-10T09:51:59.565 DEBUG:teuthology.orchestra.run.smithi164:> sudo nvme disconnect -n lv_2 2024-02-10T09:51:59.841 INFO:teuthology.orchestra.run.smithi164.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-10T09:51:59.842 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T09:51:59.843 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi164:/dev/vg_nvme/lv_3... 2024-02-10T09:51:59.843 DEBUG:teuthology.orchestra.run.smithi164:> sudo nvme disconnect -n lv_3 2024-02-10T09:52:00.121 INFO:teuthology.orchestra.run.smithi164.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-10T09:52:00.122 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T09:52:00.123 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi164:/dev/vg_nvme/lv_4... 2024-02-10T09:52:00.123 DEBUG:teuthology.orchestra.run.smithi164:> sudo nvme disconnect -n lv_4 2024-02-10T09:52:00.417 INFO:teuthology.orchestra.run.smithi164.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-10T09:52:00.418 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T09:52:00.419 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-02-10T09:52:00.419 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/scratch_devs 2024-02-10T09:52:00.434 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-10T09:52:00.447 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-10T09:52:00.447 DEBUG:teuthology.orchestra.run.smithi018:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T09:52:00.450 DEBUG:teuthology.orchestra.run.smithi164:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T09:52:00.466 INFO:teuthology.orchestra.run.smithi018.stdout: remote refid st t when poll reach delay offset jitter 2024-02-10T09:52:00.467 INFO:teuthology.orchestra.run.smithi018.stdout:============================================================================== 2024-02-10T09:52:00.467 INFO:teuthology.orchestra.run.smithi018.stdout:*hv01.front.sepi 44.4.53.2 2 u 25 64 377 0.106 4.594 1.131 2024-02-10T09:52:00.467 INFO:teuthology.orchestra.run.smithi018.stdout:+hv02.front.sepi 63.231.80.2 3 u 20 64 377 0.086 4.446 1.274 2024-02-10T09:52:00.467 INFO:teuthology.orchestra.run.smithi018.stdout:+hv03.front.sepi 74.6.168.72 3 u 13 64 377 0.115 2.828 0.765 2024-02-10T09:52:00.467 INFO:teuthology.orchestra.run.smithi018.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-02-10T09:52:00.495 INFO:teuthology.orchestra.run.smithi164.stdout: remote refid st t when poll reach delay offset jitter 2024-02-10T09:52:00.495 INFO:teuthology.orchestra.run.smithi164.stdout:============================================================================== 2024-02-10T09:52:00.495 INFO:teuthology.orchestra.run.smithi164.stdout:*hv01.front.sepi 44.4.53.2 2 u 27 64 377 0.063 2.231 0.584 2024-02-10T09:52:00.495 INFO:teuthology.orchestra.run.smithi164.stdout:+hv02.front.sepi 63.231.80.2 3 u 26 64 377 0.098 1.977 0.613 2024-02-10T09:52:00.496 INFO:teuthology.orchestra.run.smithi164.stdout:+hv03.front.sepi 74.6.168.72 3 u 22 64 377 0.086 1.091 0.647 2024-02-10T09:52:00.496 INFO:teuthology.orchestra.run.smithi164.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-02-10T09:52:00.497 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-10T09:52:00.509 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-10T09:52:00.510 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-10T09:52:00.567 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-10T09:52:00.616 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-10T09:52:00.668 INFO:teuthology.task.internal:Duration was 2657.505794 seconds 2024-02-10T09:52:00.668 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-10T09:52:00.716 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-10T09:52:00.717 DEBUG:teuthology.orchestra.run.smithi018:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-10T09:52:00.719 DEBUG:teuthology.orchestra.run.smithi164:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-10T09:52:00.767 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-10T09:52:00.767 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi018.front.sepia.ceph.com 2024-02-10T09:52:00.767 DEBUG:teuthology.orchestra.run.smithi018:> 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-10T09:52:00.823 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi164.front.sepia.ceph.com 2024-02-10T09:52:00.823 DEBUG:teuthology.orchestra.run.smithi164:> 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-10T09:52:00.838 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-10T09:52:00.839 DEBUG:teuthology.orchestra.run.smithi018:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-10T09:52:00.866 DEBUG:teuthology.orchestra.run.smithi164:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-10T09:52:00.951 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-10T09:52:00.952 DEBUG:teuthology.orchestra.run.smithi018:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-10T09:52:00.954 DEBUG:teuthology.orchestra.run.smithi164:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-10T09:52:01.162 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-10T09:52:01.173 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-10T09:52:01.173 DEBUG:teuthology.orchestra.run.smithi018:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-10T09:52:01.188 DEBUG:teuthology.orchestra.run.smithi164:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-10T09:52:01.204 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-10T09:52:01.249 DEBUG:teuthology.orchestra.run.smithi018:> 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-10T09:52:01.251 DEBUG:teuthology.orchestra.run.smithi164:> 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-10T09:52:01.264 INFO:teuthology.orchestra.run.smithi018.stdout:kernel.core_pattern = core 2024-02-10T09:52:01.267 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern = core 2024-02-10T09:52:01.293 DEBUG:teuthology.orchestra.run.smithi018:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-10T09:52:01.342 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T09:52:01.342 DEBUG:teuthology.orchestra.run.smithi164:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-10T09:52:01.348 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T09:52:01.349 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-10T09:52:01.360 INFO:teuthology.task.internal:Transferring archived files... 2024-02-10T09:52:01.361 DEBUG:teuthology.misc:Transferring archived files from smithi018:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555375/remote/smithi018 2024-02-10T09:52:01.362 DEBUG:teuthology.orchestra.run.smithi018:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-10T09:52:01.438 DEBUG:teuthology.misc:Transferring archived files from smithi164:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555375/remote/smithi164 2024-02-10T09:52:01.439 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-10T09:52:01.468 INFO:teuthology.task.internal:Removing archive directory... 2024-02-10T09:52:01.469 DEBUG:teuthology.orchestra.run.smithi018:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-10T09:52:01.472 DEBUG:teuthology.orchestra.run.smithi164:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-10T09:52:01.511 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-10T09:52:01.524 INFO:teuthology.task.internal:Not uploading archives. 2024-02-10T09:52:01.524 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-10T09:52:01.559 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-10T09:52:01.560 DEBUG:teuthology.orchestra.run.smithi018:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-10T09:52:01.562 DEBUG:teuthology.orchestra.run.smithi164:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-10T09:52:01.568 INFO:teuthology.orchestra.run.smithi018.stdout: 1048609 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 10 09:52 /home/ubuntu/cephtest 2024-02-10T09:52:01.570 INFO:teuthology.orchestra.run.smithi164.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 10 09:52 /home/ubuntu/cephtest 2024-02-10T09:52:01.572 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-10T09:52:01.612 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-10T09:52:01.712 INFO:teuthology.nuke:Checking targets against current locks 2024-02-10T09:52:01.740 DEBUG:teuthology.nuke:shortname: smithi018 2024-02-10T09:52:01.740 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T09:52:01.763 DEBUG:teuthology.nuke:shortname: smithi164 2024-02-10T09:52:01.764 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T09:52:01.771 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi018.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555375', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 08:56:49.146812', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2024-02-10T09:52:01.799 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi164.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555375', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 08:56:49.148298', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2024-02-10T09:52:01.835 INFO:teuthology.orchestra.console.smithi018:Power off 2024-02-10T09:52:01.836 DEBUG:teuthology.orchestra.console.smithi018:pexpect command: ipmitool -H smithi018.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-10T09:52:01.866 DEBUG:teuthology.orchestra.console.smithi018:power off output: Chassis Power Control: Down/Off 2024-02-10T09:52:01.867 DEBUG:teuthology.orchestra.console.smithi018:pexpect command: ipmitool -H smithi018.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T09:52:01.890 INFO:teuthology.orchestra.console.smithi164:Power off 2024-02-10T09:52:01.890 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-10T09:52:01.901 DEBUG:teuthology.orchestra.console.smithi018:check power output: Chassis Power is on 2024-02-10T09:52:01.915 DEBUG:teuthology.orchestra.console.smithi164:power off output: Chassis Power Control: Down/Off 2024-02-10T09:52:01.915 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T09:52:01.945 DEBUG:teuthology.orchestra.console.smithi164:check power output: Chassis Power is on 2024-02-10T09:52:05.903 DEBUG:teuthology.orchestra.console.smithi018:pexpect command: ipmitool -H smithi018.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T09:52:05.946 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T09:52:06.018 DEBUG:teuthology.orchestra.console.smithi018:check power output: Chassis Power is on 2024-02-10T09:52:06.057 DEBUG:teuthology.orchestra.console.smithi164:check power output: Chassis Power is on 2024-02-10T09:52:10.022 DEBUG:teuthology.orchestra.console.smithi018:pexpect command: ipmitool -H smithi018.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T09:52:10.058 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T09:52:10.134 DEBUG:teuthology.orchestra.console.smithi018:check power output: Chassis Power is off 2024-02-10T09:52:10.168 DEBUG:teuthology.orchestra.console.smithi164:check power output: Chassis Power is on 2024-02-10T09:52:10.235 INFO:teuthology.orchestra.console.smithi018:Power off completed 2024-02-10T09:52:14.172 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T09:52:14.283 DEBUG:teuthology.orchestra.console.smithi164:check power output: Chassis Power is off 2024-02-10T09:52:14.384 INFO:teuthology.orchestra.console.smithi164:Power off completed 2024-02-10T09:52:14.488 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} duration: 2657.5057938098907 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=f0226251e5914c038370424fde74601c status: fail success: false 2024-02-10T09:52:14.488 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-10T09:52:14.571 INFO:teuthology.run:FAIL